-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "ly-admin-pc",
"private": true,
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow yarn",
"dev": "vite --host --open",
"test": "vitest run",
"build": "vite build --base=/ly-admin-pc/",
"preview": "vite preview",
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^10.7.2",
"async-validator": "^4.2.5",
"axios": "^1.6.6",
"clipboard-copy": "^4.0.1",
"element-plus": "^2.5.3",
"localforage": "^1.10.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinyin-match": "^1.2.5",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.174",
"@types/node": "^20.11.6",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@unocss/preset-icons": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"sass": "^1.70.0",
"typescript": "5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-inspect": "^0.8.2",
"vitest": "^1.2.1",
"vue-tsc": "^1.8.27"
}
}