downloader/client/package.json
Kasper Juul Hermansen ac810ea5d5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2024-09-18 00:31:09 +00:00

22 lines
405 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.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"tailwindcss": "3.4.12",
"typescript": "5.6.2"
}
}