mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "gitnexus",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@sigma/edge-curve": "^3.1.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"axios": "^1.13.2",
|
|
"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",
|
|
"jszip": "^3.10.1",
|
|
"kuzu-wasm": "^0.11.1",
|
|
"lru-cache": "^11.2.4",
|
|
"lucide-react": "^0.562.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"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": "^4.1.13"
|
|
},
|
|
"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",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|