-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
{
"name": "bridgesllm-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"format": "prettier --write src"
},
"dependencies": {
"@assistant-ui/react": "^0.12.17",
"@assistant-ui/react-markdown": "^0.12.5",
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.90.21",
"@types/dompurify": "^3.0.5",
"axios": "^1.13.6",
"dompurify": "^3.3.3",
"exceljs": "^4.4.0",
"framer-motion": "^10.16.4",
"lucide-react": "^0.294.0",
"marked": "^17.0.4",
"monaco-editor": "^0.55.1",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.4.0",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"react-router-dom": "^6.20.0",
"recharts": "^2.10.3",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.3",
"tus-js-client": "^4.3.1",
"xlsx": "^0.18.5",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"zod": "^3.22.4",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.27",
"eslint": "^8.56.0",
"postcss": "^8.5.8",
"prettier": "^3.1.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
},
"license": "MIT"
}