uppy/packages/@uppy/components/package.json
Merlijn Vos 7d807e6d5e
Add useWebcam (#5741)
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-06-12 11:03:57 +02:00

58 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": "tailwindcss -i ./src/input.css -o ./dist/styles.css"
},
"dependencies": {
"@tailwindcss/cli": "^4.0.6",
"@webcam/core": "^1.0.1",
"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
}
}
}