beerday/package.json
Kasper Juul Hermansen 5e9ea34857
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
Update all dependencies
2023-12-06 19:23:11 +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": "20.10.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
}
}