{ "name": "@widgettdc/infovault", "version": "1.0.0", "description": "Information management med Neo4j graf, AI parsing og agent delegation", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "d3": "^7.9.0", "d3-force": "^3.0.0", "lucide-react": "^0.468.0", "date-fns": "^4.1.0", "zustand": "^5.0.0" }, "devDependencies": { "@types/d3": "^7.4.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "typescript": "^5.6.3", "vite": "^6.0.1" } }