uppy/packages/@uppy/components/package.json
github-actions[bot] 04db4639d8
Release: uppy@4.17.0 (#5771)
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion      |   5.8.0 | @uppy/screen-capture |   4.3.0 |
| @uppy/components     |   0.1.0 | @uppy/svelte         |   4.4.0 |
| @uppy/core           |   4.4.6 | @uppy/utils          |   6.1.5 |
| @uppy/locales        |   4.5.3 | @uppy/vue            |   2.2.0 |
| @uppy/provider-views |   4.4.4 | @uppy/webcam         |   4.2.0 |
| @uppy/react          |   4.3.0 | uppy                 |  4.17.0 |

- @uppy/provider-views: fix: handle pagination for Google Photos picker (fixes #5765) (ben rosenbaum / #5768)
- @uppy/companion: add max filename length env var (Freeman / #5763)
- @uppy/core: fix missing required meta field error not updating (Prakash / #5766)
- @uppy/screen-capture: add screenshot button (Prakash / #5737)
- @uppy/locales: Update cs_CZ.ts (Martin Štorek / #5749)
- examples: Headless components (Merlijn Vos / #5727)
- @uppy/companion: fix cookie maxAge to milliseconds  (zolotarov@brights.io / #5746)
- meta: document how to fix a broken release (Mikael Finstad / #5755)
- @uppy/companion: improve Zoom folder structure (Merlijn Vos / #5739)
2025-06-02 09:39:53 +00:00

57 lines
1.3 KiB
JSON

{
"name": "@uppy/components",
"description": "Headless Uppy components, made in Preact",
"version": "0.1.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": "npx @tailwindcss/cli -i ./src/input.css -o ./dist/styles.css"
},
"dependencies": {
"@tailwindcss/cli": "^4.0.6",
"clsx": "^2.1.1",
"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/screen-capture": "workspace:^",
"@uppy/webcam": "workspace:^"
},
"peerDependenciesMeta": {
"@uppy/audio": {
"optional": true
},
"@uppy/google-drive-picker": {
"optional": true
},
"@uppy/image-editor": {
"optional": true
},
"@uppy/screen-capture": {
"optional": true
},
"@uppy/webcam": {
"optional": true
}
}
}