downloader/client/package.json
Kasper Juul Hermansen 87e61c01ff
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react to v18.3.11
2024-10-03 00:30:35 +00:00

22 lines
406 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "1.7.4",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.11",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}