27 lines
553 B
JSON
27 lines
553 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.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.17.4",
|
|
"@types/react": "18.2.20",
|
|
"@types/uuid": "9.0.2",
|
|
"autoprefixer": "10.4.14",
|
|
"postcss": "8.4.27",
|
|
"prettier": "3.0.1",
|
|
"prettier-plugin-tailwindcss": "0.5.2",
|
|
"sass": "1.65.1",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|