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-09-16 08:49:51 +02:00
|
|
|
"@types/node": "18.17.17",
|
2023-09-18 19:15:30 +02:00
|
|
|
"@types/react": "18.2.22",
|
2023-09-14 16:27:49 +02:00
|
|
|
"@types/uuid": "9.0.4",
|
2023-08-13 18:06:21 +02:00
|
|
|
"autoprefixer": "10.4.15",
|
2023-08-29 19:52:34 +02:00
|
|
|
"postcss": "8.4.29",
|
2023-08-29 14:53:33 +02:00
|
|
|
"prettier": "3.0.3",
|
2023-08-31 16:14:13 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.4",
|
2023-09-14 02:51:17 +02:00
|
|
|
"sass": "1.67.0",
|
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
|
|
|
}
|
|
|
|
}
|