mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "gitnexus",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:report": "playwright show-report"
|
|
},
|
|
"dependencies": {
|
|
"gitnexus-shared": "file:../gitnexus-shared",
|
|
"@langchain/anthropic": "^1.3.10",
|
|
"@langchain/core": "^1.1.15",
|
|
"@langchain/google-genai": "^2.1.10",
|
|
"@langchain/langgraph": "^1.1.0",
|
|
"@langchain/ollama": "^1.2.0",
|
|
"@langchain/openai": "^1.2.2",
|
|
"@sigma/edge-curve": "^3.1.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"axios": "^1.13.2",
|
|
"d3": "^7.9.0",
|
|
"dompurify": "^3.3.3",
|
|
"graphology": "^0.26.0",
|
|
"graphology-indices": "^0.17.0",
|
|
"graphology-layout-force": "^0.2.4",
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
|
"graphology-layout-noverlap": "^0.4.2",
|
|
"graphology-utils": "^2.3.0",
|
|
"langchain": "^1.2.10",
|
|
"lru-cache": "^11.2.4",
|
|
"lucide-react": "^0.562.0",
|
|
"mermaid": "^11.14.0",
|
|
"mnemonist": "^0.39.0",
|
|
"pandemonium": "^2.4.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sigma": "^3.0.2",
|
|
"tailwindcss": "^4.2.2",
|
|
"uuid": "^13.0.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.28.5",
|
|
"@playwright/test": "^1.58.2",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vercel/node": "^5.5.16",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"jsdom": "^29.0.2",
|
|
"tree-sitter-wasms": "^0.1.13",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.0",
|
|
"vitest": "^3.2.4",
|
|
"wait-on": "^9.0.5"
|
|
}
|
|
}
|