wishlist-client/package.json
Kasper Juul Hermansen b62d5baa07
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.17.9
2023-08-23 21:26:32 +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.0"
},
"devDependencies": {
"@types/node": "18.17.9",
"@types/react": "18.2.21",
"@types/uuid": "9.0.2",
"autoprefixer": "10.4.15",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "0.5.3",
"sass": "1.66.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}