mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-10-04 04:11:06 +08:00
* add blueprint validation logic validate JSON blueprint against a schema using Ajv * fix: ensure default properties are added to blueprint data before processing * Remove unnecessary function for replacing 'mu-plugins' with 'plugins' in steps path.
25 lines
744 B
JSON
25 lines
744 B
JSON
{
|
|
"name": "wp-playground-blueprint-editor",
|
|
"version": "1.0.0",
|
|
"description": "Design playground blueprints with a specialized block editor interface in WordPress.",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"setup": "npm install && npm run build && composer install"
|
|
},
|
|
"author": "lubus",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^28.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@wordpress/blob": "^4.7.0",
|
|
"@wordpress/blocks": "^13.7.0",
|
|
"@wordpress/dataviews": "^4.9.0",
|
|
"@wordpress/icons": "^10.6.0",
|
|
"ajv": "^8.17.1",
|
|
"react-loading-skeleton": "^3.5.0"
|
|
}
|
|
}
|