2016-02-19 22:52:55 +08:00
|
|
|
{
|
2023-06-05 13:22:44 +03:00
|
|
|
"name": "ultimate-member",
|
|
|
|
|
"version": "2.6.3",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Ultimate Member",
|
|
|
|
|
"email": "team@ultimatemember.com",
|
|
|
|
|
"url": "https://ultimatemember.com"
|
|
|
|
|
},
|
2016-02-19 22:52:55 +08:00
|
|
|
"homepage": "http://roots.io",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/roots/roots.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/roots/roots/issues"
|
|
|
|
|
},
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"type": "MIT",
|
|
|
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2023-06-05 13:22:44 +03:00
|
|
|
"build:docs": "rm -rf docs/hooks/ && jsdoc -c hookdoc-conf.json",
|
2023-03-29 11:48:51 +03:00
|
|
|
"build": "npm-run-all build:*",
|
|
|
|
|
"build:all-blocks": "npm-run-all --parallel build-block-*",
|
2023-03-29 14:38:11 +03:00
|
|
|
"build-block-um-member-directories": "cd includes/blocks/um-member-directories && wp-scripts build src/index.js",
|
|
|
|
|
"build-block-um-forms": "cd includes/blocks/um-forms && wp-scripts build src/index.js",
|
2023-03-29 17:42:53 +03:00
|
|
|
"build-block-um-password-reset": "cd includes/blocks/um-password-reset && wp-scripts build src/index.js",
|
|
|
|
|
"build-block-um-account": "cd includes/blocks/um-account && wp-scripts build src/index.js"
|
2016-02-19 22:52:55 +08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.10.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-05-24 19:26:20 +03:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
|
"gulp-cli": "^2.3.0",
|
|
|
|
|
"gulp-concat": "2.6.1",
|
|
|
|
|
"gulp-rename": "^2.0.0",
|
2023-03-29 11:48:51 +03:00
|
|
|
"gulp-sass": "^5.1.0",
|
2022-05-24 19:26:20 +03:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2023-03-29 11:48:51 +03:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2023-06-05 13:22:44 +03:00
|
|
|
"jsdoc": "~4.0.2",
|
|
|
|
|
"wp-hookdoc": "^0.2.0",
|
2023-03-29 11:48:51 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"@wordpress/block-editor": "^11.5.0",
|
|
|
|
|
"@wordpress/blocks": "^12.5.0",
|
|
|
|
|
"@wordpress/components": "^23.5.0",
|
|
|
|
|
"@wordpress/i18n": "^4.28.0",
|
|
|
|
|
"@wordpress/scripts": "^25.5.1",
|
|
|
|
|
"@wordpress/server-side-render": "^4.5.0"
|
2018-10-17 13:56:44 +03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-06-05 13:22:44 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"taffydb": "^2.7.3"
|
2016-02-19 22:52:55 +08:00
|
|
|
}
|
|
|
|
|
}
|