This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.81 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
{
"name": "@antd-templater/template-vue-2.x",
"description": "后台管理系统模版 - 基于 Vue2.x Ant Design Vue 组件库",
"homepage": "https://github.com/antd-templater/template-2.x",
"author": "lin pengteng <[email protected]>",
"version": "2.0.0",
"keywords": [
"ant design vue",
"ant design template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/antd-templater/template-2.x.git"
},
"bugs": {
"url": "https://github.com/antd-templater/template-2.x/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"postinstall": "patch-package && npx husky install",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"pretty": "npx prettier --write --loglevel warn \"src/**/*.vue\"",
"eslint": "npx eslint --fix --quiet src --ext .vue,.js",
"format": "yarn pretty && yarn eslint"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.13",
"@ant-design/colors": "4.0.1",
"@antd-templater/library-2.x": "^2.1.0",
"ant-design-vue": "^1.7.8",
"axios": "^1.6.8",
"core-js": "^3.36.1",
"md5": "^2.2.1",
"mockjs2": "1.0.8",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"qs": "^6.12.0",
"vue": "2.7.16",
"vue-ls": "^4.2.0",
"vue-router": "^3.6.5",
"vue-svg-component-runtime": "^1.0.1",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/test-utils": "^2.4.5",
"babel-plugin-import": "^1.13.8",
"babel-plugin-transform-remove-console": "^6.9.4",
"compression-webpack-plugin": "^10.0.0",
"cz-message-helper": "^1.3.1",
"eslint": "^8.24.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.3",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^13.1.0",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.1",
"terser-webpack-plugin": "^5.3.10",
"vue-svg-icon-loader": "^2.1.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-theme-color-replacer": "^1.5.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-message-helper"
}
},
"engines": {
"node": ">=16.0.0 <=20.0.0",
"yarn": ">= 1.0.0 < 2.0.0"
}
}