2023-11-04 22:46:15 +05:30
|
|
|
{
|
|
|
|
"name": "wpui-sample-plugin",
|
|
|
|
"version": "1.0.0",
|
2023-11-05 00:27:02 +05:30
|
|
|
"description": "WPUI Sample WordPress plugin",
|
2023-11-04 22:46:15 +05:30
|
|
|
"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",
|
2023-11-04 22:46:15 +05:30
|
|
|
"format": "wp-scripts format",
|
2023-11-05 00:27:02 +05:30
|
|
|
"lint:css": "wp-scripts lint-style",
|
2023-11-04 22:46:15 +05:30
|
|
|
"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",
|
2023-11-04 22:46:15 +05:30
|
|
|
"packages-update": "wp-scripts packages-update",
|
2023-11-05 00:27:02 +05:30
|
|
|
"start": "wp-scripts start "
|
2023-11-04 22:46:15 +05:30
|
|
|
},
|
2023-11-05 00:27:02 +05:30
|
|
|
"author": "lubus",
|
2023-11-04 22:46:15 +05:30
|
|
|
"license": "ISC",
|
2023-11-05 00:27:02 +05:30
|
|
|
"devDependencies": {
|
|
|
|
"@wordpress/components": "^25.11.0",
|
|
|
|
"@wordpress/icons": "^9.36.0",
|
2023-11-04 22:46:15 +05:30
|
|
|
"@wordpress/scripts": "^26.15.0"
|
|
|
|
}
|
2023-11-05 00:27:02 +05:30
|
|
|
}
|