Files
ultimatemember/package.json
T

56 lines
1.5 KiB
JSON
Raw Normal View History

2016-02-19 22:52:55 +08:00
{
2023-06-05 13:22:44 +03:00
"name": "ultimate-member",
"version": "2.11.0",
2023-06-05 13:22:44 +03:00
"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:*",
2024-11-06 12:12:13 +02:00
"build-blocks": "wp-scripts build --webpack-src-dir=blocks-src --output-path=includes/blocks",
"build-manifest": "wp-scripts build-blocks-manifest --input=includes/blocks --output=includes/blocks/blocks-manifest.php",
2024-10-31 14:10:34 +02:00
"build:all-blocks": "npm-run-all build-blocks build-manifest"
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",
2024-10-31 14:10:34 +02:00
"@wordpress/block-editor": "^14.5.0",
"@wordpress/blocks": "^13.10.0",
"@wordpress/components": "^28.10.0",
"@wordpress/i18n": "^5.10.0",
"@wordpress/scripts": "^30.3.0",
"@wordpress/server-side-render": "^5.10.0"
},
"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
}
}