wpui-sample-plugin/package.json

26 lines
761 B
JSON
Raw Permalink Normal View History

{
"name": "wpui-sample-plugin",
"version": "1.0.0",
2023-11-05 00:27:02 +05:30
"description": "WPUI Sample WordPress plugin",
"main": "index.js",
"scripts": {
2023-11-05 00:27:02 +05:30
"build": "wp-scripts build ",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
2023-11-05 00:27:02 +05:30
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
2023-11-05 00:27:02 +05:30
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
2023-11-05 00:27:02 +05:30
"start": "wp-scripts start "
},
2023-11-05 00:27:02 +05:30
"author": "lubus",
"license": "ISC",
2023-11-05 00:27:02 +05:30
"devDependencies": {
"@wordpress/components": "^25.11.0",
"@wordpress/icons": "^9.36.0",
"@wordpress/scripts": "^26.15.0"
}
2023-11-05 00:27:02 +05:30
}