-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
91 lines (91 loc) · 2.6 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
{
"name": "venable-admin",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "🚀A modern vue admin. It is based on vue3.x and TypeScript. It's so fast!",
"author": "xbmlz",
"license": "MIT",
"homepage": "https://github.com/xbmlz/venable-admin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/xbmlz/venable-admin.git"
},
"bugs": {
"url": "https://github.com/xbmlz/venable-admin/issues"
},
"keywords": [
"vite",
"vue",
"typescript"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"scripts": {
"commit": "czg",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.ts,.json,.json5,.vue,.md",
"lint:fix": "eslint . --ext .js,.ts,.json,.json5,.vue,.md --fix",
"prepare": "husky install",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@ckpack/vue-color": "^1.2.4",
"@vueuse/core": "^9.3.1",
"@vueuse/head": "^1.0.25",
"axios": "^0.27.2",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"sortablejs": "^1.15.0",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@arco-design/web-vue": "^2.42.1",
"@arco-themes/vue-arco-pro": "^0.0.3",
"@commitlint/config-conventional": "^17.1.0",
"@iconify-json/carbon": "^1.1.11",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "18.7.18",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.0",
"@unocss/preset-icons": "^0.45.29",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@xbmlz/eslint-config": "^0.1.15",
"commitlint": "^17.1.2",
"consola": "^2.15.3",
"cz-git": "^1.3.11",
"czg": "^1.3.11",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.5.1",
"shiki": "^0.11.1",
"terser": "^5.15.1",
"typescript": "^4.8.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"unplugin-vue-define-options": "^0.7.3",
"vite": "^4.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vue-tsc": "^0.39.5"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
}
}