beerday/package.json
Kasper Juul Hermansen 262274ab23
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
Update react monorepo to v18.2.0
2022-10-29 08:05:48 +00:00

23 lines
446 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"
},
"devDependencies": {
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"autoprefixer": "10.4.8",
"postcss": "8.4.16",
"tailwindcss": "3.1.8",
"typescript": "4.8.4"
}
}