beerday/package.json
Kasper Juul Hermansen f368be9202
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2024-09-15 00:04:33 +00:00

23 lines
447 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.16.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
}
}