UNPKG

@glaudsonsilva/react-images-upload

Version:

It's a fork project from https://github.com/JakeHartnell/react-images-upload. I make it to wait for the PR response. Check that repository for documentation and oficial commits.

44 lines (43 loc) 927 B
{ "name": "@glaudsonsilva/react-images-upload", "version": "1.2.23", "private": false, "main": "compiled.js", "repository": { "type": "git", "url": "https://github.com/glaudsonsilva/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" } }