{
  "name": "react-knowledge-graph",
  "version": "0.3.17",
  "description": "a react component that can help you create a dynamic knowledge-graph built with Next.js.",
  "private": false,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "build:commonjs": "npx swc KnowledgeGraph -C module.type=commonjs -d lib/commonjs --config-file .swcrc",
    "build:module": "npx swc KnowledgeGraph -C module.type=es6 -d lib/module --config-file .swcrc",
    "build:typescript": "npx tsc --project ./tsconfig.typescript.json",
    "build:package": "bun build:commonjs && bun build:module && bun build:typescript",
    "publish:package": "bun build:package && npm publish"
  },
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "source": "KnowledgeGraph/index.tsx",
  "files": [
    "lib",
    "KnowledgeGraph",
    "README.md"
  ],
  "dependencies": {
    "@reduxjs/toolkit": "^2.0.0",
    "framer-motion": "11.3.19",
    "lodash.uniqby": "^4.7.0",
    "react-icons": "5.2.1",
    "react-redux": "^9.0.0"
  },
  "devDependencies": {
    "@ant-design/cssinjs": "^1.18.2",
    "@swc/cli": "0.4.0",
    "@swc/core": "1.7.3",
    "@types/cors": "^2.8.13",
    "@types/lodash.uniqby": "^4.7.7",
    "@types/node": "20.14.13",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "antd": "5.19.3",
    "cors": "^2.8.5",
    "eslint": "9.8.0",
    "eslint-config-next": "14.2.5",
    "mongodb": "6.8.0",
    "next": "14.2.5",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "typescript": "5.5.4"
  },
  "peerDependencies": {
    "antd": ">=5.0.0",
    "react": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tohsaka888/react-knowledge-graph.git"
  },
  "keywords": [
    "knowledge-graph"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tohsaka888/react-knowledge-graph/issues"
  },
  "homepage": "https://knowledge-graph-demo.tohsaka888.asia/"
}
