Skip to content

Commit

Permalink
feat: ✨ migrate to drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Feb 20, 2024
1 parent 5188870 commit ff047f9
Show file tree
Hide file tree
Showing 17 changed files with 633 additions and 524 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --write .",
"postinstall": "husky install && prisma generate && svelte-kit sync",
"postinstall": "husky install && svelte-kit sync",
"lint": "eslint --quiet --fix .",
"preview": "vite preview",
"sst:deploy": "sst deploy",
Expand All @@ -19,15 +19,16 @@
"test:unit": "vitest"
},
"dependencies": {
"@lucia-auth/adapter-prisma": "3.0.2",
"@lucia-auth/adapter-postgresql": "2.0.2",
"@lucia-auth/oauth": "3.5.0",
"@melt-ui/svelte": "^0.61.1",
"@prisma/client": "5.5.2",
"@melt-ui/svelte": "0.61.1",
"@tanstack/svelte-query": "5.8.2",
"drizzle-orm": "^0.29.3",
"googleapis": "128.0.0",
"lucia": "2.7.4",
"lucide-svelte": "0.292.0",
"mimetext": "^3.0.16",
"mimetext": "3.0.16",
"postgres": "3.4.3",
"zod": "3.22.4"
},
"devDependencies": {
Expand All @@ -49,6 +50,7 @@
"constructs": "10.3.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"drizzle-kit": "0.20.14",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
Expand All @@ -59,7 +61,6 @@
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-svelte": "3.1.0",
"prisma": "5.5.2",
"sass": "1.69.5",
"sst": "2.36.1",
"svelte": "4.2.3",
Expand Down
Loading

0 comments on commit ff047f9

Please sign in to comment.