-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "admin-work",
"version": "2.1.8",
"type": "module",
"scripts": {
"dev": "vite --host",
"staging": "vite build --mode staging",
"build": "vite build",
"tsc": "vue-tsc --noEmit",
"serve": "vite preview"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"axios": "^1.7.7",
"clipboard": "^2.0.8",
"echarts": "^5.1.2",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"print-js": "^1.6.0",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"quill": "^1.3.7",
"screenfull": "^5.1.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.3.9",
"vue-router": "^4.2.5",
"vuedraggable": "^4.0.3",
"xgplayer": "^2.28.0"
},
"devDependencies": {
"@types/js-cookie": "^2.2.7",
"@types/lodash-es": "^4.17.6",
"@types/node": "*",
"@types/path-browserify": "^1.0.0",
"@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7",
"@types/quill": "^2.0.9",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vicons/ionicons5": "^0.10.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.7",
"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.40.1",
"postcss": "^8.4.13",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"unplugin-vue-components": "^0.26.0",
"vfonts": "^0.1.0",
"vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.3.0"
}
}