wishlist-client/package.json
Kasper Juul Hermansen 6a2a642dab
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.16.10
2023-05-16 01:26:17 +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.16.10",
"@types/react": "18.2.6",
"@types/uuid": "9.0.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"sass": "1.62.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}