mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/trunk@13640 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
80 lines
3.9 KiB
JSON
80 lines
3.9 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.12.0",
|
|
"@wordpress/browserslist-config": "^5.11.0",
|
|
"@wordpress/scripts": "^26.1.0",
|
|
"@wordpress/env": "^5.6.0",
|
|
"@wordpress/stylelint-config": "~19.1.0",
|
|
"autoprefixer": "^9.8.8",
|
|
"grunt": "^1.5.3",
|
|
"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": "^4.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": "~6.0.1",
|
|
"phplint": "~2.0.5",
|
|
"postcss": "^8.4.21",
|
|
"postcss-scss": "~4.0.0",
|
|
"stylelint": "~13.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.19.1",
|
|
"npm": ">=8.19.3 <9"
|
|
},
|
|
"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'"
|
|
},
|
|
"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.0.0-beta4",
|
|
"browserslist": [
|
|
"extends @wordpress/browserslist-config"
|
|
]
|
|
}
|