Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Oct 28, 2024
1 parent 71abab7 commit 2122679
Show file tree
Hide file tree
Showing 10 changed files with 574 additions and 31 deletions.
69 changes: 62 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"prisma": "prisma migrate dev --name init"
"prisma": "prisma migrate dev --name init && prisma generate"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand Down Expand Up @@ -38,9 +36,12 @@
"vite": "^5.0.3"
},
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@prisma/client": "^5.21.1",
"lucia": "^3.2.2",
"lucide-svelte": "^0.454.0",
"mode-watcher": "^0.4.1",
"oslo": "^1.2.1",
"prisma": "^5.21.1"
}
}
Loading

0 comments on commit 2122679

Please sign in to comment.