{
  "name": "h5",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite",
    "build:dev": "rimraf dist && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode development",
    "build": "rimraf dist && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
    "build:cqmz-dev": "rimraf dist && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode cqmzDev",
    "build:cqmz": "rimraf dist cross-env && NODE_OPTIONS=--max-old-space-size=8192 vite build --mode cqmz",
    "serve": "vue-cli-service serve",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.1.0",
    "@pureadmin/utils": "^1.15.4",
    "@vue-office/pdf": "^2.0.2",
    "@vueuse/core": "^10.2.0",
    "ali-oss": "^6.18.1",
    "amfe-flexible": "^2.2.1",
    "animate.css": "^4.1.1",
    "axios": "^1.5.0",
    "core-js": "^3.8.3",
    "dayjs": "^1.11.8",
    "dommatrix": "^1.0.3",
    "echarts": "^5.4.3",
    "js-cookie": "^3.0.5",
    "mitt": "^3.0.0",
    "nprogress": "^0.2.0",
    "path": "^0.12.7",
    "qs": "^6.11.2",
    "register-service-worker": "^1.7.2",
    "swiper": "^8.4.7",
    "vant": "^4.7.1",
    "vue": "^3.2.13",
    "vue-awesome-swiper": "^5.0.1",
    "vue-demi": "0.14.6",
    "vue-router": "^4.0.3",
    "vue-types": "^5.1.1",
    "vue3-seamless-scroll": "^2.0.1",
    "web-streams-polyfill": "^3.2.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.6",
    "@commitlint/config-conventional": "^17.6.6",
    "@iconify-icons/ep": "^1.2.12",
    "@iconify-icons/ri": "^1.2.9",
    "@iconify/vue": "^4.1.1",
    "@types/js-cookie": "^3.0.3",
    "@types/mockjs": "^1.0.7",
    "@types/node": "^20.3.1",
    "@types/nprogress": "0.2.0",
    "@types/qs": "^6.9.7",
    "@types/sortablejs": "^1.15.1",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "@vant/auto-import-resolver": "^1.0.1",
    "@vitejs/plugin-vue": "^4.2.3",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@vue/eslint-config-prettier": "^7.1.0",
    "@vue/eslint-config-typescript": "^11.0.3",
    "autoprefixer": "^10.4.16",
    "cloc": "^2.11.0",
    "cross-env": "^7.0.3",
    "cssnano": "^6.0.1",
    "eslint": "^8.43.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.15.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "picocolors": "^1.0.0",
    "postcss": "^8.4.24",
    "postcss-html": "^1.5.0",
    "postcss-import": "^15.1.0",
    "postcss-px-to-viewport": "^1.1.1",
    "postcss-pxtorem": "^6.1.0",
    "postcss-scss": "^4.0.6",
    "prettier": "^2.8.8",
    "pretty-quick": "^3.1.3",
    "rimraf": "^5.0.1",
    "rollup-plugin-visualizer": "^5.9.2",
    "sass": "^1.63.6",
    "sass-loader": "^13.3.2",
    "stylelint": "^15.9.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-recess-order": "^4.2.0",
    "stylelint-config-recommended": "^12.0.0",
    "stylelint-config-recommended-scss": "^12.0.0",
    "stylelint-config-recommended-vue": "^1.4.0",
    "stylelint-config-standard": "^33.0.0",
    "stylelint-config-standard-scss": "^9.0.0",
    "stylelint-order": "^6.0.3",
    "stylelint-prettier": "^3.0.0",
    "stylelint-scss": "^5.0.1",
    "svgo": "^3.0.2",
    "tailwindcss": "^3.3.2",
    "terser": "^5.18.1",
    "typescript": "5.0.4",
    "unplugin-vue-components": "^0.25.2",
    "vite": "^4.3.9",
    "vite-plugin-cdn-import": "^0.3.5",
    "vite-plugin-compression": "^0.5.1",
    "vite-plugin-mock": "2.9.6",
    "vite-plugin-remove-console": "^2.1.1",
    "vite-svg-loader": "^4.0.0",
    "vue-eslint-parser": "^9.3.1",
    "vue-tsc": "^1.8.1"
  },
  "pnpm": {
    "peerDependencyRules": {
      "ignoreMissing": [
        "rollup",
        "webpack",
        "core-js"
      ]
    },
    "allowedDeprecatedVersions": {
      "sourcemap-codec": "*",
      "w3c-hr-time": "*",
      "stable": "*"
    }
  }
}