2022-04-24 23:12:11 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "latest",
|
2025-02-18 02:22:15 +00:00
|
|
|
"react": "19.0.0",
|
|
|
|
"react-dom": "19.0.0",
|
2023-09-12 09:17:23 +00:00
|
|
|
"uuid": "9.0.1"
|
2022-04-24 23:12:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-18 09:49:51 +00:00
|
|
|
"@types/node": "18.18.6",
|
2025-02-18 02:22:15 +00:00
|
|
|
"@types/react": "19.0.10",
|
2023-10-18 18:50:34 +00:00
|
|
|
"@types/uuid": "9.0.6",
|
2023-09-20 21:44:35 +00:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-09-28 22:24:14 +00:00
|
|
|
"postcss": "8.4.31",
|
2023-08-29 12:53:33 +00:00
|
|
|
"prettier": "3.0.3",
|
2023-10-13 01:18:12 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.6",
|
2023-10-17 21:53:00 +00:00
|
|
|
"sass": "1.69.4",
|
2023-07-24 22:35:15 +00:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-08-24 16:58:37 +00:00
|
|
|
"typescript": "5.2.2"
|
2022-04-24 23:12:11 +02:00
|
|
|
}
|
|
|
|
}
|