2026-03-05 22:52:13 +01:00
|
|
|
{
|
|
|
|
|
"name": "gaming-hub-web",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^19.0.0",
|
2026-03-05 23:23:52 +01:00
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"globe.gl": "^2.35.0",
|
|
|
|
|
"three": "^0.172.0"
|
2026-03-05 22:52:13 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^19.0.0",
|
|
|
|
|
"@types/react-dom": "^19.0.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
|
|
"typescript": "^5.7.0",
|
|
|
|
|
"vite": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|