Files
wagoo-admin/package.json
初心 77a83e363a
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
初版提交
2025-09-09 13:35:24 +08:00

99 lines
2.9 KiB
JSON

{
"name": "vue-admin-better",
"version": "3.0.0",
"author": "zxwk1998",
"participants": [],
"homepage": "https://vuejs-core.cn",
"scripts": {
"serve:rspack": "node --no-deprecation rspack.js serve",
"build": "node --no-deprecation rspack.js build",
"print-info": "node -e \"require('./layouts').donationConsole()\"",
"lint": "eslint {src,mock,library}/**/*.{vue,js} --fix",
"lint:prettier": "prettier {src,mock,library}/**/*.{html,vue,css,sass,scss,js,ts,md} --write",
"clear": "rimraf node_modules&&npm install --registry=--registry=https://registry.npmmirror.com",
"update": "ncu -u --reject vue-loader,vue-echarts,webpack,eslint-plugin-prettier,@vue/eslint-config-prettier,prettier,layouts,sass-loader,sass,screenfull,eslint,chalk,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=https://registry.npmmirror.com&&pnpm i",
"push": "start ./push.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxwk1998/vue-admin-better.git"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"axios": "^1.11.0",
"caniuse-lite": "^1.0.30001734",
"clipboard": "^2.0.11",
"core-js": "^3.45.0",
"dayjs": "^1.11.13",
"echarts": "6.0.0",
"element-ui": "^2.15.14",
"jsencrypt": "^3.3.2",
"layouts": "file:layouts",
"lodash": "^4.17.21",
"marked": "^16.1.2",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"screenfull": "^5.2.0",
"sortablejs": "^1.15.6",
"vab-icon": "file:vab-icon",
"vue": "~2.7.14",
"vue-echarts": "6.7.3",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@rspack/cli": "^1.4.11",
"@rspack/core": "^1.4.11",
"@rspack/dev-server": "^1.1.4",
"@vue/cli-plugin-babel": "^5.0.8",
"archiver": "^7.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^10.0.0",
"body-parser": "^2.2.0",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"css-loader": "^7.1.2",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^9.1.1",
"fs-extra": "^11.3.1",
"html-rspack-plugin": "^6.1.2",
"lint-staged": "^16.1.5",
"path-browserify": "^1.0.1",
"prettier": "^2.8.8",
"sass": "~1.32.13",
"sass-loader": "^10.1.1",
"style-loader": "^4.0.0",
"stylelint": "^16.23.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^7.2.0",
"vue-loader": "15.9.8",
"vue-template-compiler": "~2.7.14"
},
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"vue-admin",
"element-admin",
"boilerplate",
"admin-template",
"management-system"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}