-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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
{
"name": "vite-vue-ts-admin-template",
"version": "1.0.0",
"description": "A vue admin template with element-plus & axios & permission control & lint",
"author": "Zhao Yuxiang <me@zhaoyuxiang.cn>",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx,.vue ."
},
"lint-staged": {
"*.{js,ts,tsx,vue}": [
"eslint --fix"
]
},
"dependencies": {
"@yzfe/svgicon": "^1.0.1",
"@yzfe/vue3-svgicon": "^1.0.1",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.39",
"js-cookie": "^2.2.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"vue": "^3.0.11",
"vue-router": "^4.0.6",
"vuex": "^4.0.0",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@ls-lint/ls-lint": "^1.9.2",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.37",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.24.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0",
"typescript": "^4.2.4",
"vite": "^2.1.5",
"vite-plugin-style-import": "^0.9.2",
"vite-plugin-svgicon": "^1.0.0-alpha.0"
},
"homepage": "https://LLawlight.github.io/vite-vue-ts-admin-template",
"license": "MIT"
}