Updates
This commit is contained in:
+4
-1
@@ -7,6 +7,7 @@
|
||||
"dev": "sudo bun src/server.ts",
|
||||
"build": "bunx bunext build",
|
||||
"db:schema": "bunx bun-sqlite schema -t",
|
||||
"db:admin": "bunx bun-sqlite admin",
|
||||
"deploy:prod": "./deploy/deploy-prod.sh",
|
||||
"start": "NODE_ENV=production bun src/server.ts"
|
||||
},
|
||||
@@ -18,6 +19,7 @@
|
||||
"@types/mdx": "^2.0.14",
|
||||
"@types/node": "^26.2.0",
|
||||
"@types/nodemailer": "^8.0.1",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@types/turndown": "^5.0.6",
|
||||
@@ -28,7 +30,7 @@
|
||||
"typescript": "^7.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@moduletrace/bun-sqlite": "^1.1.10",
|
||||
"@moduletrace/bun-sqlite": "^1.1.12",
|
||||
"@moduletrace/bunext": "^1.1.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"html-to-react": "^1.7.0",
|
||||
@@ -40,6 +42,7 @@
|
||||
"nodemailer": "^9.0.5",
|
||||
"onnxruntime-node": "^1.27.0",
|
||||
"openai": "^7.4.0",
|
||||
"qrcode": "^1.5.4",
|
||||
"react-code-blocks": "^0.1.6",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-responsive-modal": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user