/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/viewport-react/package.json
47 строк
1 KB
Paulo Marcos Trentin
Revert "Revert "React 19: upgrade standalone Calypso build - final bump (#112…" (#112339)
07 июл 2026, 20:24
Не верифицирован
07 июл 2026, 20:24
d8d61d0
Код
Авторство
О чём код?
{ "name": "@automattic/viewport-react", "version": "1.0.3", "description": "React helpers for tracking viewport changes.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.jsx", "types": "./types.d.ts", "exports": { ".": { "calypso:src": "./src/index.jsx", "types": "./types.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/viewport-react" }, "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/viewport-react#readme", "dependencies": { "@automattic/viewport": "workspace:^", "@wordpress/compose": "^8.2.0" }, "peerDependencies": { "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@testing-library/react": "^16.3.0" }, "scripts": { "clean": "rm -rf dist", "build": "run -T transpile", "prepack": "yarn run clean && yarn run build" }, "publishConfig": { "access": "public" } }