(wip: http basic auth)
This commit is contained in:
parent
81f86acc7b
commit
1fdd55e825
4 changed files with 877 additions and 451 deletions
|
|
@ -19,27 +19,32 @@
|
|||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"dependencies": {
|
||||
"@feathersjs/feathers": "^5.0.6",
|
||||
"@feathersjs/feathers": "^5.0.49",
|
||||
"@google-cloud/local-auth": "^3.0.1",
|
||||
"@repo/common": "workspace:*",
|
||||
"bcrypt": "^6.0.0",
|
||||
"cors": "^2.8.6",
|
||||
"csv-parser": "^3.2.0",
|
||||
"express": "^5.1.0",
|
||||
"csv-parser": "^3.2.1",
|
||||
"express": "^5.2.1",
|
||||
"google-auth-library": "^9.15.1",
|
||||
"googleapis": "^149.0.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"passport": "^0.7.0",
|
||||
"passport-http": "^0.3.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"sqlite3": "^5.1.7",
|
||||
"typeorm": "0.3.26",
|
||||
"zod": "^4.1.8"
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^22.5.1",
|
||||
"tsx": "^4.19.4",
|
||||
"turbo": "^2.8.0"
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^22.20.1",
|
||||
"@types/passport": "^1.0.17",
|
||||
"@types/passport-http": "^0.3.11",
|
||||
"tsx": "^4.23.12",
|
||||
"turbo": "^2.10.11"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue