-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 2.87 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "@antd-templater/vue-template-3.x",
"description": "后台管理系统模版 - 基于 Vue3 + Ant Design Vue4.x 组件库",
"homepage": "https://github.com/antd-templater/vue-template-3.x",
"author": "lin pengteng <[email protected]>",
"license": "MIT License",
"version": "4.3.1",
"keywords": [
"front-end",
"ant-design-vue",
"antd-template-vue3.x"
],
"scripts": {
"dev": "vite",
"test": "vitest --ui",
"cypress": "cypress open --component",
"build": "vue-tsc --noEmit && vite build",
"eslint": "npx eslint --fix --quiet src/**/*{.vue,.tsx,.ts}",
"release": "release-it",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm",
"postinstall": "npx husky install",
"prepare": "husky"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antd-templater/library-3.x": "^4.3.21",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"js-simpler": "^1.7.0",
"md5": "^2.3.0",
"msw": "^2.7.0",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.13.1",
"vue": "^3.5.13",
"vue-ls": "^4.2.0",
"vue-router": "^4.5.0",
"vue-types": "^5.1.3"
},
"devDependencies": {
"@antd-templater/eslint-config": "^1.0.7",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/config-inspector": "^0.6.0",
"@eslint/js": "^9.17.0",
"@release-it/conventional-changelog": "^9.0.4",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/md5": "^2.3.5",
"@types/node": "^22.10.3",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.17",
"@types/vue-ls": "^3.2.7",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.17.0",
"cz-message-helper": "^2.0.0",
"darkreader": "^4.9.96",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"less": "^4.2.1",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"release-it": "^17.11.0",
"rollup": "^4.29.1",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"vite-plugin-compression": "^0.5.1",
"vitest": "^2.1.8",
"volar-service-prettyhtml": "^0.0.62",
"vue-tsc": "^2.2.0"
},
"config": {
"cz-message-helper": {
"config": ".cz-message.cjs"
},
"commitizen": {
"path": "node_modules/cz-message-helper"
}
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
"pnpm": ">=9.12.3"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "[email protected]"
}