/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/explat-client-react-helpers/package.json
51 строка
1 KB
Omar Alshaker
Bump React 19 compatible package releases (#111875)
23 июн 2026, 00:19
Не верифицирован
23 июн 2026, 00:19
1b3983c
Код
Авторство
О чём код?
{ "name": "@automattic/explat-client-react-helpers", "version": "0.1.2", "description": "Standalone ExPlat Client: React Helpers.", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso", "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "main": "dist/cjs/index.js", "browser": "dist/esm/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.tsx", "types": "dist/types/index.d.ts", "exports": { ".": { "calypso:src": "./src/index.tsx", "types": "./dist/types/index.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/explat-client-react-helpers" }, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "watch": "tsc --build ./tsconfig.json --watch", "prepack": "yarn run clean && yarn run build", "test": "yarn jest" }, "dependencies": { "@automattic/explat-client": "workspace:^", "tslib": ">=2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "jest": "^29.7.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^6.0.3" }, "peerDependencies": { "react": "^18.3.1 || ^19.0.0" } }