UNPKG

sp-image-editor

Version:

React component version of filerobot image editor (FIE).

47 lines (46 loc) 1.13 kB
{ "name": "sp-image-editor", "version": "1.0.23", "license": "MIT", "author": "Shivam N Barot", "homepage": "https://github.com/ShivamBarot2602/image-editor#readme", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/ShivamBarot2602/image-editor.git" }, "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": "2.10.27", "@scaleflex/ui": "2.10.27", "konva": "9.3.6", "prop-types": "15.7.2" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0", "react-konva": ">=17.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" } }