1234567891011121314151617181920212223242526 |
- {
- "name": "dwp_guten",
- "version": "0.4.0",
- "description": "Add custom fields and subscript to the gutenberg editor.",
- "repository": {
- "type": "git",
- "url": "https://code.davidawindham.com/david/dw_guten"
- },
- "main": "index.js",
- "scripts": {
- "start": "wp-scripts start",
- "build": "wp-scripts build"
- },
- "author": "windhamdavid",
- "license": "ISC",
- "devDependencies": {
- "@wordpress/scripts": "^25.1.0"
- },
- "dependencies": {
- "@wordpress/components": "^23.1.0",
- "@wordpress/data": "^8.1.0",
- "@wordpress/edit-post": "^7.1.0",
- "@wordpress/i18n": "^4.24.0",
- "@wordpress/plugins": "^5.1.0"
- }
- }
|