-
Notifications
You must be signed in to change notification settings - Fork 214
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.02 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "goinsight-fe",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite --mode dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/data-set": "^0.11.8",
"@codemirror/autocomplete": "^6.18.7",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-sql": "^6.9.1",
"@codemirror/language": "^6.11.3",
"@codemirror/legacy-modes": "^6.5.1",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.2",
"@highlightjs/vue-plugin": "^2.1.0",
"@types/node": "^24.3.0",
"@vueuse/core": "^14.1.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.11.0",
"bootstrap-table": "^1.24.2",
"codemirror": "^6.0.2",
"core-js": "^3.45.1",
"epic-designer": "^1.0.2",
"highlight.js": "^11.11.1",
"less-loader": "^12.3.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.23",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qrcode": "^1.5.4",
"sass": "^1.91.0",
"sass-loader": "^16.0.5",
"sql-formatter": "^15.6.6",
"url-loader": "^4.1.1",
"vue": "^3.5.18",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-cookie-next": "^1.3.0",
"vue-cropper": "^1.1.4",
"vue-fullscreen": "^2.6.1",
"vue-router": "^4.5.1",
"vue3-contextmenu": "^0.2.12",
"vuex": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.31.0",
"eslint-plugin-vue": "~10.3.0",
"globals": "^16.3.0",
"prettier": "3.6.2",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0"
}
}