-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "luckycolor-admin",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@kviewui/color-builder": "^1.0.5",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^10.11.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"signature_pad": "^5.0.2",
"vue": "^3.4.29",
"vue-router": "^4.4.0",
"vxe-pc-ui": "^4.0.50",
"vxe-table": "^4.7.45"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify/vue": "^4.1.2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.14.7",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "8.57.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.6.0",
"mockjs": "^1.1.0",
"naive-ui": "^2.38.2",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"unocss": "^0.60.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vfonts": "^0.0.3",
"vite": "^5.3.1",
"vite-plugin-lazy-import": "^1.0.7",
"vite-plugin-mock": "^3.0.2"
}
}