main
json 41 lines 962 Bytes
Raw
1 {
2 "name": "react-art",
3 "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).",
4 "version": "19.3.0",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/react/react.git",
9 "directory": "packages/react-art"
10 },
11 "keywords": [
12 "react",
13 "art",
14 "svg",
15 "vml",
16 "canvas",
17 "jsx"
18 ],
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/react/react/issues"
22 },
23 "homepage": "https://react.dev/",
24 "dependencies": {
25 "art": "^0.10.1",
26 "create-react-class": "^15.6.2",
27 "scheduler": "^0.28.0"
28 },
29 "peerDependencies": {
30 "react": "^19.3.0"
31 },
32 "files": [
33 "LICENSE",
34 "README.md",
35 "index.js",
36 "cjs/",
37 "Circle.js",
38 "Rectangle.js",
39 "Wedge.js"
40 ]
41 }