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.0.0",
|
|
"react-dom": "18.0.0",
|
|
"uuid": "9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.7",
|
|
"@types/react": "18.0.24",
|
|
"@types/uuid": "8.3.4",
|
|
"autoprefixer": "10.4.13",
|
|
"postcss": "8.4.18",
|
|
"prettier": "2.7.1",
|
|
"prettier-plugin-tailwindcss": "0.1.13",
|
|
"sass": "1.55.0",
|
|
"tailwindcss": "3.2.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|