Added device connect route

This commit is contained in:
Fergal Moran
2024-02-01 20:43:23 +00:00
parent b1b38eaf28
commit da07d8cd3e
18 changed files with 1445 additions and 37 deletions

View File

@@ -65,10 +65,11 @@
"drizzle-orm": "^0.29.3",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "^8.0.0-rc22",
"generate-api-key": "^1.0.2",
"http-status-codes": "^2.3.0",
"leaflet": "^1.9.4",
"local-ssl-proxy": "^2.0.5",
"lucide-react": "^0.320.0",
"lucide-react": "^0.321.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
@@ -92,14 +93,14 @@
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@types/node": "^20.11.14",
"@types/react": "^18.2.37",
"@types/node": "^20.11.16",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.2",
"drizzle-kit": "^0.20.13",
"drizzle-kit": "^0.20.14",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"pg": "^8.11.3",