/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/api-core/package.json
58 строк
2 KB
arthur791004
Upgrade @wordpress/dataviews to 17.3.0 (#113416)
10 авг 2026, 12:34
Не верифицирован
10 авг 2026, 12:34
b0b2809
Код
Авторство
О чём код?
{ "name": "@automattic/api-core", "version": "1.1.0", "description": "Data layer for the Automattic ecosystem.", "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", "publishConfig": { "access": "public" }, "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-core" }, "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/i18n-utils": "workspace:^", "@automattic/languages": "workspace:^", "@automattic/shopping-cart": "workspace:^", "@wordpress/dataviews": "^17.3.0", "@wordpress/html-entities": "^4.48.0", "@wordpress/i18n": "^6.21.0", "@wordpress/url": "^4.48.0", "he": "^1.2.0", "qs": "^6.15.2", "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^6.0.3" } }