mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"name": "@uppy-example/bundled",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/google-drive": "workspace:*",
|
|
"@uppy/instagram": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/url": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"parcel": "^2.0.0"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "parcel build index.html",
|
|
"dev": "parcel index.html"
|
|
}
|
|
}
|