mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
29 lines
662 B
JSON
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"
|
|
}
|
|
}
|