downloader/client/package.json
Kasper Juul Hermansen 11fca24232
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency @types/react to v18.3.12
2024-10-23 04:36:06 +00:00

22 lines
406 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "1.7.7",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.12",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}