/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v15.7.0
packages/react/package.json
40 строк
810 B
Brian Vaughn
Fix Suspense-wrapping heuristic (and bump version numbers) (#19373)
15 июл 2020, 19:25
Не верифицирован
15 июл 2020, 19:25
a89854b
Код
Авторство
О чём код?
{ "name": "react", "description": "React is a JavaScript library for building user interfaces.", "keywords": [ "react" ], "version": "17.0.0-alpha.0", "homepage": "https://reactjs.org/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/", "umd/", "jsx-runtime.js", "jsx-dev-runtime.js", "unstable-cache.js" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react" }, "engines": { "node": ">=0.10.0" }, "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1" }, "browserify": { "transform": [ "loose-envify" ] } }