-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "webgati-ai",
"private": true,
"version": "0.1.7",
"scripts": {
"dev": "vite",
"build:dev": "vite build",
"build:prod": "npm run lint && tsc && vite build",
"preview": "vite preview",
"lint": "eslint src"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@emotion/react": "^11.11.1",
"@mantine/core": "^5.10.5",
"@mantine/form": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@tabler/icons-react": "^2.34.0",
"@xenova/transformers": "^2.12.1",
"html2canvas": "^1.4.1",
"jquery": "^3.7.1",
"langchain": "^0.0.212",
"pdfjs-dist": "^3.10.111",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^4.0.11",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.16.0",
"remark-gfm": "^3.0.1",
"turndown": "^7.1.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.246",
"@types/jquery": "^3.5.22",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/turndown": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.6.3",
"vite": "^2.9.15"
}
}