{ "name": "gitnexus", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@huggingface/transformers": "^3.0.0", "@isomorphic-git/lightning-fs": "^4.6.2", "@langchain/anthropic": "^0.3.34", "@langchain/core": "^0.3.0", "@langchain/google-genai": "^0.1.0", "@langchain/langgraph": "^0.2.74", "@langchain/openai": "^0.3.0", "@sigma/edge-curve": "^3.1.0", "@tailwindcss/vite": "^4.1.18", "axios": "^1.13.2", "buffer": "^6.0.3", "comlink": "^4.4.2", "d3": "^7.9.0", "graphology": "^0.26.0", "graphology-layout-force": "^0.2.4", "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", "isomorphic-git": "^1.36.1", "jszip": "^3.10.1", "kuzu-wasm": "^0.11.1", "langchain": "^0.3.37", "lru-cache": "^11.2.4", "lucide-react": "^0.562.0", "mermaid": "^11.12.2", "minisearch": "^7.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "remark-gfm": "^4.0.1", "sigma": "^3.0.2", "tailwindcss": "^4.1.18", "uuid": "^13.0.0", "vite-plugin-top-level-await": "^1.6.0", "vite-plugin-wasm": "^3.5.0", "web-tree-sitter": "^0.20.8", "zod": "^3.25.76" }, "devDependencies": { "@babel/types": "^7.28.5", "@types/jszip": "^3.4.0", "@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", "typescript": "^5.4.5", "vite": "^5.2.0", "vite-plugin-static-copy": "^3.1.4" } }