{ "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "homepage": "/h5/", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@vitejs/plugin-legacy": "^4.1.1", "antd-mobile": "^5.38.1", "axios": "^1.7.8", "china-area-data": "^5.0.1", "china-division": "^2.7.0", "china-region": "^1.4.1", "js-cookie": "^3.0.5", "less": "^4.2.1", "rc-picker": "^4.8.3", "react": "^18.2.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-router-dom": "^6.28.0", "vite-plugin-commonjs": "^0.10.4" }, "devDependencies": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "eslint": "^8.45.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "less-loader": "^7.3.0", "postcss-px-to-viewport": "^1.1.1", "vite": "^4.4.5" } }