retro-front/package.json
Djalim Simaila 1dcc6f00f5 🔧 refactor(App.js): remove boilerplate code and add new components for game console
🔧 refactor(index.css): change background color to improve UI
🔧 refactor(server.ts): change port variable case and add support for environment variable
🔧 refactor(package.json): add new dependencies for the project
🔧 refactor(.env): add new environment variable for API URL
🔧 refactor(App.js): add new components and states for game console
🔧 refactor(ConsoleCard.js): add new component for displaying game console
🔧 refactor(ConsoleList.js): add new component for listing game consoles
🔧 refactor(GameCard.js): add new component for displaying game
🔧 refactor(GameList.js): add new component for listing games
🔧 refactor(GamePlayer.js): add new component for game player
🔧 refactor(Topbar.js): add new component for topbar
🔧 refactor(ConsolePage.jsx): add new page for console
🔧 refactor(GamePage.jsx): add new page for game
🔧 refactor(HomePage.jsx): add new page for home
🔧 refactor(router.js): add new router for navigation
🔧 refactor(routes.js): add new routes for navigation
🔧 refactor(placeholder.jpg): add new placeholder image for game console and game
2024-03-25 14:32:09 +01:00

47 lines
1.0 KiB
JSON

{
"name": "retro",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}