UNPKG

@bernierllc/generic-workflow-ui

Version:

Generic, reusable workflow UI components with linear and graph visualization

89 lines (88 loc) 2.25 kB
{ "name": "@bernierllc/generic-workflow-ui", "version": "1.1.0", "description": "Generic, reusable workflow UI components with linear and graph visualization", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --watch", "test:run": "jest --watchAll=false", "test:coverage": "jest --coverage --watchAll=false", "lint": "eslint src --ext .ts,.tsx", "clean": "rm -rf dist coverage" }, "keywords": [ "workflow", "ui", "react", "tamagui", "generic", "state-machine", "n8n", "workflow-builder", "react-flow", "graph-visualization", "drag-and-drop" ], "author": "Bernier LLC", "license": "SEE LICENSE IN LICENSE", "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0" }, "dependencies": { "@tamagui/config": "^1.135.1", "@xyflow/react": "^12.3.5", "clsx": "^2.1.1", "date-fns": "^3.6.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tamagui": "^1.135.1" }, "devDependencies": { "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.1", "@types/dagre": "^0.7.52", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "dagre": "^0.8.5", "elkjs": "^0.9.3", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react-native-web": "^0.21.2", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/bernier-llc/tools.git", "directory": "packages/ui/generic-workflow-ui" }, "bernierllc": { "category": "ui", "testCoverage": 80, "integration": { "logger": "not-applicable", "docs-suite": "ready", "neverhub": "not-applicable" } } }