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-02-07 09:56:49 +01:00
|
|
|
"@types/node": "18.13.0",
|
2023-02-11 12:53:14 +01:00
|
|
|
"@types/react": "18.0.28",
|
2022-12-10 20:21:36 +01:00
|
|
|
"@types/uuid": "9.0.0",
|
2022-10-28 11:00:33 +02:00
|
|
|
"autoprefixer": "10.4.13",
|
2023-01-06 21:37:26 +01:00
|
|
|
"postcss": "8.4.21",
|
2023-02-08 18:14:35 +01:00
|
|
|
"prettier": "2.8.4",
|
2023-02-15 15:10:51 +01:00
|
|
|
"prettier-plugin-tailwindcss": "0.2.3",
|
2023-02-14 16:56:00 +01:00
|
|
|
"sass": "1.58.1",
|
2023-02-08 18:14:35 +01:00
|
|
|
"tailwindcss": "3.2.6",
|
2023-01-31 09:00:06 +01:00
|
|
|
"typescript": "4.9.5"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|