mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added docs generator;
This commit is contained in:
+12
-5
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "roots",
|
||||
"version": "7.0.3",
|
||||
"author": "Ben Word <ben@benword.com>",
|
||||
"name": "ultimate-member",
|
||||
"version": "2.6.3",
|
||||
"author": {
|
||||
"name": "Ultimate Member",
|
||||
"email": "team@ultimatemember.com",
|
||||
"url": "https://ultimatemember.com"
|
||||
},
|
||||
"homepage": "http://roots.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,7 +21,7 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node node_modules/bower/bin/bower install && grunt dev",
|
||||
"build:docs": "rm -rf docs/hooks/ && jsdoc -c hookdoc-conf.json",
|
||||
"build": "npm-run-all build:*",
|
||||
"build:all-blocks": "npm-run-all --parallel build-block-*",
|
||||
"build-block-um-member-directories": "cd includes/blocks/um-member-directories && wp-scripts build src/index.js",
|
||||
@@ -36,6 +40,8 @@
|
||||
"gulp-sass": "^5.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"jsdoc": "~4.0.2",
|
||||
"wp-hookdoc": "^0.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"@wordpress/block-editor": "^11.5.0",
|
||||
"@wordpress/blocks": "^12.5.0",
|
||||
@@ -45,6 +51,7 @@
|
||||
"@wordpress/server-side-render": "^4.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0"
|
||||
"react": "^18.2.0",
|
||||
"taffydb": "^2.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user