mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "gitnexus",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm run compile-queries && vite",
|
|
"build": "npm run compile-queries && tsc -b && vite build",
|
|
"compile-queries": "node scripts/compile-queries.js",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"test:ci": "jest --ci --coverage --watchAll=false"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/anthropic": "^0.1.21",
|
|
"@langchain/core": "^0.3.66",
|
|
"@langchain/google-genai": "^0.2.16",
|
|
"@langchain/langgraph": "^0.0.26",
|
|
"@langchain/openai": "^0.0.28",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/jszip": "^3.4.0",
|
|
"axios": "^1.6.0",
|
|
"comlink": "^4.4.1",
|
|
"d3": "^7.9.0",
|
|
"jszip": "^3.10.1",
|
|
"kuzu-wasm": "^0.11.1",
|
|
"lru-cache": "^11.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"uuid": "^11.1.0",
|
|
"web-tree-sitter": "^0.20.8",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.11.1",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/lru-cache": "^7.10.9",
|
|
"@types/node": "^20.12.12",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"eslint": "^9.11.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
"globals": "^15.9.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.7.0",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|