-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.6 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
{
"name": "dbaagent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:production": "vite build --mode production",
"preview": "vite preview",
"lint": "eslint .",
"mcp:phase1": "node mcp/deepsql-phase1-server.js",
"test:mcp:comparison": "node mcp/test-mcp-comparison.js",
"test:local-regression": "bash scripts/run-local-regression-suite.sh",
"local-deploy": "bash scripts/local-deploy.sh"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.13.2",
"docker": "^1.0.0",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.562.0",
"papaparse": "^5.5.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-force-graph-2d": "^1.29.0",
"react-force-graph-3d": "^1.29.0",
"react-is": "^19.2.3",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.18.2",
"react-window": "^2.3.0",
"recharts": "^3.6.0",
"remark-gfm": "^4.0.1",
"sql-formatter": "^15.8.2",
"xlsx": "^0.18.5",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tanstack/react-query-devtools": "^5.91.2",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
}