mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"name": "@uppy-example/bundled",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/google-drive": "workspace:*",
|
|
"@uppy/instagram": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/url": "workspace:*",
|
|
"@uppy/webcam": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.0.0"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "parcel build index.html",
|
|
"dev": "parcel index.html"
|
|
}
|
|
}
|