{ "name": "admin-plus", "version": "23.0.1", "private": true, "author": "github.com/zxwk1998", "scripts": { "serve": "cross-env NODE_OPTIONS=--no-warnings vue-cli-service serve", "build": "cross-env NODE_OPTIONS=--no-warnings vue-cli-service build", "build:website": "cross-env NODE_OPTIONS=--no-warnings VAB_VARIABLE=website vue-cli-service build && npm run compress:website", "compress:website": "node scripts/compress.js", "build:compress": "cross-env NODE_OPTIONS=--no-warnings vue-cli-service build && npm run compress", "compress": "node scripts/compress.js", "test:unit": "vue-cli-service test:unit --detectOpenHandles", "lint": "vue-cli-service lint", "build:report": "cross-env NODE_OPTIONS=--no-warnings vue-cli-service build --report", "build:test": "cross-env NODE_OPTIONS=--no-warnings vue-cli-service build --mode test", "global:install": "npm install -g nrm,cnpm,npm-check-updates,rimraf --registry=https://registry.npmmirror.com", "global:update": "ncu -g", "lint:eslint": "eslint {src,mock,library}/**/*.{vue,js,ts} --fix", "lint:prettier": "prettier {src,mock,library}/**/*.{html,vue,css,sass,scss,js,ts,md} --write", "lint:stylelint": "stylelint {src,mock,library}/**/*.{vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/", "module:install": "pnpm i", "module:reinstall": "rimraf node_modules && npm run module:install", "module:update": "ncu -u --reject vue-i18n,sass-loader,unplugin-vue-define-options,@logicflow/core,@logicflow/extension,sass,chalk,unplugin-auto-import,unplugin-vue-components,eslint-plugin-vue,eslint --registry=https://registry.npmmirror.com&&npm run module:install", "nrm:npm": "nrm use npm", "nrm:taobao": "nrm use taobao", "template": "plop", "git": "start ./git.sh" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "@logicflow/core": "2.1.1", "@logicflow/extension": "2.1.2", "@vueuse/core": "^14.1.0", "@vueuse/head": "^2.0.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.13.2", "core-js": "^3.47.0", "dayjs": "^1.11.19", "disable-devtool": "^0.3.9", "echarts": "^6.0.0", "element-plus": "^2.13.0", "file-saver": "^2.0.5", "image-conversion": "^2.1.1", "js-cookie": "^3.0.5", "jsencrypt": "^3.5.4", "lodash": "^4.17.21", "mitt": "^3.0.1", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "pinia": "^3.0.4", "qs": "^6.14.0", "register-service-worker": "^1.7.2", "resize-detector": "^0.3.0", "vab-icons": "file:vab-icons", "vue": "^3.5.26", "vue-i18n": "^11.1.12", "vue-json-viewer": "^3.0.4", "vue-qr": "^4.0.9", "vue-router": "^4.6.4", "vuedraggable": "^4.0.1", "xlsx": "0.18.5" }, "devDependencies": { "@babel/core": "^7.28.5", "@element-plus/eslint-config": "2.13.0", "@rushstack/eslint-patch": "^1.15.0", "@types/file-saver": "^2.0.7", "@types/js-cookie": "^3.0.6", "@types/lodash-es": "^4.17.12", "@types/node": "^25.0.3", "@types/nprogress": "^0.2.3", "@vue/cli-plugin-babel": "^5.0.9", "@vue/cli-plugin-eslint": "^5.0.9", "@vue/cli-plugin-pwa": "^5.0.9", "@vue/cli-plugin-router": "^5.0.9", "@vue/cli-plugin-typescript": "^5.0.9", "@vue/cli-service": "^5.0.9", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.6.0", "@vue/test-utils": "^2.4.6", "archiver": "^7.0.1", "body-parser": "^2.2.1", "call-rely": "^1.3.4", "chalk": "4.1.2", "chokidar": "^5.0.0", "compression-webpack-plugin": "^11.1.0", "cross-env": "^10.1.0", "eslint": "^8.57.0", "eslint-define-config": "^2.1.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-vue": "9.18.1", "filemanager-webpack-plugin": "^9.0.1", "image-webpack-loader": "^8.1.0", "less-loader": "^12.3.0", "lint-staged": "^16.2.7", "picocolors": "^1.1.1", "plop": "^4.0.4", "plop-templates": "^0.0.9", "postcss": "^8.5.6", "postcss-html": "^1.8.0", "prettier": "^3.7.4", "raw-loader": "^4.0.2", "sass": "1.79.5", "sass-loader": "16.0.1", "stylelint": "^16.26.1", "stylelint-config-recess-order": "^7.4.0", "stylelint-config-recommended-scss": "^16.0.2", "stylelint-config-recommended-vue": "^1.6.1", "svg-sprite-loader": "^6.0.11", "typescript": "^5.9.3", "unplugin-auto-import": "^0.16.7", "unplugin-element-plus": "^0.11.2", "unplugin-vue-components": "0.25.2", "unplugin-vue-define-options": "^1.5.5", "vue-eslint-parser": "^10.2.0", "vue-global-api": "^0.4.1", "vue-unplugins": "^1.0.6", "webpack": "^5.104.1", "webpackbar": "^7.0.0" }, "gitHooks": { "pre-commit": "lint-staged" }, "homepage": "https://vuejs-core.cn/admin-plus", "license": "Mozilla Public License Version 2.0", "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] }, "files": [], "participants": [ "FlowPeakFish" ], "repository": { "type": "git", "url": "git+https://github.com/zxwk2024/admin-plus.git" } }