diff --git a/bun.lockb b/bun.lockb index 507ac3e..15e8d2f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a2cc495..09bed3b 100644 --- a/package.json +++ b/package.json @@ -34,28 +34,27 @@ "better-sqlite3": "^11.10.0", "dotenv": "^16.5.0", "drizzle-orm": "^0.44.2", + "drizzle-kit": "^0.31.1", "fuse.js": "^7.0.0", "katex": "^0.16.9", "lucide-static": "^0.468.0", "marked": "^15.0.6", "preact": "^10.19.6", + "npm-run-all": "^4.1.5", "typescript": "^5.3.3" }, "devDependencies": { "@astrojs/mdx": "4.0.2", "@rollup/plugin-yaml": "^4.1.2", "@types/katex": "^0.16.7", - "drizzle-kit": "^0.31.1", "jsdom": "^24.1.1", "linkedom": "^0.18.4", - "npm-run-all": "^4.1.5", "prettier": "^3.5.0", "prettier-plugin-astro": "^0.14.1", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "remark-math": "^6.0.0", "remark-toc": "^9.0.0", - "sass": "^1.71.1", "tsx": "^4.7.1" } }