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",
|
2023-09-12 11:17:23 +02:00
|
|
|
"uuid": "9.0.1"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-02 22:30:27 +02:00
|
|
|
"@types/node": "18.18.2",
|
2023-10-01 12:30:01 +02:00
|
|
|
"@types/react": "18.2.24",
|
2023-09-14 16:27:49 +02:00
|
|
|
"@types/uuid": "9.0.4",
|
2023-09-20 23:44:35 +02:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-09-29 00:24:14 +02:00
|
|
|
"postcss": "8.4.31",
|
2023-08-29 14:53:33 +02:00
|
|
|
"prettier": "3.0.3",
|
2023-08-31 16:14:13 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.4",
|
2023-09-21 03:16:14 +02:00
|
|
|
"sass": "1.68.0",
|
2023-07-25 00:35:15 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-08-24 18:58:37 +02:00
|
|
|
"typescript": "5.2.2"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|