vben
2020-11-19 8882d4e7eafabceb3c53cd5c22ad70ee166921c4
package.json
@@ -1,40 +1,43 @@
{
  "name": "vben-admin-2.0",
  "version": "2.0.0-rc.3",
  "version": "2.0.0-rc.11",
  "scripts": {
    "bootstrap": "yarn install",
    "serve": "cross-env ts-node --files -P  ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite",
    "build": "cross-env NODE_ENV=production vite build && node ./build/jsc.ts build",
    "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
    "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
    "build:site": "cross-env SITE=true npm run build ",
    "build:no-cache": "yarn  clean:cache && node ./build/jsc.ts build",
    "build:no-cache": "yarn  clean:cache && npm run build",
    "typecheck": "typecheck .",
    "report": "cross-env REPORT=true npm run build ",
    "preview": "node ./build/jsc.ts preview",
    "log": "node ./build/jsc.ts log",
    "preview": "npm run build && esno ./build/script/preview.ts",
    "preview:dist": "esno ./build/script/preview.ts",
    "log": "esno ./build/script/changelog.ts",
    "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache",
    "clean:lib": "npx rimraf node_modules",
    "ls-lint": "npx ls-lint",
    "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
    "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
    "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
    "reinstall": "rimraf node_modules && rimraf yarn.lock && rimraf package.lock.json && npm run bootstrap",
    "postinstall": "node ./build/jsc.ts postinstall"
    "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
  },
  "dependencies": {
    "@iconify/iconify": "^2.0.0-rc.1",
    "ant-design-vue": "^2.0.0-beta.10",
    "apexcharts": "^3.22.0",
    "axios": "^0.20.0",
    "@iconify/iconify": "^2.0.0-rc.2",
    "@vueuse/core": "4.0.0-rc.3",
    "ant-design-vue": "2.0.0-beta.15",
    "apexcharts": "3.22.0",
    "axios": "^0.21.0",
    "echarts": "^4.9.0",
    "lodash-es": "^4.17.15",
    "mockjs": "^1.1.0",
    "moment": "^2.29.1",
    "nprogress": "^0.2.0",
    "path-to-regexp": "^6.2.0",
    "qrcode": "^1.4.4",
    "vditor": "^3.5.5",
    "vue": "^3.0.1",
    "vue-i18n": "^9.0.0-beta.4",
    "vue-router": "^4.0.0-beta.13",
    "vuex": "^4.0.0-beta.4",
    "vditor": "^3.6.2",
    "vue": "^3.0.2",
    "vue-i18n": "^9.0.0-beta.8",
    "vue-router": "^4.0.0-rc.3",
    "vuex": "^4.0.0-rc.1",
    "vuex-module-decorators": "^1.0.1",
    "xlsx": "^0.16.8",
    "zxcvbn": "^4.4.2"
@@ -42,59 +45,60 @@
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@iconify/json": "^1.1.243",
    "@iconify/json": "^1.1.260",
    "@ls-lint/ls-lint": "^1.9.2",
    "@purge-icons/generated": "^0.4.1",
    "@types/echarts": "^4.8.3",
    "@types/fs-extra": "^9.0.2",
    "@types/html-minifier": "^4.0.0",
    "@types/inquirer": "^7.3.1",
    "@types/echarts": "^4.9.1",
    "@types/fs-extra": "^9.0.4",
    "@types/globrex": "^0.1.0",
    "@types/koa-static": "^4.0.1",
    "@types/lodash-es": "^4.17.3",
    "@types/mockjs": "^1.0.3",
    "@types/nprogress": "^0.2.0",
    "@types/qrcode": "^1.3.5",
    "@types/rollup-plugin-visualizer": "^2.6.0",
    "@types/shelljs": "^0.8.8",
    "@types/yargs": "^15.0.9",
    "@types/yargs": "^15.0.10",
    "@types/zxcvbn": "^4.4.0",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "@vue/compiler-sfc": "^3.0.1",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "@vue/compiler-sfc": "^3.0.2",
    "@vuedx/typecheck": "^0.2.4-0",
    "@vuedx/typescript-plugin-vue": "^0.2.4-0",
    "autoprefixer": "^9.8.6",
    "commitizen": "^4.2.1",
    "conventional-changelog-cli": "^2.1.0",
    "commitizen": "^4.2.2",
    "conventional-changelog-cli": "^2.1.1",
    "conventional-changelog-custom-config": "^0.3.1",
    "cross-env": "^7.0.2",
    "dot-prop": "^6.0.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.13.0",
    "eslint": "^7.13.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-vue": "^7.0.1",
    "eslint-plugin-vue": "^7.1.0",
    "esno": "^0.2.4",
    "fs-extra": "^9.0.1",
    "html-minifier": "^4.0.0",
    "globrex": "^0.1.2",
    "husky": "^4.3.0",
    "inquirer": "^7.3.3",
    "koa-static": "^5.0.0",
    "less": "^3.12.2",
    "lint-staged": "^10.4.2",
    "lint-staged": "^10.5.1",
    "portfinder": "^1.0.28",
    "postcss-import": "^12.0.1",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "rollup-plugin-analyzer": "^3.3.0",
    "rollup-plugin-visualizer": "^4.1.1",
    "shelljs": "^0.8.4",
    "stylelint": "^13.7.2",
    "rollup-plugin-visualizer": "^4.1.2",
    "stylelint": "^13.8.0",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-order": "^4.1.0",
    "tasksfile": "^5.1.1",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3",
    "vite": "npm:@knightly/vite",
    "vite-plugin-mock": "^1.0.2",
    "vite-plugin-purge-icons": "^0.4.4",
    "typescript": "^4.0.5",
    "vite": "^1.0.0-rc.9",
    "vite-plugin-html": "^1.0.0-beta.2",
    "vite-plugin-mock": "^1.0.6",
    "vite-plugin-purge-icons": "^0.4.5",
    "vite-plugin-pwa": "^0.1.5",
    "vue-eslint-parser": "^7.1.1",
    "yargs": "^16.1.0"
  },