UNPKG

@hms-dbmi-bgm/react-workflow-viz

Version:

React component for visualizing CWL-like workflows and provenance graphs.

89 lines (88 loc) 2.73 kB
{ "name": "@hms-dbmi-bgm/react-workflow-viz", "version": "0.2.0-beta.1", "description": "React component for visualizing CWL-like workflows and provenance graphs.", "main": "./dist/react-workflow-viz.min.js", "unpkg": "./dist/react-workflow-viz.min.js", "module": "./es", "repository": { "type": "git", "url": "https://github.com/4dn-dcic/react-workflow-viz" }, "scripts": { "test": "eslint src && jasmine", "clean": "rm -rf ./dist/* && rm -rf ./es/*", "build": "npm run clean && gulp build", "dev": "npm run clean && gulp watch" }, "keywords": [ "CWL", "workflow", "workflowrun", "metaworkflowrun", "provenance", "graph", "visualization" ], "author": "4DN DCIC", "license": "MIT", "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.17.5", "@babel/eslint-parser": "^7.5.0", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-decorators": "^7.17.8", "@babel/plugin-proposal-export-default-from": "^7.16.7", "@babel/plugin-proposal-object-rest-spread": "^7.17.3", "@babel/plugin-proposal-pipeline-operator": "^7.17.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-async-to-generator": "^7.16.8", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/plugin-transform-template-literals": "^7.16.7", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/register": "^7.17.0", "@babel/runtime": "^7.17.8", "@fortawesome/fontawesome-free": ">=6.6.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", "babel-plugin-minify-dead-code-elimination": "^0.5.1", "css-loader": "^3.6.0", "d3": ">=5.9.0", "eslint": "^8.10.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-react": "^7.29.2", "fancy-log": "^1.3.3", "file-loader": "^4.3.0", "gulp": "^4.0.0", "http-server": "^0.12.1", "jasmine": "^3.5.0", "plugin-error": "^1.0.1", "prop-types": "^15.7.2", "react": ">=16.14.0", "react-dom": ">=16.14.0", "react-transition-group": "^4.4.1", "sass": "^1.39.0", "source-map-support": "^0.5.19", "string-replace-loader": "^2.3.0", "style-loader": "^1.3.0", "terser-webpack-plugin": "^4.2.3", "url-loader": "^2.3.0", "webpack": "^4.46.0" }, "peerDependencies": { "d3": ">=5.9.0", "prop-types": ">=15.7.2", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-transition-group": ">=4.2.0" }, "dependencies": { "memoize-one": "^5.1.1", "underscore": "^1.13.2" }, "overrides": { "decode-uri-component@<0.2.2": "^0.2.2", "path-parse@<1.0.7": "^1.0.7" } }