/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.3.1
packages/react-refresh/package.json
39 строк
883 B
Andrew Clark
Bump local package.json versions for 18.1 release (#24447)
26 апр 2022, 23:58
Не верифицирован
26 апр 2022, 23:58
72b7462
Код
Авторство
О чём код?
{ "name": "react-refresh", "description": "React is a JavaScript library for building user interfaces.", "keywords": [ "react" ], "version": "0.13.0", "homepage": "https://reactjs.org/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "babel.js", "runtime.js", "cjs/", "umd/" ], "main": "runtime.js", "exports": { ".": "./runtime.js", "./runtime": "./runtime.js", "./babel": "./babel.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react" }, "engines": { "node": ">=0.10.0" }, "devDependencies": { "react-16-8": "npm:react@16.8.0", "react-dom-16-8": "npm:react-dom@16.8.0", "scheduler-0-13": "npm:scheduler@0.13.0" } }