UNPKG

@xrenders/xflow

Version:

一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品

79 lines (78 loc) 1.89 kB
{ "name": "@xrenders/xflow", "version": "1.0.7", "description": "一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品", "keywords": [ "xflow" ], "homepage": "https://xrender.fun/xflow", "bugs": { "url": "https://github.com/alibaba/x-render/issues" }, "repository": { "type": "git", "url": "git@github.com:alibaba/form-render.git" }, "license": "MIT", "contributors": [ { "name": "lhbxs", "email": "596850703@qq.com" } ], "main": "lib/index.js", "module": "es/index.js", "files": [ "es", "lib", "package.json" ], "scripts": { "beta": "npm publish --tag beta", "build": "father-build", "next": "npm publish --tag next", "prepare": "npm run build", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "postpublish": "git push --tags", "test:ui": "vitest --ui" }, "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "dependencies": { "@ant-design/icons": "^4.0.2", "@codemirror/lang-json": "^6.0.1", "@dagrejs/dagre": "^1.1.3", "@uiw/react-codemirror": "^4.23.7", "@xyflow/react": "^12.3.2", "ahooks": "^3.7.5", "braft-editor": "^2.3.9", "classnames": "^2.3.1", "dayjs": "^1.11.7", "form-render": "^2.3.4", "immer": "^10.1.1", "lodash-es": "^4.17.21", "tinycolor2": "^1.6.0", "use-context-selector": "^1.4.1", "zundo": "^2.1.0", "zustand": "^4.5.4" }, "devDependencies": { "deep-equal": "^2.0.3", "rollup-plugin-copy": "^3.4.0" }, "peerDependencies": { "antd": "4.x || 5.x", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "gitHooks": { "pre-commit": "lint-staged" }, "sideEffect": false }