-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
{
"name": "vue-lite-admin",
"version": "0.4.1",
"private": true,
"author": "禾几元",
"packageManager": "[email protected]",
"homepage": "http://fanyibar.top/admin",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install",
"preinstall": "node ./scripts/preinstall.js",
"upload": "node ./deploy/auto-upload.js",
"lint:css": "stylelint **/*.{vue,css,sass,scss} --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:init": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@vueuse/core": "^9.0.2",
"axios": "^0.27.2",
"dayjs": "^1.11.4",
"echarts": "^5.3.3",
"element-plus": "^2.2.11",
"js-cookie": "^3.0.1",
"md-editor-v3": "^2.2.1",
"mockjs": "^1.1.0",
"pinia": "^2.0.17",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/compiler-sfc": "^3.2.37",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"postcss-html": "^1.5.0",
"prettier": "^2.7.1",
"sass": "^1.54.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"vite": "3.0.4",
"vite-plugin-mock": "^2.9.6"
},
"repository": {
"type": "git",
"url": "https://github.com/someGenki/vue-lite-admin"
},
"engines": {
"node": ">= 14.0.0"
}
}