mirror of
https://github.com/MrUnknownDE/bierkasten-casino.git
synced 2026-04-24 08:43:43 +02:00
- Implement AdminPage for managing user stats, transactions, and win chance settings. - Create GamePage for slot game mechanics, including wallet management and leaderboard display. - Update API to support new admin stats and transaction endpoints. - Integrate React Router for navigation between pages. - Enhance user experience with error handling and loading states.
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"name": "bierbaron-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.25.1",
|
|
"recharts": "^2.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.3.4"
|
|
}
|
|
} |