forked from qingqingxuan/admin-work
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 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
{
"version": "1.0.6",
"name": "admin-work",
"scripts": {
"dev": "vite",
"staging": "vite build --mode staging",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@logicflow/core": "^0.6.8",
"@logicflow/extension": "^0.6.8",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"echarts": "^5.1.2",
"font-awesome": "^4.7.0",
"js-cookie": "^2.2.1",
"mockjs": "^1.1.0",
"path-browserify": "^1.0.1",
"print-js": "^1.6.0",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"quill": "^1.3.7",
"screenfull": "^5.1.0",
"simplemde": "^1.11.2",
"tiny-emitter": "^2.1.0",
"vue": "^3.0.5",
"vue-router": "^4.0.10",
"vuedraggable": "^4.0.3",
"vuex": "^4.0.2",
"xgplayer": "^2.28.0"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.4",
"@types/js-cookie": "^2.2.7",
"@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7",
"@types/quill": "^2.0.9",
"@types/simplemde": "^1.11.8",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vicons/ionicons5": "^0.10.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^9.8.6",
"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",
"naive-ui": "^2.20.3",
"postcss": "^7.0.36",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"ts-node": "^10.0.0",
"typescript": "^4.4.4",
"vfonts": "^0.1.0",
"vite": "^2.6.14",
"vite-plugin-svg-icons": "^1.0.1",
"vue-tsc": "^0.3.0"
}
}