wishlist-client/package.json
Kasper Juul Hermansen 409ac8122d
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.15.12
2023-04-19 23:34:43 +00:00

27 lines
554 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.15.12",
"@types/react": "18.0.37",
"@types/uuid": "9.0.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.7",
"sass": "1.62.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}