forked from coolxitech/vue-XiuXianGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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": "xiuxian-game",
"private": true,
"version": "0.8.9",
"versionlog": "优化新手礼包领取流程\n地图探索新增钓鱼功能\n修复回家后地图不会刷新BUG\n优化对战后返回地图不自动调整位置问题",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview --open --host --port 8080"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"autoprefixer": "^10.4.20",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.1",
"file-saver": "^2.0.5",
"normalize.css": "^8.0.1",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.0",
"postcss": "^8.4.44",
"terser": "^5.31.6",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"javascript-obfuscator": "^4.1.1",
"terser": "^5.31.6",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.3",
"vite-plugin-bundle-obfuscator": "^1.0.9",
"vite-plugin-pwa": "^0.20.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-strongly-recommended",
"eslint:recommended"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}