/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/data-stores/package.json
88 строк
3 KB
Omar Alshaker
Packages: refresh launchpad, date-range-picker, and data-stores to fix duplicate dependencies (#112710)
16 июл 2026, 22:21
Не верифицирован
16 июл 2026, 22:21
90c4437
Код
Авторство
О чём код?
{ "name": "@automattic/data-stores", "version": "3.2.2", "description": "Calypso Data Stores.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./src/*": { "calypso:src": "./src/*" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/data-stores" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "files": [ "autocomplete.gif", "dist", "src" ], "types": "dist/types", "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && run -T copy-assets", "prepare": "yarn run build", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "dependencies": { "@automattic/api-core": "workspace:^", "@automattic/api-queries": "workspace:^", "@automattic/calypso-analytics": "workspace:^", "@automattic/calypso-config": "workspace:^", "@automattic/calypso-products": "workspace:^", "@automattic/design-types": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/js-utils": "workspace:^", "@automattic/number-formatters": "^1.2.0", "@automattic/oauth-token": "workspace:^", "@automattic/shopping-cart": "workspace:^", "@tanstack/react-query": "^5.83.0", "@wordpress/api-fetch": "^7.48.0", "@wordpress/data-controls": "^4.48.0", "@wordpress/deprecated": "^4.48.0", "@wordpress/element": "^8.0.0", "@wordpress/i18n": "^6.21.0", "@wordpress/primitives": "^4.48.0", "@wordpress/url": "^4.48.0", "debug": "^4.4.1", "i18n-calypso": "workspace:^", "qs": "^6.15.2", "redux": "^5.0.1", "tslib": "^2.8.1", "utility-types": "^3.10.0", "wpcom-proxy-request": "workspace:^" }, "peerDependencies": { "@wordpress/data": "^10.48.0", "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@remix-run/router": "^1.5.0", "jest-fetch-mock": "^3.0.3", "nock": "^13.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^6.0.3", "wait-for-expect": "^3.0.2" } }