mirror of
https://ghproxy.net/https://github.com/lubusIN/wpui-sample-plugin.git
synced 2025-10-04 22:00:07 +08:00
25 lines
761 B
JSON
25 lines
761 B
JSON
{
|
|
"name": "wpui-sample-plugin",
|
|
"version": "1.0.0",
|
|
"description": "WPUI Sample WordPress plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build ",
|
|
"check-engines": "wp-scripts check-engines",
|
|
"check-licenses": "wp-scripts check-licenses",
|
|
"format": "wp-scripts format",
|
|
"lint:css": "wp-scripts lint-style",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"lint:md:docs": "wp-scripts lint-md-docs",
|
|
"lint:pkg-json": "wp-scripts lint-pkg-json",
|
|
"packages-update": "wp-scripts packages-update",
|
|
"start": "wp-scripts start "
|
|
},
|
|
"author": "lubus",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@wordpress/components": "^25.11.0",
|
|
"@wordpress/icons": "^9.36.0",
|
|
"@wordpress/scripts": "^26.15.0"
|
|
}
|
|
}
|