/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
apps/notifications/package.json
70 строк
3 KB
arthur791004
Upgrade @wordpress/dataviews to 17.3.0 (#113416)
10 авг 2026, 12:34
Не верифицирован
10 авг 2026, 12:34
b0b2809
Код
Авторство
О чём код?
{ "name": "@automattic/notifications", "version": "1.0.0", "description": "WordPress.com Notifications Panel.", "main": "dist/build.min.js", "sideEffects": true, "repository": { "type": "git", "url": "git://github.com/Automattic/wp-calypso.git", "directory": "apps/notifications" }, "private": true, "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso", "scripts": { "analyze-bundles": "EMIT_STATS=true yarn run build && webpack-bundle-analyzer stats.json dist -h 127.0.0.1 -s gzip", "clean": "rm -rf dist stats.json", "build:notifications": "calypso-build", "dev": "yarn run calypso-apps-builder --localPath dist --remotePath /home/wpcom/public_html/widgets.wp.com/notifications", "build": "NODE_ENV=production yarn dev", "test:js": "yarn run -T test-apps apps/notifications", "test:js:watch": "yarn test:js --watch", "teamcity:build-app": "yarn 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/notifications.pot' && build-app-languages --stringsFilePath='./dist/notifications.pot' --outputPath='./dist/languages'" }, "dependencies": { "@automattic/api-core": "workspace:^", "@automattic/calypso-color-schemes": "workspace:^", "@automattic/calypso-polyfills": "workspace:^", "@automattic/calypso-router": "workspace:^", "@automattic/components": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/webpack-extensive-lodash-replacement-plugin": "workspace:^", "@wordpress/components": "^37.0.0", "@wordpress/compose": "^8.2.0", "@wordpress/data": "^10.48.0", "@wordpress/dataviews": "^17.3.0", "@wordpress/element": "^8.0.0", "@wordpress/i18n": "^6.21.0", "@wordpress/icons": "^13.3.0", "@wordpress/ui": "^0.18.0", "autoprefixer": "^10.4.21", "calypso": "workspace:^", "clsx": "^2.1.1", "debug": "^4.4.1", "i18n-calypso": "workspace:^", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", "redux": "^5.0.1", "redux-thunk": "^3.1.0", "webpack-bundle-analyzer": "^4.10.2", "wpcom": "workspace:^", "wpcom-proxy-request": "workspace:^" }, "devDependencies": { "@automattic/calypso-apps-builder": "workspace:^", "@automattic/calypso-build": "workspace:^", "@automattic/calypso-eslint-overrides": "workspace:^", "@automattic/languages": "workspace:^", "@automattic/wp-babel-makepot": "workspace:^", "html-webpack-plugin": "^5.6.3", "postcss": "^8.5.15", "postcss-custom-properties": "^12.1.11", "webpack": "^5.99.8" } }