1234567891011121314151617181920212223242526 |
- {
- "name": "dw_guten",
- "version": "0.3.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": "^5.1.0"
- },
- "dependencies": {
- "@wordpress/components": "^8.5.0",
- "@wordpress/data": "^4.12.0",
- "@wordpress/edit-post": "^3.11.0",
- "@wordpress/i18n": "^3.8.0",
- "@wordpress/plugins": "^2.10.0"
- }
- }
|