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",
|
2022-10-28 11:00:33 +02:00
|
|
|
"uuid": "9.0.0"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-22 11:39:40 +02:00
|
|
|
"@types/node": "18.17.7",
|
2023-08-22 20:51:30 +02:00
|
|
|
"@types/react": "18.2.21",
|
2023-06-19 14:58:23 +02:00
|
|
|
"@types/uuid": "9.0.2",
|
2023-08-13 18:06:21 +02:00
|
|
|
"autoprefixer": "10.4.15",
|
2023-08-15 21:24:14 +02:00
|
|
|
"postcss": "8.4.28",
|
2023-08-15 18:00:41 +02:00
|
|
|
"prettier": "3.0.2",
|
|
|
|
"prettier-plugin-tailwindcss": "0.5.3",
|
2023-08-19 00:11:36 +02:00
|
|
|
"sass": "1.66.1",
|
2023-07-25 00:35:15 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-06-29 01:33:36 +02:00
|
|
|
"typescript": "5.1.6"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|