{
  "name": "cbank-vue3-template",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": {
      "command": "ynet-mf",
      "desc": "development 启动"
    },
    "mock": {
      "command": "ynet-mf --mode=mock",
      "desc": "development 启用mock"
    },
    "build": {
      "command": "ynet-mf --release",
      "desc": "production 打包"
    },
    "build:modules": {
      "command": "ynet-mf --release --modules",
      "desc": "模块打包"
    },
    "build:common": {
      "command": "ynet-mf --release --common",
      "desc": "公共模块打包"
    },
    "build:portal": {
      "command": "ynet-mf --release --portal",
      "desc": "主模块打包"
    },
    "generate": {
      "command": "ynet-mf --generate vue3",
      "desc": "生成模块"
    },
    "test:unit": {
      "command": "vue-cli-service test:unit",
      "desc": "单元测试"
    },
    "lint": {
      "command": "vue-cli-service lint",
      "desc": "代码检查"
    }
  },
  "dependencies": {
    "@element-plus/icons-vue": "^1.1.4",
    "big.js": "^6.1.1",
    "core-js": "^3.8.3",
    "element-plus": "^2.1.11",
    "lodash": "^4.17.15",
    "lru-cache": "^7.9.0",
    "pinia": "^2.0.13",
    "store2": "^2.13.2",
    "vue": "^3.2.13",
    "vue-i18n": "^9.1.0",
    "vue-router": "^4.0.3",
    "axios": "^0.27.2",
    "dayjs": "^1.11.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.4",
    "@commitlint/config-conventional": "^16.2.4",
    "@intlify/vue-i18n-loader": "^3.0.0",
    "@types/big.js": "^6.1.3",
    "@types/jest": "^27.0.1",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "@vue/cli-plugin-babel": "~5.0.0",
    "@vue/cli-plugin-eslint": "~5.0.0",
    "@vue/cli-plugin-router": "~5.0.0",
    "@vue/cli-plugin-typescript": "~5.0.0",
    "@vue/cli-plugin-unit-jest": "~5.0.0",
    "@vue/cli-service": "~5.0.0",
    "@vue/eslint-config-standard": "^6.1.0",
    "@vue/eslint-config-typescript": "^9.1.0",
    "@vue/test-utils": "^2.0.0-0",
    "@vue/vue3-jest": "^27.0.0-alpha.1",
    "babel-jest": "^27.0.6",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-vue": "^8.0.3",
    "jest": "^27.0.5",
    "lint-staged": "^11.1.2",
    "sass": "^1.32.7",
    "sass-loader": "^12.0.0",
    "ts-jest": "^27.0.4",
    "typescript": "~4.5.5",
    "vue-cli-plugin-i18n": "^2.3.1",
    "vue-cli-plugin-lodash": "~0.1.4",
    "vue-cli-plugin-mock": "^1.0.3",
    "webpack-dev-server": "4.9.3",
    "ynet-mf": "^1.2.0"
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -E GIT_PARAMS"
  }
}
