react-form-upload-image-resize
Version:
React component for form file upload input to easy convert uploaded image to base64 and resize.
37 lines (36 loc) • 988 B
JSON
{
"name": "react-form-upload-image-resize",
"version": "0.0.1",
"description": "React component for form file upload input to easy convert uploaded image to base64 and resize.",
"homepage": "https://bitbucket.org/dainiusgliebus/react-form-upload-image-resize/",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.5.0"
},
"dependencies": {
"react": "^16.5.0",
"webpack": "^2.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"keywords": [
"image upload",
"image resize"
],
"author": {
"name": "Dainius Gliebus",
"email": "dainius.gliebus@gmail.com"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1"
}
}