27 lines
556 B
JSON
27 lines
556 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": "10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.16.5",
|
|
"@types/react": "18.2.31",
|
|
"@types/uuid": "10.0.0",
|
|
"autoprefixer": "10.4.20",
|
|
"postcss": "8.4.45",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-tailwindcss": "0.6.6",
|
|
"sass": "1.78.0",
|
|
"tailwindcss": "3.4.10",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|