123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "name": "vue-admin-beautiful",
- "version": "1.0.0",
- "author": "vue-admin-beautiful",
- "participants": [],
- "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "build:report": "vue-cli-service build --report",
- "globle": "npm install -g cnpm --registry=https://registry.npmmirror.com&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
- "lint": "vue-cli-service lint",
- "lint:style": "stylelint-config-prettier-check",
- "inspect": "vue-cli-service inspect",
- "template": "plop",
- "clear": "rimraf node_modules&&npm install --registry=https://registry.npmmirror.com",
- "image-webpack-loader": "cnpm i image-webpack-loader -D",
- "use:npm": "nrm use npm",
- "use:taobao": "nrm use taobao",
- "update:globle": "ncu -g --concurrency 10 --timeout 80000",
- "push": "start ./push.sh",
- "deploy": "start ./deploy.sh"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,jsx,vue}": [
- "vue-cli-service lint",
- "git add"
- ]
- },
- "dependencies": {
- "axios": "^0.27.2",
- "clipboard": "^2.0.11",
- "core-js": "^3.23.1",
- "dayjs": "^1.11.3",
- "echarts": "5.3.3",
- "element-ui": "^2.15.8",
- "jsencrypt": "^3.2.1",
- "less": "^3.0.4",
- "less-loader": "^5.0.0",
- "lodash": "^4.17.21",
- "maptalks": "^0.49.5",
- "mapv": "^2.0.62",
- "mockjs": "^1.1.0",
- "nprogress": "^0.2.0",
- "qs": "^6.10.5",
- "screenfull": "^5.2.0",
- "sortablejs": "^1.15.0",
- "vab-icon": "^0.0.1",
- "vue": "^2.6.14",
- "vue-echarts": "5.0.0-beta.0",
- "vue-router": "^3.5.3",
- "vuex": "^3.6.2",
- "xlsx": "^0.17.0",
- "zx-count": "^0.3.7",
- "zx-layouts": "^0.6.29",
- "zx-magnifie": "^0.4.0",
- "zx-markdown-editor": "^0.0.2",
- "zx-player": "^1.0.2",
- "zx-quill": "^0.0.3",
- "zx-templates": "^0.0.26",
- "zx-verify": "^0.0.2"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^4.5.15",
- "@vue/cli-service": "^4.5.15",
- "@vue/composition-api": "^1.6.2",
- "body-parser": "^1.20.0",
- "chalk": "^4.1.2",
- "chokidar": "^3.5.3",
- "filemanager-webpack-plugin": "^7.0.0",
- "image-webpack-loader": "^8.1.0",
- "lint-staged": "^13.0.1",
- "plop": "^3.1.0",
- "prettier": "^2.7.0",
- "sass": "~1.32.13",
- "sass-loader": "^10.1.1",
- "stylelint": "^14.9.1",
- "stylelint-config-prettier": "^9.0.3",
- "stylelint-config-recess-order": "^3.0.0",
- "svg-sprite-loader": "^6.0.11",
- "vue-template-compiler": "^2.6.14",
- "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"
- }
- }
|