mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"name": "@uppy-example/react-example",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babelify": "^10.0.0",
|
|
"budo": "^11.6.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"css": "cp ../../packages/uppy/dist/uppy.min.css .",
|
|
"start": "npm run css && budo main.js:bundle.js -- -r react:react -r react-dom:react-dom -t babelify"
|
|
}
|
|
}
|