wishlist-client/package.json
Kasper Juul Hermansen 2db9c7a6b2
Some checks failed
renovate/artifacts Artifact file update failure
Update react monorepo
2024-05-23 20:38:33 +00:00

27 lines
552 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/react": "18.3.3",
"@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"
}
}