downloader/client/package.json
Kasper Juul Hermansen d7aeb3667b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency typescript to v5.2.2
2023-08-24 17:13:15 +00:00

22 lines
405 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "1.4.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.21",
"autoprefixer": "10.4.15",
"postcss": "8.4.28",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}