uppy/examples/bundled/package.json
Antoine du Hamel 01d7ea13e9
meta: use Yarn v3 instead of npm (#3237)
* meta: use Yarn v3 instead of npm

* Update CONTRIBUTING.md to fix linter errors

* remove remaining npm commands

* Update deps
2021-10-20 15:16:59 +02:00

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"
}
}