mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2cfb4741fd
We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compared to 18.2. I bumped the React version to 18.3 and all the other packages by a patch revision (since we're not going to update anything in those).
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
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": "18.3.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://reactjs.org/",
|
|
"dependencies": {
|
|
"art": "^0.10.1",
|
|
"create-react-class": "^15.6.2",
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.22.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/",
|
|
"Circle.js",
|
|
"Rectangle.js",
|
|
"Wedge.js"
|
|
],
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
}
|
|
}
|