-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
69 lines (69 loc) · 1.9 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "arco-work",
"version": "3.0.8",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"staging": "vite build --mode staging",
"tsc": "vue-tsc --noEmit",
"serve": "vite preview"
},
"dependencies": {
"@logicflow/core": "^0.7.16",
"@logicflow/extension": "^0.7.16",
"@vueuse/core": "^11.1.0",
"axios": "1.7.7",
"cropperjs": "^1.6.1",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"quill": "^1.3.7",
"sortablejs": "^1.15.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0",
"xgplayer": "^2.32.5",
"xlsx": "^0.17.5"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.2",
"@types/lodash-es": "^4.17.10",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.2",
"@types/path-browserify": "^1.0.1",
"@types/qrcode": "^1.5.4",
"@types/qs": "^6.9.9",
"@types/quill": "^2.0.13",
"@types/sortablejs": "^1.15.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"dotenv": "^12.0.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"less": "^4.2.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.13",
"vite-plugin-api-serve": "^0.0.5",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^0.3.0"
}
}