mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
17 lines
455 B
JSON
17 lines
455 B
JSON
{
|
|
"name": "@uppy-example/multiple-instances",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/golden-retriever": "workspace:*",
|
|
"babelify": "^10.0.0",
|
|
"budo": "^11.6.1"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"css": "cp ../../packages/uppy/dist/uppy.min.css .",
|
|
"start": "yarn run css && budo main.js:bundle.js -- -t babelify"
|
|
}
|
|
}
|