forked from WenReq/v3-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "v3-admin",
"private": true,
"version": "0.0.1",
"description": "v3-admin后台管理系统",
"author": "wenreq <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
"lint:lint-staged": "lint-staged",
"prepare": "husky install",
"commit": "git pull && git add -A && git-cz && git push"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^9.13.0",
"axios": "^1.3.4",
"element-plus": "^2.2.33",
"pinia": "^2.0.32",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.11.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify-json/ic": "^1.1.13",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@unocss/preset-attributify": "^0.50.4",
"@unocss/preset-icons": "^0.50.4",
"@unocss/preset-uno": "^0.50.4",
"@vitejs/plugin-vue": "^4.0.0",
"commitizen": "^4.3.0",
"cz-git": "^1.5.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"typescript": "^4.5.4",
"unocss": "^0.50.4",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}