-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
78 lines (78 loc) · 1.99 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
{
"name": "vue-hbs-admin",
"private": true,
"version": "1.2.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"lint": "lint-staged",
"prepare": "husky install",
"commit": "cz",
"release": "release",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"eslintConfig": {
"extends": "@hongbusi"
},
"dependencies": {
"@ant-design/icons-vue": "6.1.0",
"@unocss/reset": "0.44.1",
"@vueuse/core": "8.9.2",
"@wangeditor/editor": "5.1.7",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "2.0.1",
"ant-design-vue": "3.2.10",
"axios": "0.27.2",
"codemirror": "5",
"cropperjs": "1.5.12",
"dayjs": "1.11.3",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.0.16",
"qrcode": "1.5.1",
"vditor": "3.8.15",
"vue": "3.2.37",
"vue-router": "4.1.2",
"xlsx": "0.18.5"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@hongbusi/eslint-config": "0.3.4",
"@hongbusi/release": "0.0.9",
"@types/codemirror": "5.60.5",
"@types/lodash-es": "4.17.6",
"@types/node": "18.0.4",
"@types/nprogress": "0.2.0",
"@types/qrcode": "1.4.2",
"@vitejs/plugin-vue": "3.0.0",
"commitizen": "4.2.4",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.19.0",
"husky": "8.0.1",
"less": "4.1.3",
"lint-staged": "13.0.3",
"mockjs": "1.1.0",
"rollup": "2.76.0",
"taze": "^0.7.6",
"typescript": "4.7.4",
"unocss": "0.44.1",
"unplugin-auto-import": "0.9.2",
"unplugin-icons": "0.14.7",
"unplugin-vue-components": "0.21.1",
"vite": "3.0.0",
"vite-plugin-mock": "2.9.6",
"vue-tsc": "0.38.5"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
}
}