UNPKG

asl-viewer

Version:

React library for viewing AWS Step Functions workflows in the browser

106 lines (105 loc) 3.11 kB
{ "name": "asl-viewer", "version": "1.0.8", "description": "React library for viewing AWS Step Functions workflows in the browser", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/index.js", "dist/index.esm.js", "dist/index.d.ts", "dist/index.css", "dist/index.esm.css" ], "scripts": { "build": "rollup -c", "build:types": "tsc", "build:dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext js,ts,tsx", "format": "prettier --write .", "check-format": "prettier --check .", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build-storybook:gh-pages": "NODE_ENV=production storybook build", "prepare": "yarn build", "check-publish": "scripts/check-publish-ready.sh", "prepublishOnly": "yarn test && yarn build" }, "keywords": [ "aws", "step-functions", "workflow", "react", "visualization", "asl" ], "author": "Cleisson Barbosa", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/cleissonbarbosa/asl-viewer.git" }, "bugs": { "url": "https://github.com/cleissonbarbosa/asl-viewer/issues" }, "homepage": "https://github.com/cleissonbarbosa/asl-viewer#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@eslint/js": "^9.27.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^11.0.0", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-interactions": "^8.6.14", "@storybook/addon-links": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/manager-api": "^8.6.14", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@storybook/test": "^8.6.14", "@storybook/theming": "^8.6.14", "@types/jest": "^29.0.0", "@types/js-yaml": "^4.0.9", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", "eslint-config-ts-react-important-stuff": "^3.0.0", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.2.0", "jest": "^29.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-postcss": "^4.0.2", "storybook": "^8.6.14", "ts-jest": "^29.3.4", "typescript": "^5.0.0", "vite": "^6.3.5" }, "dependencies": { "@reactflow/background": "^11.0.0", "@reactflow/controls": "^11.0.0", "@reactflow/core": "^11.0.0", "@tabler/icons-react": "^3.33.0", "js-yaml": "^4.1.0", "reactflow": "^11.0.0" } }