UNPKG

react-annotation

Version:

React components for annotating SVG elements

84 lines (83 loc) 2.36 kB
{ "name": "react-annotation", "description": "React components for annotating SVG elements ", "version": "2.2.1", "homepage": ".", "repository": { "type": "git", "url": "https://github.com/susielu/react-annotation.git" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/susielu/react-annotation/issues" }, "main": "lib/index.js", "scripts": { "start": "react-scripts start", "build": "react-scripts build && npm run webpack", "test": "react-scripts test --env=jsdom", "lint": "eslint src", "webpack": "NODE_ENV=production webpack", "prebuild": "babel src/components --out-dir lib --ignore test.js" }, "devDependencies": { "@babel/cli": "7.0.0-beta.56", "@babel/core": "7.0.0-beta.56", "@babel/plugin-proposal-class-properties": "7.0.0-beta.56", "@babel/preset-env": "7.0.0-beta.56", "@babel/preset-react": "7.0.0-beta.56", "babel-loader": "8.0.0-beta.0", "conventional-changelog-cli": "1.1.1", "conventional-recommended-bump": "0.3.0", "d3-array": "1.2.1", "d3-axis": "1.0.8", "d3-scale": "1.0.6", "d3-shape": "~1.0.4", "dentist": "1.0.3", "envify": "4.1.0", "enzyme": "2.9.1", "eslint": "5.3.0", "eslint-plugin-react": "^7.10.0", "history": "4.2.0", "material-ui": "^0.17.1", "react": "^15.5.0", "react-addons-css-transition-group": "15.3.2", "react-addons-test-utils": "^15.3.2", "react-addons-transition-group": "15.3.2", "react-dom": "^15.4.2", "react-markdown": "^3.3.0", "react-prism": "4.3.1", "react-router": "^4.0.0-beta.6", "react-router-dom": "4.0.0", "react-scripts": "0.8.5", "react-sticky": "git://github.com/susielu/react-sticky.git#23141c78f7e0501dc6a7b31b9e33db2e367b185f", "react-tap-event-plugin": "2.0.1", "react-test-renderer": "15.6.1", "uglify-js": "3.1.4", "uglifyify": "4.0.4", "webpack": "^4.16.4", "webpack-cli": "^3.1.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "dependencies": { "prop-types": "15.6.2", "viz-annotation": "0.0.5" }, "files": [ "LICENSE", "README.md", "CHANGELOG.md", "lib" ], "keywords": [ "react", "component", "components", "annotation", "svg", "react-component" ] }