123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "name": "vue-admin-beautiful",
- "version": "1.0.0",
- "private": true,
- "author": "chuzhixin",
- "participants": [],
- "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
- "scripts": {
- "serve": "npm run helper&&vue-cli-service serve",
- "build": "npm run helper&&vue-cli-service build",
- "build:preview": "npm run helper&&vue-cli-service build --mode preview",
- "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
- "lint": "vue-cli-service lint --fix",
- "lint:style": "stylelint **/*.{vue,css,scss} --fix",
- "inspect": "vue-cli-service inspect",
- "template": "plop",
- "clear": "rimraf node_modules&&cnpm i&&increase-memory-limit",
- "use:npm": "nrm use npm",
- "use:taobao": "nrm use taobao",
- "update": "ncu -u --concurrency 10 --timeout 80000&&cnpm i",
- "update:globle": "ncu -g --concurrency 10 --timeout 80000",
- "svgo": "svgo -f src/remixIcon/svg --config=svgo.yml",
- "push": "start ./push.sh",
- "deploy": "start ./deploy.sh",
- "increase-memory-limit": "increase-memory-limit",
- "helper": "node node_modules/zx-layouts"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
- },
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "lint-staged": {
- "src/**/*.{js,vue}": [
- "eslint --fix",
- "git add"
- ]
- },
- "dependencies": {
- "axios": "^0.19.2",
- "better-scroll": "^1.15.2",
- "clipboard": "^2.0.6",
- "codemirror": "^5.55.0",
- "core-js": "^3.6.5",
- "dayjs": "^1.8.29",
- "echarts": "^4.8.0",
- "echarts-wordcloud": "^1.1.3",
- "element-ui": "^2.13.2",
- "file-saver": "^2.0.2",
- "js-cookie": "^2.2.1",
- "jsencrypt": "^3.0.0-rc.1",
- "jsonlint": "^1.6.3",
- "lodash": "^4.17.19",
- "maptalks": "^0.47.5",
- "mapv": "^2.0.56",
- "nprogress": "^0.2.0",
- "qs": "^6.9.4",
- "screenfull": "^5.0.2",
- "vue": "^2.6.11",
- "vue-amap": "^0.5.10",
- "vue-echarts": "^5.0.0-beta.0",
- "vue-qart": "^2.2.0",
- "vue-router": "^3.3.4",
- "vuedraggable": "^2.24.0",
- "vuex": "^3.5.1",
- "xlsx": "^0.16.3",
- "zx-comparison": "^1.0.3",
- "zx-count": "^0.3.7",
- "zx-icon": "^1.1.1",
- "zx-keel": "^0.9.4",
- "zx-layouts": "^0.5.7",
- "zx-magnifie": "^0.4.0",
- "zx-markdown-editor": "^0.0.2",
- "zx-player": "^0.9.6",
- "zx-quill": "^0.0.2",
- "zx-templates": "^0.0.10",
- "zx-verify": "^0.0.2"
- },
- "devDependencies": {
- "@babel/register": "^7.10.4",
- "@vue/cli-plugin-babel": "^4.4.6",
- "@vue/cli-plugin-eslint": "^4.4.6",
- "@vue/cli-plugin-router": "^4.4.6",
- "@vue/cli-plugin-vuex": "^4.4.6",
- "@vue/cli-service": "^4.4.6",
- "@vue/eslint-config-prettier": "^6.0.0",
- "autoprefixer": "^9.8.5",
- "babel-eslint": "^10.1.0",
- "compression-webpack-plugin": "^4.0.0",
- "eslint": "^7.4.0",
- "eslint-plugin-prettier": "^3.1.4",
- "eslint-plugin-vue": "^6.2.2",
- "filemanager-webpack-plugin": "^2.0.5",
- "husky": "^4.2.5",
- "image-webpack-loader": "^6.0.0",
- "increase-memory-limit": "^1.0.7",
- "lint-staged": "^10.2.11",
- "mockjs": "^1.1.0",
- "plop": "^2.7.1",
- "prettier": "^2.0.5",
- "sass": "^1.26.10",
- "sass-loader": "^9.0.2",
- "script-loader": "^0.7.2",
- "stylelint": "^13.6.1",
- "stylelint-config-recess-order": "^2.0.4",
- "stylelint-config-standard": "^20.0.0",
- "stylelint-order": "^4.1.0",
- "svg-sprite-loader": "^5.0.0",
- "svgo": "^1.3.2",
- "vue-template-compiler": "^2.6.11",
- "webpackbar": "^4.0.0"
- },
- "engines": {
- "node": ">=8.9",
- "npm": ">= 3.0.0"
- }
- }
|