-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
{
"name": "vue-admin-work-a",
"version": "0.0.2",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"staging": "vite build --mode staging",
"serve": "vite preview",
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@logicflow/core": "^0.7.13-alpha.1",
"@logicflow/extension": "^0.7.13-alpha.1",
"@vueuse/core": "^7.1.2",
"ant-design-vue": "^3.0.0-beta.6",
"axios": "^0.24.0",
"cropperjs": "^1.5.12",
"dayjs": "^1.10.7",
"echarts": "^5.1.2",
"font-awesome": "^4.7.0",
"js-cookie": "^3.0.1",
"marked": "^2.1.3",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.9",
"print-js": "^1.6.0",
"qrcode": "^1.5.0",
"qs": "^6.10.1",
"quill": "^1.3.7",
"simplemde": "^1.11.2",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.26",
"vue-router": "^4.0.10",
"vuedraggable": "^4.0.3",
"xgplayer": "^2.31.4",
"xlsx": "^0.17.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7",
"@types/quill": "^2.0.9",
"@types/simplemde": "^1.11.8",
"@vitejs/plugin-vue": "^1.9.3",
"autoprefixer": "^10.4.0",
"dotenv": "^12.0.4",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.0.9",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.13.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.3",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.3",
"unplugin-vue-components": "^0.18.3",
"vite": "^2.6.4",
"vite-plugin-svg-icons": "^1.0.5",
"vue-tsc": "^0.3.0"
}
}