-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.52 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "vue-admin",
"description": "Vue Admin Template.",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"server": "npm run build && vite preview --host",
"lint": "npm run prettier && npm run eslint",
"lint-staged": "npx lint-staged",
"eslint": "eslint ./ --fix --ext .ts,.tsx,.js,.jsx,.vue",
"prettier": "prettier --write ./**/*.{ts,tsx,js,jsx,vue,html,css,scss,less}",
"update:hooks": "npm i js-xhttp js-xxx js-xcall && npm i js-xcmd -D",
"clean": "xcmd clean",
"time": "xcmd update-time"
},
"husky": {
"hooks": {
"add-script": "prepare : husky install(prepare will run after 'npm install')",
"how-to-use": "npx husky add .husky/pre-commit $YOUR_PRE_COMMIT_HOOK_SCRIPT",
"pre-commit": "npm run lint && npm run time"
}
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.20",
"js-xcall": "^1.3.1",
"js-xhttp": "^1.6.1",
"js-xxx": "^2.2.19",
"store": "^2.0.12",
"vue": "^3.3.13",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@types/node": "^17.0.31",
"@types/store": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-spellcheck": "0.0.19",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-zob": "^0.4.0",
"husky": "^8.0.1",
"js-xcmd": "^1.5.6",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"lint-staged": "^13.3.0",
"terser": "^5.14.2",
"typescript": "^4.5.4",
"vite": "^4.5.1",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^1.8.27"
},
"author": "leo he",
"email": "[email protected]",
"blog": "http://a.biugle.cn",
"license": "MIT",
"bugs": {
"url": "https://github.com/biugle/vue-admin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biugle/vue-admin.git"
},
"homepage": "https://github.com/biugle/vue-admin/blob/master/README.md",
"lint-staged": {
"**/*.{js,jsx,ts,tsx,vue,html,css,scss,less}": [
"prettier --write",
"eslint --fix",
"git add ."
]
},
"packageManager": "[email protected]",
"engines": {
"node": ">=14",
"npm": ">=8.0.0",
"git": ">=2.30.0"
},
"time": "1718462120072022"
}