27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"uuid": "13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.10.1",
|
|
"@types/react": "18.2.31",
|
|
"@types/uuid": "11.0.0",
|
|
"autoprefixer": "10.4.22",
|
|
"postcss": "8.5.6",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-tailwindcss": "0.7.1",
|
|
"sass": "1.94.1",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|