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 08:22:50 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-10-28 09:00:33 +00:00
|
|
|
"uuid": "9.0.0"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-29 12:53:33 +00:00
|
|
|
"@types/node": "18.17.12",
|
2023-08-22 18:51:30 +00:00
|
|
|
"@types/react": "18.2.21",
|
2023-06-19 12:58:23 +00:00
|
|
|
"@types/uuid": "9.0.2",
|
2023-08-13 16:06:21 +00:00
|
|
|
"autoprefixer": "10.4.15",
|
2023-08-15 19:24:14 +00:00
|
|
|
"postcss": "8.4.28",
|
2023-08-29 12:53:33 +00:00
|
|
|
"prettier": "3.0.3",
|
2023-08-15 16:00:41 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.3",
|
2023-08-18 22:11:36 +00:00
|
|
|
"sass": "1.66.1",
|
2023-07-24 22:35:15 +00:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-08-24 16:58:37 +00:00
|
|
|
"typescript": "5.2.2"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|