mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-19 22:49:14 +08:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "vue-admin-beautiful-antdv",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
|
|
"use:npm": "nrm use npm",
|
|
"use:taobao": "nrm use taobao",
|
|
"update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
|
|
"deploy": "start ./deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "2.0.0-rc.9",
|
|
"axios": "^0.21.1",
|
|
"clipboard": "^2.0.6",
|
|
"core-js": "^3.8.3",
|
|
"dayjs": "^1.10.4",
|
|
"js-cookie": "^3.0.0-rc.1",
|
|
"mockjs": "^1.1.0",
|
|
"remixicon": "^2.5.0",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.3",
|
|
"vuex": "^4.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.9",
|
|
"@vue/cli-plugin-eslint": "^4.5.9",
|
|
"@vue/cli-service": "^4.5.9",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^11.0.0-beta.2",
|
|
"body-parser": "^1.19.0",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"eslint": "^7.18.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.5.0",
|
|
"filemanager-webpack-plugin": "^3.1.0",
|
|
"image-webpack-loader": "^7.0.1",
|
|
"less": "^4.1.0",
|
|
"less-loader": "^7.3.0",
|
|
"lint-staged": "^10.5.3",
|
|
"prettier": "^2.2.1",
|
|
"stylelint": "^13.9.0",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-recess-order": "^2.3.0",
|
|
"svg-sprite-loader": "^5.2.1",
|
|
"vab-config": "0.0.8",
|
|
"webpackbar": "^5.0.0-3"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|