-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.85 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
62
63
64
65
66
67
68
69
70
{
"name": "ai-ocr-frontend",
"version": "1.0.0",
"description": "AI OCR Frontend",
"author": "",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"lint": "npx @biomejs/biome check",
"lint:fix": "npm run lint -- --write",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@ai-di/graph-workflow": "file:../../packages/graph-workflow",
"@bcgov/bc-sans": "2.1.0",
"@bcgov/design-system-react-components": "0.7.0",
"@bcgov/design-tokens": "4.0.0",
"@codemirror/lang-json": "6.0.2",
"@codemirror/lint": "6.9.3",
"@mantine/core": "8.3.9",
"@mantine/dates": "8.3.9",
"@mantine/dropzone": "8.3.9",
"@mantine/form": "8.3.15",
"@mantine/hooks": "8.3.9",
"@mantine/notifications": "8.3.9",
"@tabler/icons-react": "3.14.0",
"@tanstack/react-query": "5.90.10",
"@uiw/react-codemirror": "4.25.4",
"@xyflow/react": "12.10.0",
"axios": "1.17.0",
"dagre-esm": "0.8.5",
"dayjs": "1.11.20",
"konva": "10.2.0",
"mantine-form-zod-resolver": "1.3.0",
"pdfjs-dist": "5.4.530",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-konva": "19.2.1",
"react-markdown": "10.1.0",
"react-router-dom": "7.17.0",
"recharts": "3.7.0",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
"remark-gfm": "4.0.1",
"zod": "3.25.76"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/dagre": "0.7.53",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.2.0",
"jsdom": "29.1.1",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.9.3",
"vite": "7.3.5",
"vitest": "4.1.8"
}
}