{ "name": "admin-plus", "version": "10.3.0", "private": true, "author": "vue-admin-better", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "production": "vue-cli-service build --mode production", "online": "vue-cli-service build --mode online", "test": "vue-cli-service build --mode test", "test:unit": "vue-cli-service test:unit --detectOpenHandles", "lint": "vue-cli-service lint", "build:deploy": "start ./deploy.sh", "build:report": "vue-cli-service build --report", "build:test": "vue-cli-service build --mode test", "global:install": "npm install -g nrm,cnpm,npm-check-updates,rimraf --registry=http://mirrors.cloud.tencent.com/npm/", "globle:update": "ncu -g", "lint:eslint": "eslint {src,mock}/**/*.{vue,js,ts} --fix", "lint:prettier": "prettier {src,mock}/**/*.{html,vue,css,sass,scss,js,ts,md} --write", "lint:stylelint": "stylelint {src,mock}/**/*.{html,vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/", "module:install": "npm i --registry=http://mirrors.cloud.tencent.com/npm/", "module:reinstall": "rimraf node_modules&&npm run module:install", "module:update": "ncu -u --reject chalk,vab-icons --registry=http://mirrors.cloud.tencent.com/npm/&&npm run module:install", "nrm:npm": "nrm use npm", "nrm:taobao": "nrm use taobao", "template": "plop" }, "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@logicflow/core": "^1.1.31", "@logicflow/extension": "^1.1.31", "@vueuse/core": "^9.10.0", "@vueuse/head": "^1.0.22", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "next", "axios": "^1.2.2", "core-js": "^3.27.1", "cropper-vue3": "^3.2.45", "dayjs": "^1.11.7", "echarts": "^5.4.1", "element-plus": "^2.2.28", "file-saver": "^2.0.5", "image-conversion": "^2.1.1", "js-cookie": "^3.0.1", "jsencrypt": "^3.3.1", "lodash": "^4.17.21", "mitt": "^3.0.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "pinia": "^2.0.28", "qs": "^6.11.0", "register-service-worker": "^1.7.2", "resize-detector": "^0.3.0", "vab-icons": "file:vab-icons", "vue": "^3.2.45", "vue-i18n": "^9.2.2", "vue-json-viewer": "^3.0.2", "vue-qr": "^4.0.9", "vue-router": "^4.1.6", "vue-seamless-scroll": "^1.1.23", "vuedraggable": "^4.0.1", "whatwg-fetch": "^3.6.2", "xlsx": "0.18.5" }, "devDependencies": { "@babel/core": "^7.20.12", "@stylelint/postcss-css-in-js": "^0.38.0", "@types/file-saver": "^2.0.5", "@types/js-cookie": "^3.0.2", "@types/lodash-es": "^4.17.6", "@types/node": "^18.11.18", "@types/nprogress": "^0.2.0", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-plugin-pwa": "^5.0.8", "@vue/cli-plugin-router": "^5.0.8", "@vue/cli-plugin-typescript": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/eslint-config-typescript": "^11.0.2", "@vue/test-utils": "^2.2.7", "body-parser": "^1.20.1", "chalk": "^4.1.2", "chokidar": "^3.5.3", "compression-webpack-plugin": "^10.0.0", "eslint": "^8.31.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.8.0", "filemanager-webpack-plugin": "^8.0.0", "image-webpack-loader": "^8.1.0", "lint-staged": "^13.1.0", "plop": "^3.1.1", "plop-templates": "^0.0.9", "postcss": "^8.4.21", "postcss-html": "^1.5.0", "postcss-markdown": "^1.2.0", "postcss-scss": "^4.0.6", "postcss-syntax": "^0.36.2", "prettier": "^2.8.2", "raw-loader": "^4.0.2", "sass": "^1.57.1", "sass-loader": "^13.2.0", "stylelint": "^14.16.1", "stylelint-config-prettier": "^9.0.4", "stylelint-config-recess-order": "^3.1.0", "svg-sprite-loader": "^6.0.11", "typescript": "^4.9.4", "unplugin-auto-import": "^0.12.1", "unplugin-element-plus": "^0.4.1", "unplugin-vue-components": "^0.22.12", "unplugin-vue-define-options": "^1.1.3", "vue-eslint-parser": "^9.1.0", "vue-global-api": "^0.4.1", "vue-unplugins": "^1.0.6", "webpack": "^5.75.0", "webpackbar": "^5.0.2" }, "gitHooks": { "pre-commit": "lint-staged" }, "homepage": "https://chu1204505056.gitee.io/admin-plus", "license": "Mozilla Public License Version 2.0", "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] }, "participants": [ "FlowPeakFish" ], "repository": { "type": "git", "url": "git+https://github.com/vue-admin-beautiful/admin-plus.git" } }