pioneer-share/package.json

32 lines
705 B
JSON

{
"name": "neer-app-h5",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"antd-mobile": "^5.34.0",
"axios": "^1.6.7",
"i18next": "^23.7.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3",
"sass": "^1.70.0",
"ts-md5": "^1.3.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}