visual-blueprint-builder/package.json
Cy-Yaksh e2ee443c6a add blueprint validation using Ajv (#57)
* 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.
2025-04-07 17:02:15 +05:30

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"
}
}