2023-02-28 17:02:20 +01:00
|
|
|
{
|
|
|
|
|
"name": "game-hub",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chakra-ui/react": "^2.5.1",
|
|
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
|
"@emotion/styled": "^11.10.6",
|
2023-02-28 20:13:26 +01:00
|
|
|
"axios": "^1.3.4",
|
2023-02-28 17:02:20 +01:00
|
|
|
"framer-motion": "^10.0.1",
|
|
|
|
|
"react": "^18.2.0",
|
2023-03-01 17:17:28 +01:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-icons": "^4.7.1"
|
2023-02-28 17:02:20 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
|
|
|
"typescript": "^4.9.3",
|
|
|
|
|
"vite": "^4.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|