{
  "name": "@yuntu/icon-react",
  "version": "0.3.15",
  "license": "UNLICENSED",
  "devDependencies": {
    "@rushstack/eslint-config": "~2.5.1",
    "@rushstack/heft-storybook-plugin": "~0.1.33",
    "@rushstack/heft": "~0.45.4",
    "@yuntu/heft-rig": "0.1.0",
    "@yuntu/storybook-react-storykit": "0.0.0",
    "@types/react": "~16.14.23",
    "react": "~16.14.0",
    "eslint-plugin-react-hooks": "~4.3.0",
    "eslint-plugin-import": "~2.25.4",
    "eslint": "~8.11.0",
    "typescript": "~4.6.2"
  },
  "peerDependencies": {
    "react": "16 | 17"
  },
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "typings": "dist/lib/index.d.ts",
  "files": [
    "dist",
    "etc",
    "README.md"
  ],
  "scripts": {
    "build": "heft build --clean",
    "build:watch": "heft build",
    "start": "heft start",
    "_phase:build": "heft build --clean",
    "_phase:test": "heft test --no-build",
    "storybook": "heft start --storybook",
    "svgr": "npx @svgr/cli --typescript --memo --icon --ref --filename-case kebab --replace-attr-values \"#17233D=currentColor\" ./assets --out-dir ./src/components"
  },
  "readme": "# knowledge-graph-react\n\n知识图谱业务组件\n"
}