UNPKG

@bernierllc/temporal-workflow-ui

Version:

Thin domain-specific wrapper around @bernierllc/generic-workflow-ui for Temporal workflows

82 lines (81 loc) 2.15 kB
{ "name": "@bernierllc/temporal-workflow-ui", "version": "1.1.0", "description": "Thin domain-specific wrapper around @bernierllc/generic-workflow-ui for Temporal workflows", "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": [ "temporal", "workflow", "ui", "react", "tamagui", "workflow-builder", "temporal-ui" ], "author": "Bernier LLC", "license": "SEE LICENSE IN LICENSE", "peerDependencies": { "react": "^18.3.0 || ^19.0.0", "react-dom": "^18.3.0 || ^19.0.0" }, "dependencies": { "@bernierllc/generic-workflow-ui": "^1.1.0", "@tamagui/config": "^1.135.1", "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/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", "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/temporal-workflow-ui" }, "bernierllc": { "category": "ui", "testCoverage": 85, "integration": { "logger": "not-applicable", "docs-suite": "ready", "neverhub": "not-applicable" } } }