mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"name": "vue-admin-better",
|
|
"version": "1.0.0",
|
|
"author": "vue-admin-better",
|
|
"participants": [],
|
|
"homepage": "https://chu1204505056.gitee.io/vue-admin-better",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"clear": "rimraf node_modules&&npm install --registry=http://mirrors.cloud.tencent.com/npm/",
|
|
"image-webpack-loader": "cnpm i image-webpack-loader -D",
|
|
"update": "ncu -u --reject sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=http://mirrors.cloud.tencent.com/npm/&&npm i --registry=http://mirrors.cloud.tencent.com/npm/",
|
|
"push": "start ./push.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"caniuse-lite": "^1.0.30001441",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.27.1",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "5.4.1",
|
|
"element-ui": "^2.15.12",
|
|
"jsencrypt": "^3.3.1",
|
|
"lodash": "^4.17.21",
|
|
"maptalks": "^0.49.5",
|
|
"mapv": "^2.0.62",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"qs": "^6.11.0",
|
|
"screenfull": "^5.2.0",
|
|
"sortablejs": "^1.15.0",
|
|
"vab-icon": "file:vab-icon",
|
|
"vue": "~2.6.14",
|
|
"vue-echarts": "5.0.0-beta.0",
|
|
"vue-router": "^3.5.3",
|
|
"vue-template-compiler": "~2.6.14",
|
|
"vuex": "^3.6.2",
|
|
"layouts": "file:layouts"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.15",
|
|
"@vue/cli-plugin-eslint": "^4.5.15",
|
|
"@vue/cli-service": "^4.5.15",
|
|
"@vue/composition-api": "^1.7.1",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"body-parser": "^1.20.1",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.1.1",
|
|
"filemanager-webpack-plugin": "^8.0.0",
|
|
"image-webpack-loader": "^8.1.0",
|
|
"lint-staged": "^13.1.0",
|
|
"prettier": "^2.8.1",
|
|
"sass": "~1.32.13",
|
|
"sass-loader": "^10.1.1",
|
|
"stylelint": "^14.16.1",
|
|
"stylelint-config-prettier": "^9.0.4",
|
|
"stylelint-config-recess-order": "^3.1.0",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"webpackbar": "^5.0.2"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"admin",
|
|
"dashboard",
|
|
"element-ui",
|
|
"vue-admin",
|
|
"element-admin",
|
|
"boilerplate",
|
|
"admin-template",
|
|
"management-system"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.9",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
}
|