UNPKG

react-simple-arrows

Version:

react components which make it simple to draw svg arrows in a react app

64 lines (63 loc) 1.97 kB
{ "name": "react-simple-arrows", "version": "0.2.0", "description": "react components which make it simple to draw svg arrows in a react app", "author": "UladKasach @uladkasach", "license": "MIT", "repository": "uladkasach/react-simple-arrows", "homepage": "https://github.com/uladkasach/react-simple-arrows", "keywords": [ "react", "arrow", "arrows", "draw", "svg" ], "bugs": "https://github.com/uladkasach/react-simple-arrows/issues", "main": "dist/index.js", "engines": { "node": ">=8.0.0" }, "files": [ "/dist" ], "scripts": { "build:clean": "rm -rf ./dist", "build:ts": "tsc -p ./tsconfig.build.json", "build": "npm run build:clean && npm run build:ts", "format": "prettier --parser typescript --write 'src/**/*.ts' --config ./prettier.config.js", "test:types": "tsc --noEmit", "test:format": "prettier --parser typescript --check 'src/**/*.ts' --config ./prettier.config.js", "test:lint": "tslint -c tslint.json -p tsconfig.json", "test:unit": "jest --forceExit --coverage --verbose", "test": "npm run test:types && npm run test:lint && npm run test:unit", "preversion": "npm run test", "postversion": "git push origin master --tags", "prepublish": "npm run build" }, "devDependencies": { "@testing-library/react": "^9.4.0", "@types/jest": "^24.0.18", "@types/uuid": "^3.4.7", "@types/ws": "^6.0.2", "husky": "^1.3.1", "jest": "^24.9.0", "prettier": "^1.19.1", "react-dom": "^16.12.0", "ts-jest": "^24.3.0", "tslint": "^5.20.1", "tslint-config-airbnb": "^5.11.0", "tslint-consistent-codestyle": "^1.13.3", "tslint-react": "^4.2.0", "typescript": "^3.1.3" }, "dependencies": { "@rehooks/window-size": "^1.0.2", "async-wait-until": "^1.2.4", "event-stream-pubsub": "^0.1.0", "isomorphic-ws": "^4.0.1", "react": "^16.12.0", "uuid": "^3.4.0", "ws": "^7.1.2" } }