mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
This bumps the canary versions to v19 to communicate that the next release will be a major. Once this lands, we can start merging breaking changes into `main`.
43 lines
980 B
JSON
43 lines
980 B
JSON
{
|
|
"name": "react-art",
|
|
"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).",
|
|
"version": "19.0.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-art"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"art",
|
|
"svg",
|
|
"vml",
|
|
"canvas",
|
|
"jsx"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://react.dev/",
|
|
"dependencies": {
|
|
"art": "^0.10.1",
|
|
"create-react-class": "^15.6.2",
|
|
"scheduler": "^0.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/",
|
|
"Circle.js",
|
|
"Rectangle.js",
|
|
"Wedge.js"
|
|
]
|
|
}
|