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": "9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.30",
|
|
"@types/uuid": "9.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"postcss": "8.4.21",
|
|
"prettier": "2.8.7",
|
|
"prettier-plugin-tailwindcss": "0.2.5",
|
|
"sass": "1.60.0",
|
|
"tailwindcss": "3.3.0",
|
|
"typescript": "5.0.2"
|
|
}
|
|
}
|