-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "vue3-webui",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:inspector": "pnpx @eslint/config-inspector"
},
"dependencies": {
"@unocss/reset": "^0.63.6",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"primevue": "^4.1.1",
"socket.io-client": "2.5.0",
"vue": "^3.5.12",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"wujie-vue3": "^1.0.22",
"zexui": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@icewhale/icewhale-icons-json": "^1.0.4",
"@icewhale/preset-zex": "^0.2.7",
"@iconify-json/bxs": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@iconify/utils": "^2.1.33",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/node": "^22.7.5",
"@types/socket.io-client": "1.4.36",
"@unocss/eslint-plugin": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"eslint": "^9.13.0",
"naive-ui": "^2.40.1",
"typescript": "^5.5.4",
"unocss": "^0.63.6",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-turbo-console": "^1.10.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
}
}