{
  "name": "@graphscope/studio-graph",
  "version": "0.1.19",
  "description": "A React toolkit for graph analysis based on g6",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/GraphScope/portal.git"
  },
  "files": [
    "es",
    "lib",
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "3d-force-graph": "^1.73.3",
    "@ant-design/colors": "^7.1.0",
    "@ant-design/icons": "^5.2.6",
    "@tweenjs/tween.js": "^25.0.0",
    "@types/d3-selection": "^3.0.10",
    "d3-brush": "^3.0.0",
    "d3-force": "^3.0.0",
    "d3-force-3d": "^3.0.5",
    "d3-hierarchy": "^3.1.2",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "dagre": "^0.8.5",
    "force-graph": "^1.46.0",
    "mitt": "^3.0.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-intl": "^6.6.1",
    "uuidv4": "latest",
    "@graphscope/studio-components": "0.1.19",
    "@graphscope/use-zustand": "0.1.11"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/d3-brush": "^3.0.6",
    "@types/d3-force": "^3.0.10",
    "@types/d3-hierarchy": "^3.1.7",
    "@vitejs/plugin-react": "^4.3.4",
    "vite": "^6.0.3"
  },
  "scripts": {
    "demo": "vite dev",
    "start": "father dev",
    "build": "father build"
  }
}