/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
apps/agents-manager/package.json
65 строк
2 KB
Mayank Chugh
Sunset AI Block Notes (#113316)
07 авг 2026, 12:27
Не верифицирован
07 авг 2026, 12:27
8c3e574
Код
Авторство
О чём код?
{ "name": "@automattic/agents-manager-app", "version": "1.0.0", "description": "Agents Manager app to be used in Jetpack.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "sideEffects": [ "*.css", "*.scss", "./config.js" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "apps/agents-manager" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "types": "dist/types", "scripts": { "clean": "rm -rf dist", "teamcity:build-app": "yarn run build", "build": "NODE_ENV=production yarn dev && find dist -maxdepth 1 -type f ! -name '*.min.js' -name '*.js' -delete", "build:app": "calypso-build", "dev": "yarn run calypso-apps-builder --localPath dist --remotePath /home/wpcom/public_html/widgets.wp.com/agents-manager", "prepack": "yarn run clean && yarn run build", "translate": "rm -rf dist/strings && wp-babel-makepot '../../{client,packages,apps}/**/*.{js,jsx,ts,tsx}' --ignore '**/node_modules/**,**/test/**,**/*.d.ts' --base '../../' --dir './dist/strings' --jobs 4 --output './dist/agents-manager.pot' && node bin/merge-chunks-maps.js && build-app-languages --stringsFilePath='./dist/agents-manager.pot' --outputPath='./dist/languages' --outputFormat='JS'" }, "dependencies": { "@automattic/agents-manager": "workspace:^", "@automattic/calypso-analytics": "workspace:^", "@automattic/image-studio": "workspace:^", "@automattic/jetpack-ai-sidebar": "workspace:^", "@tanstack/react-query": "^5.83.0", "@wordpress/components": "^28.23.0", "@wordpress/compose": "^8.2.0", "@wordpress/data": "^10.48.0", "@wordpress/i18n": "^6.21.0", "@wordpress/plugins": "^7.48.0" }, "devDependencies": { "@automattic/calypso-apps-builder": "workspace:^", "@automattic/calypso-build": "workspace:^", "@automattic/wp-babel-makepot": "workspace:^", "@wordpress/dependency-extraction-webpack-plugin": "^6.24.0", "@wordpress/readable-js-assets-webpack-plugin": "^3.24.0", "copy-webpack-plugin": "^10.2.4", "postcss-prefix-selector": "^1.16.1", "sass": "1.77.8", "webpack": "^5.99.8" }, "peerDependencies": { "@automattic/calypso-router": "workspace:^", "@wordpress/data": "^10.48.0", "@wordpress/element": "^8.0.0", "postcss": "^8.5.15", "react": "^18.2.0", "react-dom": "^18.2.0", "redux": "^5.0.1" }, "private": true }