/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.1.0
packages/react-markup/package.json
37 строк
836 B
Andrew Clark
Bump next prerelease version numbers (#31676)
12 дек 2024, 22:10
Не верифицирован
12 дек 2024, 22:10
c86542b
Код
Авторство
О чём код?
{ "name": "react-markup", "version": "19.1.0", "description": "React package generating embedded markup such as e-mails with support for Server Components.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react-markup" }, "keywords": [ "react" ], "license": "MIT", "bugs": { "url": "https://github.com/facebook/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { "react": "^19.0.0" }, "files": [ "LICENSE", "README.md", "index.js", "react-markup.react-server.js", "cjs/" ], "exports": { ".": { "react-server": "./react-markup.react-server.js", "default": "./index.js" }, "./src/*": "./src/*", "./package.json": "./package.json" } }