-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
73 lines (73 loc) · 2.01 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "esno scripts/prepare.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@formkit/auto-animate": "1.0.0-beta.6",
"@iconify-json/eos-icons": "^1.1.6",
"@iconify-json/fluent-emoji": "^1.1.12",
"@iconify-json/tabler": "^1.1.68",
"@nuxtjs/color-mode": "^3.2.0",
"@types/crawler": "^1.2.2",
"@types/fs-extra": "^11.0.1",
"@types/marked": "^4.0.8",
"@types/mdast": "^3.0.10",
"@types/prismjs": "^1.26.0",
"@types/tinycolor2": "^1.4.3",
"@unocss/nuxt": "^0.50.4",
"@unocss/transformer-directives": "^0.50.6",
"eslint": "^8.36.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"ignore-dependency-scripts": "^1.0.1",
"nuxt": "3.3.1",
"theme-vitesse": "^0.6.4",
"typescript": "^4.9.5"
},
"dependencies": {
"@bobthered/tailwindcss-palette-generator": "^3.1.1",
"@dqbd/tiktoken": "^1.0.3",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@trpc/client": "^10.18.0",
"@trpc/server": "^10.18.0",
"@vueuse/nuxt": "^9.13.0",
"axios": "^1.3.4",
"beautiful-dom": "^1.0.9",
"chatgpt": "^5.0.10",
"chatgpt-web": "1.0.10",
"consola": "^2.15.3",
"crawler": "^1.4.0",
"cross-fetch": "^3.1.5",
"deta": "^1.1.0",
"dexie": "^3.2.3",
"eventsource-parser": "^1.0.0",
"floating-vue": "2.0.0-beta.20",
"fuse.js": "^6.6.2",
"gpt-token-utils": "^1.2.0",
"hyperid": "^3.1.1",
"lang-detector": "^1.0.6",
"marked": "^4.2.12",
"mdast": "^3.0.0",
"nanoid": "^4.0.2",
"node-fetch": "^3.3.1",
"node-html-markdown": "^1.3.0",
"openai": "^3.2.1",
"p-limit": "^4.0.0",
"prismjs": "^1.29.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"shiki-es": "^0.2.0",
"tinycolor2": "^1.6.0",
"trpc-nuxt": "^0.8.0",
"undici": "^5.21.0",
"zod": "^3.21.4"
}
}