-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "deno-ai-chat",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --preset=vercel_edge",
"build_node": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.5.6",
"@tailwindcss/typography": "^0.5.19",
"@types/markdown-it": "^14.1.2",
"nuxt": "3.15.4",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"dependencies": {
"@google/generative-ai": "^0.12.0",
"@nuxt/ui": "^2.22.3",
"@types/katex": "^0.16.7",
"dexie": "^4.2.1",
"eventsource-parser": "^1.1.2",
"fflate": "^0.8.2",
"highlight.js": "^11.11.1",
"katex": "^0.16.25",
"markdown-it": "^14.1.0",
"markdown-it-texmath": "^1.0.0"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"pnpm": {
"overrides": {
"glob": "^10.3.10",
"inflight": "npm:noop2@^2.0.0"
},
"patchedDependencies": {
"@google/generative-ai@0.12.0": "patches/@google__generative-ai@0.12.0.patch"
}
}
}