react-filerobot-image-editor
Version:
React component version of filerobot image editor (FIE).
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "react-filerobot-image-editor",
"version": "5.0.0-beta.156",
"license": "MIT",
"author": "Scaleflex",
"homepage": "https://github.com/scaleflex/filerobot-image-editor#readme",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/scaleflex/filerobot-image-editor#readme"
},
"keywords": [
"Image editing react component",
"React Image Editor",
"image editor",
"filerobot image editor",
"edit image",
"modify image",
"update image",
"finetune",
"filters",
"weatermark",
"resize",
"annotate"
],
"files": [
"lib"
],
"dependencies": {
"@babel/runtime": "^7.17.2",
"@scaleflex/icons": "3.0.0-beta.10",
"@scaleflex/ui": "3.0.0-beta.10",
"@tippyjs/react": "^4.2.6",
"konva": "9.3.18",
"prop-types": "15.7.2",
"react-konva-utils": "1.1.0"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"react-konva": ">=19.0.0",
"styled-components": ">=5.3.5"
},
"scripts": {
"build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D"
},
"gitHead": "bae3f9acc91e6d09943bf8414633352449b8c39a"
}