/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/sites/package.json
57 строк
2 KB
Omar Alshaker
Run copy-assets via 'yarn run -T' in packages that invoked it bare (#112697)
16 июл 2026, 16:24
Не верифицирован
16 июл 2026, 16:24
99f6af2
Код
Авторство
О чём код?
{ "name": "@automattic/sites", "version": "1.1.0", "description": "Automattic Sites utilities.", "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", "types": "dist/types/index.d.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/sites" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "dependencies": { "@automattic/data-stores": "workspace:^", "@automattic/search": "workspace:^", "@wordpress/compose": "^8.2.0", "@wordpress/react-i18n": "^4.48.0" }, "peerDependencies": { "@wordpress/data": "^10.48.0", "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0", "redux": "^5.0.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "typescript": "^6.0.3" }, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && yarn run -T copy-assets", "prepack": "yarn run clean && yarn run build" } }