Skip to content

Commit

Permalink
added dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fero1xd committed Jun 17, 2024
1 parent d0934c1 commit d81cdbb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,30 @@
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.5.0",
"@hono/node-server": "^1.11.3",
"@libsql/client": "^0.6.2",
"@neondatabase/serverless": "^0.9.3",
"@planetscale/database": "^1.18.0",
"@prisma/adapter-libsql": "^5.15.0",
"@prisma/client": "^5.15.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.12",
"@vercel/postgres": "^0.8.0",
"drizzle-orm": "^0.31.2",
"esbuild": "^0.21.4",
"eslint": "9.x",
"express": "^4.19.2",
"globals": "^15.6.0",
"hono": "^4.4.6",
"lucia": "^3.2.0",
"oslo": "^1.2.0",
"postgres": "^3.4.4",
"reflect-metadata": "^0.2.2",
"tsx": "^4.11.0",
"typeorm": "^0.3.20",
"typescript-eslint": "^7.13.1"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion template/extras/src/routes/express-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createUser, getUser } from '../db/operations';
import { Argon2id } from 'oslo/password';
import { createSessionAndCookie } from '../auth/utils';
import { authMiddleware } from '../middlewares/auth';
import type { User } from 'lucia';

export const createAuthRoutes = () => {
const router = Router();
Expand Down

0 comments on commit d81cdbb

Please sign in to comment.