wishlist-client/package.json
Kasper Juul Hermansen 0f50562ac2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react to v18.2.31
2023-10-20 14:48:52 +00:00

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.1"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/react": "18.2.31",
"@types/uuid": "9.0.6",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"sass": "1.69.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}