Vben
2021-02-25 8a9ca498d70a0a4f66c073fe869fc6d8a3e79a55
package.json
@@ -2,6 +2,7 @@
  "name": "vben-admin",
  "version": "2.0.1",
  "scripts": {
    "bootstrap": "yarn install",
    "serve": "vite",
    "dev": "vite",
    "build": "vite build && esno ./build/script/postBuild.ts",
@@ -9,9 +10,9 @@
    "report": "cross-env REPORT=true npm run build ",
    "preview": "npm run build && vite preview",
    "preview:dist": "vite preview",
    "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
    "clean:lib": "npx rimraf node_modules",
    "clean:lib": "rimraf node_modules",
    "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
    "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/",
@@ -39,8 +40,8 @@
    "qrcode": "^1.4.4",
    "sortablejs": "^1.13.0",
    "vditor": "^3.8.1",
    "vue": "^3.0.6",
    "vue-i18n": "9.0.0-rc.7",
    "vue": "3.0.5",
    "vue-i18n": "9.0.0-rc.8",
    "vue-router": "^4.0.4",
    "vue-types": "^3.0.2",
    "vuex": "^4.0.0",
@@ -50,7 +51,7 @@
  "devDependencies": {
    "@commitlint/cli": "^12.0.0",
    "@commitlint/config-conventional": "^12.0.0",
    "@iconify/json": "^1.1.307",
    "@iconify/json": "^1.1.308",
    "@ls-lint/ls-lint": "^1.9.2",
    "@purge-icons/generated": "^0.7.0",
    "@types/fs-extra": "^9.0.7",
@@ -68,7 +69,7 @@
    "@vitejs/plugin-legacy": "^1.3.1",
    "@vitejs/plugin-vue": "^1.1.4",
    "@vitejs/plugin-vue-jsx": "^1.1.2",
    "@vue/compiler-sfc": "^3.0.6",
    "@vue/compiler-sfc": "3.0.5",
    "autoprefixer": "^10.2.4",
    "commitizen": "^4.2.3",
    "conventional-changelog-cli": "^2.1.1",