homegrade_blocks_production/package.json
Antoine M d85cf47ac4
All checks were successful
continuous-integration/drone/push Build is passing
FIX Passing the missing attributes in the deprecation file and rebuilding
2025-05-26 14:45:03 +02:00

25 lines
710 B
JSON

{
"name": "multi-blocks",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^26.9.0",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
},
"dependencies": {
"@wordpress/api-fetch": "^6.40.0",
"@wordpress/icons": "^9.30.0",
"@wordpress/rich-text": "^6.16.0"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}