/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.10.0
packages/react-art/package.json
51 строка
1 KB
Andrew Clark
Bump deps in packages/**/package.json (#16325)
09 авг 2019, 00:50
Не верифицирован
09 авг 2019, 00:50
95767ac
Код
Авторство
О чём код?
{ "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": "16.9.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", "object-assign": "^4.1.1", "prop-types": "^15.6.2", "scheduler": "^0.15.0" }, "peerDependencies": { "react": "^16.0.0" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/", "umd/", "Circle.js", "Rectangle.js", "Wedge.js" ], "browserify": { "transform": [ "loose-envify" ] } }