-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 KB
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
{
"name": "edge.ai",
"version": "0.1.0",
"description": "100% local-first conversational AI platform with RAG",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"dev:https": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@huggingface/transformers": "^3.8.1",
"@mlc-ai/web-llm": "^0.2.80",
"@modelcontextprotocol/sdk": "^1.26.0",
"@preact/signals": "^1.2.2",
"@types/uuid": "^10.0.0",
"@vite-pwa/astro": "^1.2.0",
"@wllama/wllama": "^2.3.7",
"astro": "^4.0.8",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.1",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"html-docx-js": "^0.3.1",
"idb": "^8.0.0",
"lucide-preact": "^0.562.0",
"marked": "^11.2.0",
"natural": "^8.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.0.379",
"preact": "^10.19.3",
"quill": "^2.0.3",
"quill-delta": "^5.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^3.4.0",
"util": "^0.12.5",
"uuid": "^13.0.0",
"vite-plugin-node-polyfills": "^0.25.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"@types/marked": "^5.0.2",
"@types/node": "^20.10.6",
"@types/pdf-parse": "^1.1.4",
"autoprefixer": "^10.4.23",
"tailwindcss": "^3.4.19",
"typescript": "^5.3.3"
}
}