ta-react-xarrows
Version:
Draw arrows (or lines) between components in React!
70 lines (69 loc) • 1.48 kB
JSON
{
"name": "ta-react-xarrows",
"version": "1.7.5",
"author": "Eliav Louski",
"description": "Draw arrows (or lines) between components in React!",
"keywords": [
"react",
"reactjs",
"line",
"lines",
"arrow",
"arrows",
"xarrows",
"draw",
"connect",
"between",
"elements",
"element"
],
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/TeamAssurance/react-xarrows"
},
"bugs": "https://github.com/TeamAssurance/react-xarrows/issues",
"dependencies": {
"@types/prop-types": "^15.7.3",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
"@types/react": "^16.9.19",
"@typescript-eslint/parser": "^4.15.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"typescript": "3.9"
},
"scripts": {
"build": "tsc -p .",
"start": "yarn --cwd .\\examples\\ start"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"license": "MIT",
"files": [
"lib",
"package.json",
"README.md"
],
"prettier": {
"printWidth": 120,
"jsxBracketSameLine": true,
"singleQuote": true,
"tabWidth": 2
}
}