2024-07-22 01:41:17 +02:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-10-19 18:53:16 +02:00
|
|
|
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
|
2024-07-22 01:41:17 +02:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-19 18:53:16 +02:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-10-16 19:15:11 +02:00
|
|
|
"@fontsource/roboto": "^5.1.0",
|
2024-10-19 18:53:16 +02:00
|
|
|
"@mui/icons-material": "^6.1.4",
|
|
|
|
"@mui/material": "^5.16.7",
|
|
|
|
"next": "^14.2.15",
|
2024-07-30 02:39:44 +02:00
|
|
|
"next-pwa": "^5.6.0",
|
2024-07-22 01:41:17 +02:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2024-10-19 18:53:16 +02:00
|
|
|
"cross-env": "^7.0.3",
|
2024-07-22 01:41:17 +02:00
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.4",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|