-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.9 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
74
{
"name": "nuxt-chat-pdf",
"packageManager": "[email protected]",
"version": "0.1.0",
"description": "nuxt chat pdf langchain chroma chatgpt openai",
"repository": {
"type": "git",
"url": "[email protected]:AuYuHui/nuxt-chat-pdf.git"
},
"author": "AuYuHui <https://github.com/AuYuHui>",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxi preview",
"start": "node .output/server/index.mjs",
"generate": "nuxi generate",
"postinstall": "nuxi prepare"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@pureadmin/utils": "^1.9.6",
"@traptitech/markdown-it-katex": "^3.6.0",
"@vueuse/components": "^10.2.1",
"ai": "^2.1.14",
"axios": "^1.4.0",
"chromadb": "^1.5.3",
"element-plus": "^2.3.7",
"h3-formidable": "^0.3.6",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"langchain": "^0.0.102",
"markdown-it": "^13.0.1",
"pdf-parse": "^1.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@element-plus/nuxt": "^1.0.5",
"@iconify-json/icon-park-outline": "^1.1.11",
"@iconify-json/svg-spinners": "^1.1.1",
"@nuxt/devtools": "^0.6.7",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@types/jsdom": "^21.1.1",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/uuid": "^9.0.2",
"@unocss/nuxt": "^0.53.4",
"@vueuse/nuxt": "^10.2.1",
"commitizen": "^4.3.0",
"consola": "^3.2.2",
"cz-git": "^1.6.1",
"eslint": "^8.44.0",
"markdown-it-link-attributes": "^4.0.1",
"nuxt": "^3.6.1",
"sass": "^1.63.6",
"typescript": "^5.1.6"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"vite",
"vue"
]
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}