{ "name": "cognee-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "classnames": "^2.5.1", "d3-force-3d": "^3.0.6", "next": "15.3.2", "ohmy-ui": "^0.0.6", "react": "^18", "react-dom": "^18", "react-force-graph-2d": "^1.27.1", "tailwindcss": "^4.1.7", "uuid": "^9.0.1" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.7", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^9.0.8", "eslint": "^8", "eslint-config-next": "14.2.3", "typescript": "^5" } }