| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "name": "vue-admin-better",
- "version": "2.1.5",
- "author": "vue-admin-better",
- "participants": [],
- "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
- "scripts": {
- "globle": "npm config set registry https://registry.npm.taobao.org && npm install -g yarn && yarn config set registry https://registry.npm.taobao.org && yarn config set ignore-engines true && yarn install",
- "serve": "set NODE_OPTIONS=--max-old-space-size=10240 && vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint --fix",
- "increase-memory-limit": "increase-memory-limit",
- "postinstall": "patch-package"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,jsx,vue}": [
- "vue-cli-service lint",
- "git add"
- ]
- },
- "dependencies": {
- "@jiaminghi/data-view": "^2.10.0",
- "@jiaminghi/data-view": "^2.10.0",
- "@vue-office/docx": "^1.6.3",
- "@vue-office/excel": "^1.7.14",
- "@vue-office/pdf": "^2.0.10",
- "axios": "^1.3.4",
- "better-scroll": "^2.0.4",
- "caniuse-lite": "^1.0.30001464",
- "clipboard": "^2.0.11",
- "codemirror": "5.45.0",
- "core-js": "^3.29.0",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.7",
- "docxtemplater": "3.43.0",
- "echarts": "5.4.1",
- "element-resize-detector": "^1.2.2",
- "element-ui": "^2.15.13",
- "file-saver": "^2.0.2",
- "github-markdown-css": "^5.1.0",
- "js-cookie": "^2.2.1",
- "jsencrypt": "^3.3.2",
- "jsonlint": "^1.6.3",
- "jszip": "3.10.1",
- "layouts": "file:layouts",
- "lodash": "^4.17.21",
- "maptalks": "^0.49.5",
- "mapv": "^2.0.62",
- "marked": "^4.1.1",
- "mockjs": "^1.1.0",
- "nprogress": "^0.2.0",
- "pizzip": "3.1.4",
- "qs": "^6.11.1",
- "screenfull": "^5.2.0",
- "sortablejs": "^1.15.0",
- "mqtt": "^4.3.7",
- "vab-icon": "file:vab-icon",
- "vue": "~2.6.14",
- "vue-amap": "^0.5.10",
- "vue-demi": "^0.14.10",
- "vue-echarts": "5.0.0-beta.0",
- "vue-qart": "^2.2.0",
- "vue-router": "^3.5.3",
- "vue-template-compiler": "~2.6.14",
- "vuedraggable": "^2.24.1",
- "vuex": "^3.6.2",
- "wangeditor": "^4.7.15",
- "xlsx": "0.18.5"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^4.5.15",
- "@vue/cli-plugin-eslint": "^4.5.15",
- "@vue/cli-service": "^4.5.15",
- "@vue/composition-api": "^1.7.1",
- "@vue/eslint-config-prettier": "^7.1.0",
- "autoprefixer": "^9",
- "babel-eslint": "^10.1.0",
- "body-parser": "^1.20.2",
- "chalk": "^4.1.2",
- "chokidar": "^3.5.3",
- "eslint": "^7.32.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.1.1",
- "filemanager-webpack-plugin": "^8.0.0",
- "lint-staged": "^13.2.0",
- "patch-package": "^6.2.2",
- "plop": "^2.7.4",
- "postcss": "^7",
- "prettier": "^2.8.4",
- "sass": "~1.32.13",
- "sass-loader": "^10.1.1",
- "script-loader": "^0.7.2",
- "stylelint": "^15.2.0",
- "stylelint-config-prettier": "^9.0.5",
- "stylelint-config-recess-order": "^4.0.0",
- "svg-sprite-loader": "^6.0.11",
- "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2",
- "vue-cropper": "^0.5.5",
- "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"
- }
- }
|