-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
65
66
67
68
69
70
71
{
"name": "vue-sky-admin",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"author": {
"name": "EvanSky",
"email": "[email protected]",
"url": "https://www.huyu001.top"
},
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build",
"lint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"@vueuse/motion": "^2.0.0",
"axios": "^1.6.0",
"element-plus": "^2.3.14",
"nprogress": "^0.2.0",
"typeit": "^8.7.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.6",
"@commitlint/config-conventional": "^18.1.0",
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.6.3",
"@types/nprogress": "^0.2.2",
"@unocss/eslint-config": "^0.56.1",
"@unocss/eslint-plugin": "^0.56.1",
"@unocss/reset": "^0.56.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vue-macros/volar": "^0.14.3",
"@vue/test-utils": "^2.4.1",
"commitlint": "^18.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"husky": "^8.0.0",
"husky-init": "^8.0.0",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"mockjs": "^1.1.0",
"pnpm": "^8.7.6",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"taze": "^0.11.2",
"typescript": "^5.2.2",
"unocss": "^0.56.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.5.1",
"vite": "^4.4.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.34.5",
"vue-tsc": "^1.8.13"
}
}