Files
react/packages/react-art/package.json
T
Sebastian "Sebbie" Silbermann 861811347b Bump scheduler version (#34671)
The canaries have been published depending on 0.27-canary. Bumping
scheduler just in case to be sure.
2025-10-01 22:45:31 +02:00

42 lines
968 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.2.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.27.0"
},
"peerDependencies": {
"react": "^19.2.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/",
"Circle.js",
"Rectangle.js",
"Wedge.js"
]
}