27 lines
555 B
JSON
27 lines
555 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": "9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.19",
|
|
"@types/react": "18.2.31",
|
|
"@types/uuid": "9.0.8",
|
|
"autoprefixer": "10.4.17",
|
|
"postcss": "8.4.35",
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-tailwindcss": "0.5.11",
|
|
"sass": "1.70.0",
|
|
"tailwindcss": "3.4.1",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|