beerday/package.json
Kasper Juul Hermansen 616f13fe49
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update react monorepo
2023-05-03 16:18:33 +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.16.0",
"@types/react": "18.2.1",
"@types/react-dom": "18.2.2",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}