uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
20 lines (19 loc) • 481 B
JSON
{
"private": true,
"name": "uppy-react-example",
"scripts": {
"css": "cp ../../dist/uppy.min.css .",
"start": "npm run css && budo main.js:bundle.js -- -r react:react -r react-dom:react-dom -t babelify -g aliasify"
},
"aliasify": "./aliasify.js",
"dependencies": {
"babel-preset-react": "^6.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"aliasify": "^2.1.0",
"babelify": "^7.3.0",
"budo": "^10.0.4"
}
}