@ -20,7 +20,16 @@
"dotenv": "^16.3.1",
"axios": "^1.6.0",
"zod": "^3.22.4",
"express-rate-limit": "^7.1.5"
"express-rate-limit": "^7.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
},
"devDependencies": {
"concurrently": "^8.2.2",
@ -34,4 +43,3 @@
"tsx": "^4.7.0"
}