UNPKG

decap-cms-editor-component-image

Version:

Image component for Decap CMS editor widget

29 lines (28 loc) 901 B
{ "name": "decap-cms-editor-component-image", "description": "Image component for Decap CMS editor widget", "version": "3.2.0", "repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-editor-component-image", "bugs": "https://github.com/decaporg/decap-cms/issues", "module": "dist/esm/index.js", "main": "dist/decap-cms-editor-component-image.js", "license": "MIT", "keywords": [ "decap-cms", "editor", "component" ], "sideEffects": false, "scripts": { "develop": "npm run build:esm -- --watch", "build": "cross-env NODE_ENV=production webpack", "build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward" }, "devDependencies": { "cross-env": "^7.0.0" }, "peerDependencies": { "react": "^19.1.0" }, "gitHead": "ed7e99318007b83f4c57f3237bf92b931676820a" }