@rxflow/base
Version:
BaseFlow - 核心 Flow 组件库
83 lines (82 loc) • 1.99 kB
JSON
{
"name": "@rxflow/base",
"version": "0.0.2-alpha.8",
"description": "BaseFlow - 核心 Flow 组件库",
"keywords": [
"reactflow",
"baseflow"
],
"homepage": "https://tree-graph.publib.cn/",
"repository": {
"type": "git",
"url": "git@gitlab.caijj.net:yanfaerbu/qianduan/tree-graph.git"
},
"license": "MIT",
"author": "yanxianliang@outlook.com",
"sideEffects": [
"*.css",
"*.less"
],
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
"./*": {
"types": "./esm/*/index.d.ts",
"import": "./esm/*/index.js",
"require": "./cjs/*/index.js"
}
},
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./esm/index.d.ts",
"files": [
"esm",
"cjs"
],
"scripts": {
"build": "father build"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@antv/hierarchy": "0.6.14",
"@rxflow/manhattan": "^0.0.2-alpha.8",
"@xyflow/react": "^12.8.6",
"@xyflow/system": "^0.0.70",
"@zumer/snapdom": "^1.9.9",
"ahooks": "3.8.4",
"antd": "^5.0.0",
"classcat": "^5.0.5",
"color-hash": "^2.0.2",
"comlink": "^4.4.2",
"d3-flextree": "^2.1.2",
"d3-hierarchy": "^3.1.2",
"elkjs": "^0.10.0",
"lodash": "^4.17.21",
"overlayscrollbars": "^2.11.5",
"overlayscrollbars-react": "^0.5.6",
"react-fps-stats": "^0.3.1",
"scheduler": "^0.26.0",
"tinycolor2": "^1.6.0",
"uuid": "^11.1.0",
"web-worker": "^1.5.0",
"yaml": "^2.8.0",
"zustand": "^4.4.0",
"zustand-context": "^1.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "^24.9.1",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"gitHead": "dcdc06b5032aac044fa2094877d28c509c30d9eb"
}