downloader/client/package.json
Kasper Juul Hermansen 7ac015eea1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update react monorepo to v19
2024-12-06 01:39:14 +00:00

22 lines
405 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "1.7.9",
"next": "latest",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "19.0.0",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}