mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"private": true,
|
|
"name": "uppy-react-example",
|
|
"scripts": {
|
|
"start": "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"
|
|
}
|
|
}
|