32 lines
758 B
JSON
32 lines
758 B
JSON
|
|
{
|
||
|
|
"name": "ga-mobile-pwa",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0-alpha",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc --noEmit && vite build",
|
||
|
|
"preview": "vite preview --port 3001"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@tanstack/react-query": "^5.40.0",
|
||
|
|
"antd-mobile": "^5.37.1",
|
||
|
|
"antd-mobile-icons": "^0.3.0",
|
||
|
|
"axios": "^1.7.2",
|
||
|
|
"dayjs": "^1.11.11",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-router-dom": "^6.23.1",
|
||
|
|
"zustand": "^4.5.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.12.12",
|
||
|
|
"@types/react": "^18.3.3",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"typescript": "^5.4.5",
|
||
|
|
"vite": "^5.2.11",
|
||
|
|
"vite-plugin-pwa": "^0.20.0"
|
||
|
|
}
|
||
|
|
}
|