27 lines
552 B
JSON
27 lines
552 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.9.0",
|
|
"@types/react": "18.2.31",
|
|
"@types/uuid": "9.0.7",
|
|
"autoprefixer": "10.4.16",
|
|
"postcss": "8.4.31",
|
|
"prettier": "3.1.0",
|
|
"prettier-plugin-tailwindcss": "0.5.7",
|
|
"sass": "1.69.5",
|
|
"tailwindcss": "3.3.5",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|