Files
bierkasten-casino/frontend/package.json
MrUnknownDE 0ad33488dc feat: Add Admin and Game pages with stats, user management, and slot game functionality
- 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.
2025-11-23 12:44:42 +01:00

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"
}
}