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": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.7",
|
|
"@types/react": "18.0.24",
|
|
"@types/uuid": "8.3.4",
|
|
"autoprefixer": "10.4.5",
|
|
"postcss": "8.4.12",
|
|
"prettier": "2.6.2",
|
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
"sass": "1.50.1",
|
|
"tailwindcss": "3.0.24",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|