/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/state-utils/package.json
52 строки
1 KB
Griffith Chen
Replace lodash merge with an @automattic/js-utils helper (#112212)
03 июл 2026, 03:13
Не верифицирован
03 июл 2026, 03:13
6cec0c5
Код
Авторство
О чём код?
{ "name": "@automattic/state-utils", "version": "1.0.0-alpha.4", "description": "A collection of Redux state utilities.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "sideEffects": true, "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" } }, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/state-utils" }, "files": [ "dist", "src" ], "types": "dist/types", "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "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/js-utils": "workspace:^", "@wordpress/is-shallow-equal": "^5.48.0", "@wordpress/warning": "^3.48.0", "redux": "^5.0.1", "redux-thunk": "^3.1.0", "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "typescript": "^6.0.3" } }