Files
Airtep/gig-poc/apps/web/package.json
2026-03-30 20:49:40 +08:00

24 lines
535 B
JSON

{
"name": "gig-poc-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0 --port 4173"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.1"
},
"devDependencies": {
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.8.3",
"vite": "5.4.18"
}
}