-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
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
{
"name": "cloudflare-ai-web",
"version": "1.2.2",
"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": {
"@nuxt/devtools": "latest",
"@tailwindcss/typography": "^0.5.10",
"nuxt": "^3.8.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@nuxt/ui": "^2.11.0",
"@types/markdown-it": "^13.0.7",
"dexie": "^3.2.4",
"eventsource-parser": "^1.1.1",
"highlight.js": "^11.9.0",
"markdown-it": "^14.0.0"
},
"pnpm": {
"patchedDependencies": {
"@google/generative-ai@0.1.3": "patches/@google__generative-ai@0.1.3.patch"
}
}
}