39 lines
1022 B
JSON
39 lines
1022 B
JSON
|
{
|
||
|
"name": "vite-project",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"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",
|
||
|
"less-loader": "^12.2.0",
|
||
|
"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"
|
||
|
},
|
||
|
"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",
|
||
|
"postcss-px-to-viewport": "^1.1.1",
|
||
|
"vite": "^4.4.5"
|
||
|
}
|
||
|
}
|