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",
|
2023-09-12 11:17:23 +02:00
|
|
|
"uuid": "9.0.1"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-18 11:49:51 +02:00
|
|
|
"@types/node": "18.18.6",
|
2024-04-13 12:42:41 +02:00
|
|
|
"@types/react": "18.2.78",
|
2023-10-18 20:50:34 +02:00
|
|
|
"@types/uuid": "9.0.6",
|
2023-09-20 23:44:35 +02:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-09-29 00:24:14 +02:00
|
|
|
"postcss": "8.4.31",
|
2023-08-29 14:53:33 +02:00
|
|
|
"prettier": "3.0.3",
|
2023-10-13 03:18:12 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.6",
|
2023-10-17 23:53:00 +02:00
|
|
|
"sass": "1.69.4",
|
2023-07-25 00:35:15 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-08-24 18:58:37 +02:00
|
|
|
"typescript": "5.2.2"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|