{
  "name": "<%= data.name %>",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite --mode development",
    "build": "tsc && vite build --mode production",
    "preview": "vite preview",
    "lint": "eslint . --ext .js,.ts,.tsx",
    "lint:fix": "eslint . --ext .js,.ts,tsx --fix",
    "mock": "nodemon mock/app.js"
  },
  "dependencies": {
    "@fe-hl/shared": "^1.0.3",
    "@reduxjs/toolkit": "^1.9.5",
    "@types/nprogress": "^0.2.0",
    "@types/redux-logger": "^3.0.9",
    "antd-mobile": "^5.32.0",
    "axios": "^1.4.0",
    "nprogress": "^0.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-intl": "^6.4.4",
    "react-redux": "^8.1.1",
    "react-router-dom": "^6.14.2",
    "redux-logger": "^3.0.6"
  },
  "devDependencies": {
    "@koa/cors": "^4.0.0",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "@typescript-eslint/eslint-plugin": "^5.61.0",
    "@typescript-eslint/parser": "^5.61.0",
    "@vitejs/plugin-react": "^4.0.1",
    "autoprefixer": "^10.4.14",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "eslint-plugin-unused-imports": "^3.0.0",
    "koa": "^2.14.2",
    "koa-body": "^6.0.1",
    "koa-router": "^12.0.0",
    "koa-static": "^5.0.0",
    "nodemon": "^3.0.1",
    "postcss-aspect-ratio-mini": "^1.1.0",
    "postcss-import": "^15.1.0",
    "postcss-px-to-viewport": "^1.1.1",
    "postcss-url": "^10.1.3",
    "postcss-viewport-units": "^0.1.6",
    "postcss-write-svg": "^3.0.1",
    "prettier": "^3.0.0",
    "sass": "^1.64.1",
    "sass-loader": "^13.3.2",
    "typescript": "^5.0.2",
    "uuid": "^9.0.0",
    "vite": "^4.4.0",
    "vite-plugin-imagemin": "^0.6.1",
    "vite-plugin-rewrite-all": "^1.0.1",
    "vite-plugin-svg-icons": "^2.0.1"
  },
  "resolutions": {
    "bin-wrapper": "npm:bin-wrapper-china"
  }
}
