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-04-21 08:07:51 +02:00
|
|
|
"@types/node": "18.15.13",
|
2023-04-17 19:17:56 +02:00
|
|
|
"@types/react": "18.0.37",
|
2023-02-22 14:57:13 +01:00
|
|
|
"@types/uuid": "9.0.1",
|
2023-03-10 16:47:11 +01:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-04-19 21:14:31 +02:00
|
|
|
"postcss": "8.4.23",
|
2023-03-25 01:10:27 +01:00
|
|
|
"prettier": "2.8.7",
|
2023-04-05 20:38:47 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.2.7",
|
2023-04-12 01:04:17 +02:00
|
|
|
"sass": "1.62.0",
|
2023-03-30 22:58:04 +02:00
|
|
|
"tailwindcss": "3.3.1",
|
2023-04-07 20:13:51 +02:00
|
|
|
"typescript": "5.0.4"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|