-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "local-rag",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.5.0",
"@astrojs/tailwind": "^5.1.0",
"@floating-ui/dom": "^1.6.5",
"@langchain/community": "^0.2.13",
"@langchain/core": "^0.2.6",
"@mlc-ai/web-llm": "^0.2.46",
"@orama/orama": "^2.0.20",
"@shikijs/markdown-it": "^1.7.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xenova/transformers": "^2.17.2",
"astro": "^4.10.2",
"astro-tooltips": "^0.6.2",
"clsx": "^2.1.1",
"dompurify": "^3.1.5",
"framer-motion": "^11.2.10",
"langchain": "^0.2.5",
"lucide-react": "^0.395.0",
"markdown-it": "^14.1.0",
"monaco-editor": "^0.50.0",
"pdfjs-dist": "^4.3.136",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remeda": "^2.0.10",
"tailwindcss": "^3.4.4",
"toastify-js": "^1.12.0",
"typescript": "^5.4.5",
"voy-search": "^0.6.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/dompurify": "^3.0.5",
"@types/markdown-it": "^14.1.1",
"@types/toastify-js": "^1.12.3",
"vite-plugin-wasm": "^3.3.0"
}
}