2024-07-22 01:41:17 +02:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.11.4",
|
|
|
|
"@emotion/styled": "^11.11.5",
|
2024-10-16 19:15:11 +02:00
|
|
|
"@fontsource/roboto": "^5.1.0",
|
2024-07-22 01:41:17 +02:00
|
|
|
"@mui/material": "^5.15.20",
|
|
|
|
"next": "14.2.4",
|
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",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.4",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|