-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
58 lines (58 loc) · 1.8 KB
/
package.json
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
{
"name": "van",
"version": "1.0.0",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "vite --mode dev",
"front": "vite --mode front",
"build": "vite build --mode prod && ssh [email protected] rm -f /usr/share/nginx/html/admin/assets/* && scp -r ./dist/assets/* [email protected]:/usr/share/nginx/html/admin/assets/ && scp ./dist/index.html [email protected]:/usr/share/nginx/html/admin/index.html",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.1",
"@element-plus/icons-vue": "^2.1.0",
"@floating-ui/vue": "^0.2.1",
"@textbus/browser": "^2.0.0",
"@textbus/core": "^2.0.0",
"@textbus/editor": "^2.0.0",
"@vueuse/core": "^7.6.1",
"ag-grid-community": "^31.1.1",
"ag-grid-enterprise": "^31.1.1",
"ag-grid-vue3": "31.1.1",
"axios": "^0.26.0",
"bignumber.js": "^9.1.0",
"bpmn-js": "^13.0.2",
"clipboard": "^2.0.11",
"codemirror": "^6.0.0",
"dayjs": "^1.11.6",
"diagram-js": "^14.1.0",
"diagram-js-grid-bg": "^1.0.3",
"diagram-js-minimap": "^2.1.1",
"element-plus": "^2.6.1",
"fast-glob": "^3.2.11",
"highlight.js": "^11.5.1",
"min-dash": "^4.2.1",
"mitt": "^3.0.0",
"patch-package": "^7.0.0",
"pinia": "^2.0.28",
"spark-md5": "^3.0.2",
"typescript": "^5.2.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/sortablejs": "^1.13.0",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.23.0",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^5.1.0"
}
}