-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.36 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
{
"name": "detourage-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"app": "vite build && vite preview --port 5050",
"version:gen": "node scripts/version.mjs"
},
"dependencies": {
"@babycommando/entity-db": "^1.0.11",
"@doclith/core": "^0.6.1",
"@doclith/pdf": "^0.6.1",
"@doclith/validator": "^0.6.1",
"@doclith/xml": "^0.6.1",
"@huggingface/transformers": "^4.2.0",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-store": "^0.11.0",
"@tanstack/store": "^0.11.0",
"onnxruntime-web": "^1.26.0",
"pdfjs-dist": "^4.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-force-graph-2d": "^1.29.1",
"streamdown": "^2.5.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.8"
}
}