forked from Jazee6/cloudflare-ai-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 869 Bytes
/
package.json
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": "2.0.1",
"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.2.0",
"@tailwindcss/typography": "^0.5.12",
"@types/markdown-it": "^13.0.7",
"nuxt": "^3.11.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"dependencies": {
"@google/generative-ai": "^0.3.1",
"@nuxt/ui": "^2.15.0",
"dexie": "^4.0.1",
"eventsource-parser": "^1.1.2",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0"
},
"pnpm": {
"patchedDependencies": {
"@google/[email protected]": "patches/@[email protected]"
}
}
}