{
	"name": "@johnmal-dev/react-flow-smart-edge-fork",
	"version": "3.0.1",
	"keywords": [
		"react",
		"typescript",
		"graph",
		"flow",
		"flowchart",
		"smart",
		"edge",
		"pathfinding",
		"react-flow-smart-edge"
	],
	"homepage": "https://tisoap.github.io/react-flow-smart-edge/",
	"repository": {
		"type": "git",
		"url": "https://github.com/tisoap/react-flow-smart-edge.git"
	},
	"license": "MIT",
	"author": "johnmal-dev",
	"type": "module",
	"main": "dist/index.js",
	"module": "dist/react-flow-smart-edge-fork.esm.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist",
		"src"
	],
	"scripts": {
		"build": "yarn build-storybook && yarn build-component",
		"build-component": "dts build",
		"build-storybook": "storybook build",
		"check-types": "tsc --noEmit",
		"chromatic": "chromatic --exit-zero-on-changes --project-token f5598c842f1a",
		"deploy-component": "np --any-branch",
		"deploy-storybook": "gh-pages -d storybook-static",
		"install-playwright": "playwright install --with-deps",
		"lint": "dts lint src",
		"lint-fix": "dts lint src --fix",
		"predeploy": "yarn build",
		"prepare": "dts build",
		"start": "dts watch",
		"storybook": "storybook dev -p 6006 --ci",
		"test": "yarn check-types && yarn lint && yarn test-storybook-ci",
		"test-storybook": "test-storybook",
		"test-storybook-ci": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server storybook-static --port 6006 --silent' 'wait-on tcp:6006 && yarn test-storybook --maxWorkers=2'",
		"ui": "yarn upgrade-interactive --latest"
	},
	"husky": {
		"hooks": {
			"pre-commit": "dts lint"
		}
	},
	"resolutions": {
		"string-width": "^4.2.3",
		"strip-ansi": "^6.0.1"
	},
	"dependencies": {
		"pathfinding": "^0.4.18"
	},
	"devDependencies": {
		"@babel/core": "^7.20.2",
		"@babel/plugin-syntax-flow": "^7.18.6",
		"@babel/plugin-transform-react-jsx": "^7.19.0",
		"@babel/preset-env": "^7.22.15",
		"@babel/preset-react": "^7.22.15",
		"@babel/preset-typescript": "^7.22.15",
		"@shopify/eslint-plugin": "^43.0.0",
		"@storybook/addon-essentials": "^7.4.0",
		"@storybook/addon-interactions": "^7.4.0",
		"@storybook/addons": "^7.4.0",
		"@storybook/components": "^7.4.0",
		"@storybook/core-events": "^7.4.0",
		"@storybook/jest": "^0.2.2",
		"@storybook/react": "^7.4.0",
		"@storybook/react-webpack5": "^7.4.0",
		"@storybook/test-runner": "^0.13.0",
		"@storybook/testing-library": "^0.2.0",
		"@storybook/theming": "^7.4.0",
		"@tisoap/eslint-config-ts-react": "^7.0.0",
		"@types/minimist": "^1.2.2",
		"@types/node": "^20.6.0",
		"@types/pathfinding": "^0.0.6",
		"@types/react": "^18.0.25",
		"@types/react-dom": "^18.0.9",
		"@typescript-eslint/eslint-plugin": "^6.6.0",
		"@typescript-eslint/parser": "^6.6.0",
		"chromatic": "^7.1.0",
		"concurrently": "^8.2.1",
		"dts-cli": "^2.0.3",
		"eslint": "^8.28.0",
		"eslint-config-prettier": "^9.0.0",
		"eslint-plugin-flowtype": "^8.0.3",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-jest-dom": "^5.1.0",
		"eslint-plugin-jsx-a11y": "^6.6.1",
		"eslint-plugin-prettier": "^5.0.0",
		"eslint-plugin-react": "^7.31.11",
		"eslint-plugin-react-hooks": "^4.6.0",
		"eslint-plugin-react-prefer-function-component": "^3.1.0",
		"eslint-plugin-sonarjs": "^0.21.0",
		"eslint-plugin-storybook": "^0.6.13",
		"eslint-plugin-testing-library": "^6.0.1",
		"eslint-plugin-unicorn": "^48.0.1",
		"gh-pages": "^6.0.0",
		"http-server": "^14.1.1",
		"husky": "^8.0.2",
		"jest": "^29.3.1",
		"jest-circus": "^29.3.1",
		"jest-environment-node": "^29.3.1",
		"np": "^8.0.4",
		"playwright": "^1.28.0",
		"prettier": "^3.0.3",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"reactflow": "^11.2.0",
		"require-from-string": "^2.0.2",
		"storybook": "^7.4.0",
		"string-width": "^4.2.3",
		"strip-ansi": "^6.0.1",
		"typescript": "^5.2.2",
		"wait-on": "^7.0.1",
		"webpack": "^5.75.0"
	},
	"peerDependencies": {
		"react": ">=17",
		"react-dom": ">=17",
		"reactflow": ">=11",
		"typescript": ">=4.6"
	},
	"engines": {
		"node": ">=18",
		"npm": ">=8"
	}
}
