react-images-upload
Version:
Simple component for upload and validate (client side) images with preview built with React.js. This package use [react-flip-move](https://github.com/joshwcomeau/react-flip-move) for animate the file preview images.
44 lines (43 loc) • 867 B
JSON
{
"name": "react-images-upload",
"version": "1.2.8",
"private": false,
"main": "compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/jakehartnell/react-images-upload"
},
"dependencies": {
"react": "^16.12.0",
"react-flip-move": "^3.0.4"
},
"scripts": {
"prepublishOnly": "npm run transpile",
"transpile": "babel index.js --out-file compiled.js"
},
"babel": {
"presets": [
"env",
"react",
"stage-2"
]
},
"keywords": [
"image",
"upload",
"file",
"react image upload"
],
"license": "MIT",
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
}
}