- added docs generator;

This commit is contained in:
Mykyta Synelnikov
2023-06-05 13:22:44 +03:00
parent d09d2091fe
commit 4e47afce99
7 changed files with 226 additions and 6 deletions
+12 -5
View File
@@ -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"
}
}