mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
19 lines
481 B
JSON
19 lines
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"
|
|
}
|
|
}
|