-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "iany",
"private": true,
"version": "0.1.0",
"description": "iAny — offline-first RAG. Feed it anything; it gets smarter. Runs 100% on your device.",
"license": "Apache-2.0",
"homepage": "https://iany.app",
"author": "E-KHMER Technology Co., Ltd (https://www.e-khmer.com)",
"type": "module",
"scripts": {
"predev": "node scripts/copy-ort.mjs",
"dev": "vite",
"prebuild": "node scripts/copy-ort.mjs",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit",
"deploy": "npm run build && wrangler deploy"
},
"dependencies": {
"@electric-sql/pglite": "^0.3.0",
"@huggingface/transformers": "^4.2.0",
"@mediapipe/tasks-vision": "^0.10.35",
"dompurify": "^3.4.11",
"marked": "^18.0.6",
"pdfjs-dist": "^4.10.38",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260702.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"playwright-core": "^1.61.1",
"sharp": "^0.34.0",
"typescript": "~5.8.0",
"vite": "^6.0.0",
"vite-plugin-pwa": "^1.0.0",
"wrangler": "^4.107.1"
}
}