downloader/client/package.json
Kasper Juul Hermansen 80e1d81bf6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update all dependencies
2024-08-21 22:27:32 +00:00

22 lines
405 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.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}