downloader/client/package.json
Kasper Juul Hermansen 3ed419657e
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react to v19.0.8
2025-01-24 01:39:37 +00:00

22 lines
403 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.8",
"autoprefixer": "10.4.20",
"postcss": "8.5.1",
"tailwindcss": "4.0.0",
"typescript": "5.7.3"
}
}