/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
compiler/packages/react-compiler-runtime/package.json
25 строк
603 B
lauren
[compiler] Migrate compiler packages to tsup (#32550)
08 мар 2025, 00:41
Не верифицирован
08 мар 2025, 00:41
00aa004
Код
Авторство
О чём код?
{ "name": "react-compiler-runtime", "version": "0.0.1", "description": "Runtime for React Compiler", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental" }, "scripts": { "build": "rimraf dist && tsup", "test": "echo 'no tests'", "watch": "yarn build --watch" }, "repository": { "type": "git", "url": "git+https://github.com/facebook/react.git", "directory": "compiler/packages/react-compiler-runtime" } }