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-06-30 23:19:54 +00:00
|
|
|
"@types/node": "18.16.19",
|
2023-07-24 22:09:38 +00:00
|
|
|
"@types/react": "18.2.16",
|
2023-06-19 12:58:23 +00:00
|
|
|
"@types/uuid": "9.0.2",
|
2023-03-10 15:47:11 +00:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-06-19 12:58:23 +00:00
|
|
|
"postcss": "8.4.24",
|
2023-04-23 09:43:13 +00:00
|
|
|
"prettier": "2.8.8",
|
2023-05-15 14:55:19 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.3.0",
|
2023-06-21 22:31:50 +00:00
|
|
|
"sass": "1.63.6",
|
2023-04-26 20:22:07 +00:00
|
|
|
"tailwindcss": "3.3.2",
|
2023-06-28 23:33:36 +00:00
|
|
|
"typescript": "5.1.6"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|