uppy/packages/@uppy/provider-views/package.json
Artur Paikin 4b782ffbbb Release
2021-06-30 23:07:21 +01:00

29 lines
662 B
JSON

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "1.12.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@uppy/utils": "file:../utils",
"classnames": "^2.2.6",
"preact": "8.2.9"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}