{
  "name": "yudao-ui-admin-vben",
  "type": "module",
  "version": "1.9.0-snapshot",
  "packageManager": "pnpm@8.10.0",
  "author": {
    "name": "xingyuv",
    "email": "xingyu4j@vip.qq.com",
    "url": "https://gitee.com/xingyuv"
  },
  "license": "MIT",
  "homepage": "https://gitee.com/xingyuv",
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/xingyuv/vue-vben-admin.git"
  },
  "bugs": {
    "url": "https://gitee.com/xingyuv/issues"
  },
  "engines": {
    "node": ">=18.12.0",
    "pnpm": ">=8.10.0"
  },
  "scripts": {
    "commit": "czg",
    "dev": "vite",
    "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
    "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts",
    "build:no-cache": "pnpm store prune && pnpm build",
    "report": "cross-env REPORT=true pnpm build",
    "type:check": "vue-tsc --noEmit --skipLibCheck",
    "preview": "vite preview",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare": "husky install"
  },
  "dependencies": {
    "@ant-design/colors": "^7.0.2",
    "@ant-design/icons-vue": "^7.0.1",
    "@videojs-player/vue": "^1.0.0",
    "@vue/runtime-core": "^3.3.8",
    "@vueuse/core": "^10.6.1",
    "@zxcvbn-ts/core": "^3.0.4",
    "ant-design-vue": "~4.0.8",
    "axios": "^1.6.4",
    "codemirror": "^5.65.16",
    "cron-parser": "^4.9.0",
    "cropperjs": "^1.6.1",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.10",
    "echarts": "^5.4.3",
    "lodash-es": "^4.17.21",
    "nprogress": "^0.2.0",
    "path-to-regexp": "^6.2.1",
    "pinia": "^2.1.7",
    "pinia-plugin-persistedstate": "^3.2.1",
    "print-js": "^1.6.0",
    "qs": "^6.11.2",
    "resize-observer-polyfill": "^1.5.1",
    "sortablejs": "^1.15.1",
    "tinymce": "^5.10.9",
    "vditor": "^3.9.8",
    "vite-plugin-html": "^3.2.1",
    "vue": "^3.3.8",
    "vue-i18n": "^9.9.0",
    "vue-json-pretty": "^2.3.0",
    "vue-router": "^4.2.5",
    "vue-types": "^5.1.1",
    "vuedraggable": "^4.1.0",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.2",
    "@commitlint/cli": "^18.4.4",
    "@commitlint/config-conventional": "^18.4.4",
    "@iconify/json": "^2.2.164",
    "@types/codemirror": "^5.60.15",
    "@types/crypto-js": "^4.2.1",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.11.0",
    "@types/nprogress": "^0.2.3",
    "@types/qs": "^6.9.11",
    "@types/sortablejs": "^1.15.5",
    "@unocss/eslint-config": "^0.58.3",
    "@vitejs/plugin-vue": "^5.0.3",
    "@vitejs/plugin-vue-jsx": "^3.1.0",
    "@vue/compiler-sfc": "^3.4.10",
    "cross-env": "^7.0.3",
    "cz-git": "^1.8.0",
    "czg": "^1.8.0",
    "dotenv": "^16.3.1",
    "eslint": "^8.56.0",
    "esno": "^4.0.0",
    "fs-extra": "^11.2.0",
    "husky": "^8.0.3",
    "inquirer": "^9.2.12",
    "less": "^4.2.0",
    "lint-staged": "^15.2.0",
    "picocolors": "^1.0.0",
    "postcss": "^8.4.33",
    "postcss-html": "^1.5.0",
    "postcss-less": "^6.0.0",
    "rimraf": "^5.0.5",
    "rollup-plugin-visualizer": "^5.12.0",
    "terser": "^5.26.0",
    "typescript": "^5.3.3",
    "unocss": "^0.58.3",
    "vite": "^5.0.11",
    "vite-plugin-compression": "^0.5.1",
    "vite-plugin-purge-icons": "^0.10.0",
    "vite-plugin-pwa": "^0.17.4",
    "vite-plugin-svg-icons": "^2.0.1",
    "vite-vue-plugin-html": "^1.0.5",
    "vue-tsc": "^1.8.27"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ],
    "*.vue": [
      "eslint --fix"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  }
}