/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/api-queries/package.json
64 строки
2 KB
Omar Alshaker
Make @automattic/launchpad installable: un-private + declare deps for its tree (#112701)
16 июл 2026, 21:04
Не верифицирован
16 июл 2026, 21:04
e97f39b
Код
Авторство
О чём код?
{ "name": "@automattic/api-queries", "version": "1.0.0", "description": "Convenience layer on top of @automattic/api-core to use TanStack Query.", "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", "types": "dist/types/index.d.ts", "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" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/api-queries" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "files": [ "dist", "src" ], "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "dependencies": { "@automattic/api-core": "workspace:^", "@automattic/calypso-config": "workspace:^", "@automattic/calypso-support-session": "workspace:^", "@github/webauthn-json": "^2.1.1", "@tanstack/query-sync-storage-persister": "^5.83.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-persist-client": "^5.83.0", "@tanstack/react-router": "^1.114.34", "@wordpress/html-entities": "^4.48.0", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", "tslib": "^2.8.1" }, "peerDependencies": { "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^6.0.3" } }