Files
react/packages/react-art/package.json
Sophie Alpert 7ff922cf2a Pull in react-art/lib/{Circle,Rectangle,Wedge}.art (#10629)
* Import react-art/lib/{Circle,Rectangle,Wedge}.art

Copied from react-art@0.15.1 built files.

* Changes to built files to make ART shapes work

Test Plan: Opened the fixture. React logo shows up with its normal dot, now rendered by a `<Circle />`.
2017-09-06 15:10:14 -07:00

44 lines
1013 B
JSON

{
"name": "react-art",
"version": "16.0.0-beta.5",
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
"react",
"art",
"svg",
"vml",
"canvas",
"jsx"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"create-react-class": "^15.6.0",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0",
"prop-types": "^15.5.6"
},
"peerDependencies": {
"react": "^16.0.0-beta.5"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"index.js",
"cjs/",
"umd/"
],
"browserify": {
"transform": [
"loose-envify"
]
}
}