mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/components | 0.2.0 | @uppy/remote-sources | 2.3.4 | | @uppy/core | 4.4.7 | @uppy/screen-capture | 4.3.1 | | @uppy/google-drive-picker | 0.3.6 | @uppy/svelte | 4.5.0 | | @uppy/google-photos-picker | 0.3.6 | @uppy/vue | 2.3.0 | | @uppy/locales | 4.6.0 | @uppy/webcam | 4.2.1 | | @uppy/provider-views | 4.4.5 | uppy | 4.18.0 | | @uppy/react | 4.4.0 | | | - meta: Remove remark reference from CI (Murderlon) - @uppy/components,@uppy/screen-capture: useScreenCapture fixes (Prakash / #5793) - examples: Add useRemoteSource (Merlijn Vos / #5778) - @uppy/components: Use webcam fixes2 (Mikael Finstad / #5791) - meta: Remove remark (Merlijn Vos / #5790) - meta: Delete old, unused files (Merlijn Vos / #5788) - meta: Sort package.json (Murderlon) - examples: Headless Hooks: Add useScreenCapture (Prakash / #5784) - @uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780) - e2e: Skip for now then (Murderlon) - e2e: fixup! Fix CI for now (Murderlon) - e2e: Fix CI for now (Murderlon) - examples: Add useWebcam (Merlijn Vos / #5741) - @uppy/react,@uppy/svelte,@uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735) - meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772) - @uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@uppy/components",
|
|
"description": "Headless Uppy components, made in Preact",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"headless",
|
|
"components",
|
|
"preact"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"scripts": {
|
|
"build:tailwind": "tailwindcss -i ./src/input.css -o ./dist/styles.css"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.0.6",
|
|
"@webcam/core": "^1.0.1",
|
|
"clsx": "^2.1.1",
|
|
"dequal": "^2.0.3",
|
|
"preact": "^10.5.13",
|
|
"pretty-bytes": "^6.1.1",
|
|
"tailwindcss": "^4.0.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/audio": "workspace:^",
|
|
"@uppy/core": "workspace:^",
|
|
"@uppy/image-editor": "workspace:^",
|
|
"@uppy/remote-sources": "workspace:^",
|
|
"@uppy/screen-capture": "workspace:^",
|
|
"@uppy/webcam": "workspace:^"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@uppy/audio": {
|
|
"optional": true
|
|
},
|
|
"@uppy/google-drive-picker": {
|
|
"optional": true
|
|
},
|
|
"@uppy/image-editor": {
|
|
"optional": true
|
|
},
|
|
"@uppy/remote-sources": {
|
|
"optional": true
|
|
},
|
|
"@uppy/screen-capture": {
|
|
"optional": true
|
|
},
|
|
"@uppy/webcam": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|