2022-04-24 23:12:11 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "latest",
|
2022-10-29 10:22:50 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-11-20 03:04:11 +01:00
|
|
|
"uuid": "11.0.3"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-20 03:04:11 +01:00
|
|
|
"@types/node": "22.9.1",
|
2023-10-20 16:48:52 +02:00
|
|
|
"@types/react": "18.2.31",
|
2024-11-20 03:04:11 +01:00
|
|
|
"@types/uuid": "10.0.0",
|
|
|
|
"autoprefixer": "10.4.20",
|
|
|
|
"postcss": "8.4.49",
|
|
|
|
"prettier": "3.3.3",
|
|
|
|
"prettier-plugin-tailwindcss": "0.6.9",
|
|
|
|
"sass": "1.81.0",
|
|
|
|
"tailwindcss": "3.4.15",
|
|
|
|
"typescript": "5.6.3"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|