code-graph-cli 3.0.2

Code intelligence engine for TypeScript/JavaScript/Rust/Python/Go — query the dependency graph instead of reading source files.
{
  "name": "code-graph-web",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "check": "svelte-check --tsconfig ./tsconfig.json"
  },
  "dependencies": {
    "@sigma/edge-curve": "^3.1.0",
    "@types/dompurify": "^3.2.0",
    "dompurify": "^3.3.1",
    "graphology": "^0.25.4",
    "graphology-layout-forceatlas2": "^0.10.1",
    "graphology-layout-noverlap": "^0.4.2",
    "graphology-types": "^0.24.7",
    "marked": "^17.0.3",
    "shiki": "^1.0.0",
    "sigma": "^3.0.0",
    "svelte": "^5.0.0"
  },
  "devDependencies": {
    "@sveltejs/vite-plugin-svelte": "^5.0.0",
    "@tailwindcss/vite": "4.1.18",
    "@tsconfig/svelte": "^5.0.0",
    "@types/node": "^22.0.0",
    "svelte-check": "^4.0.0",
    "tailwindcss": "4.1.18",
    "typescript": "^5.0.0",
    "vite": "^6.0.0"
  }
}