1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-21 20:54:17 +08:00
buddypress/package.json
David Cavins c75b529897 12.7.0 version bumps (12.0 branch).
git-svn-id: https://buddypress.svn.wordpress.org/branches/12.0@14209 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2026-07-07 17:21:54 +00:00

82 lines
4.3 KiB
JSON

{
"author": "The BuddyPress Contributors",
"bugs": {
"url": "https://buddypress.trac.wordpress.org/"
},
"description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
"devDependencies": {
"@wordpress/babel-preset-default": "^7.32.0",
"@wordpress/browserslist-config": "^5.31.0",
"@wordpress/scripts": "^26.19.0",
"@wordpress/env": "^9.4.0",
"@wordpress/stylelint-config": "~19.1.0",
"autoprefixer": "^9.8.8",
"grunt": "^1.6.1",
"grunt-check-dependencies": "~1.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~5.0.0",
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "~5.2.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-exec": "^3.0.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^2.0.1",
"grunt-patch-wordpress": "~3.0.1",
"grunt-postcss": "~0.9.0",
"grunt-rtlcss": "~2.0.2",
"grunt-sass": "~3.1.0",
"grunt-stylelint": "~0.16.0",
"matchdep": "~2.0.0",
"node-sass": "~9.0.0",
"phplint": "~2.0.5",
"postcss": "^8.4.21",
"postcss-scss": "~4.0.0",
"stylelint": "~13.13.1"
},
"engines": {
"node": ">=18.20.4",
"npm": ">=10.8.2"
},
"scripts": {
"build:blocks": "npm run build:block:activity && npm run build:block:blogs && npm run build:block:core && npm run build:block:friends && npm run build:block:groups && npm run build:block:members && npm run build:block:messages",
"build:block:activity": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-activity --config src/js/blocks/bp-activity/webpack.config.js",
"build:block:blogs": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-blogs --config src/js/blocks/bp-blogs/webpack.config.js",
"build:block:core": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-core --config src/js/blocks/bp-core/webpack.config.js",
"build:block:friends": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-friends --config src/js/blocks/bp-friends/webpack.config.js",
"build:block:groups": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-groups --config src/js/blocks/bp-groups/webpack.config.js",
"build:block:members": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-members --config src/js/blocks/bp-members/webpack.config.js",
"build:block:messages": "wp-scripts build --webpack-src-dir=src/js/blocks/bp-messages --config src/js/blocks/bp-messages/webpack.config.js",
"build:admin": "wp-scripts build --webpack-src-dir=src/js/admin --config src/js/admin/webpack.config.js && grunt move:admin:js",
"wp-env": "wp-env",
"test-php": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.xml'",
"test-php:group": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.xml --group $npm_confi_g'",
"test-php-multisite": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml'",
"test-php-multisite:group": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml --group $npm_confi_g'",
"download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/2.0.2.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-2.0.2 build/cli && rm cli-archive.zip",
"download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/0.8.zip && unzip -qq rest-archive.zip && mv BP-REST-0.8 build/bp-rest && rm rest-archive.zip"
},
"keywords": [
"activity",
"community",
"friends",
"groups",
"messaging",
"notifications",
"profiles",
"social network"
],
"homepage": "https://buddypress.org",
"license": "GPL-2.0-or-later",
"name": "buddypress",
"repository": {
"type": "svn",
"url": "https://buddypress.svn.wordpress.org/trunk/"
},
"version": "12.7.0",
"browserslist": [
"extends @wordpress/browserslist-config"
]
}