-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
77 lines (77 loc) · 2.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "omnichain",
"private": true,
"version": "0.3.4",
"type": "module",
"engines": {
"node": ">=20.11.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"serve": "tsx server.ts"
},
"dependencies": {
"@langchain/textsplitters": "^0.0.3",
"@stdlib/assert-is-uint8array": "^0.2.2",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/mime-db": "^1.43.5",
"@types/mime-types": "^2.1.4",
"@types/minimist": "^1.2.5",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
"antd": "^5.19.4",
"axios": "^1.7.4",
"extendable-media-recorder": "^9.2.10",
"extendable-media-recorder-wav-encoder": "^7.0.114",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"mime-db": "^1.53.0",
"mime-types": "^2.1.35",
"minimist": "^1.2.8",
"officeparser": "^4.1.1",
"ollama": "^0.5.6",
"prismjs": "^1.29.0",
"puppeteer-core": "^23.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.25.1",
"react-simple-code-editor": "^0.14.1",
"rehype-raw": "^7.0.0",
"rete": "^2.0.3",
"rete-area-plugin": "^2.0.4",
"rete-auto-arrange-plugin": "^2.0.1",
"rete-connection-plugin": "^2.0.2",
"rete-context-menu-plugin": "^2.0.3",
"rete-react-plugin": "^2.0.5",
"rete-readonly-plugin": "^2.0.1",
"rete-render-utils": "^2.0.2",
"styled-components": "^6.1.12",
"tsx": "^4.16.3",
"uuid": "^10.0.0",
"vectordb": "^0.9.0",
"vite-plugin-prismjs": "^0.0.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}