/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.0.0
compiler/packages/react-compiler-runtime/package.json
23 строки
544 B
Pascal Birchler
[react-compiler-runtime] Support React 17 peer dependency (#31336)
24 окт 2024, 21:08
Не верифицирован
24 окт 2024, 21:08
d19ba8e
Код
Авторство
О чём код?
{ "name": "react-compiler-runtime", "version": "0.0.1", "description": "Runtime for React Compiler", "license": "MIT", "main": "dist/index.js", "files": [ "dist", "src" ], "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "scripts": { "build": "rimraf dist && rollup --config --bundleConfigAsCjs", "test": "echo 'no tests'" }, "repository": { "type": "git", "url": "git+https://github.com/facebook/react.git", "directory": "compiler/packages/react-compiler-runtime" } }