mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
* Force Uppy initialization with new keyword, remove run() * update some types * update docs and examples * Update packages/@uppy/core/src/index.js Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> * Update packages/@uppy/core/types/index.d.ts Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> * add new in tests * Move all types to ESM syntax and fix all issues * Add back e2e build script and revert uppy docs commit Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Murderlon <merlijn@soverin.net>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@uppy/react",
|
|
"description": "React component wrappers around Uppy's official UI plugins.",
|
|
"version": "1.12.0",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"react",
|
|
"react-components"
|
|
],
|
|
"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/dashboard": "file:../dashboard",
|
|
"@uppy/drag-drop": "file:../drag-drop",
|
|
"@uppy/file-input": "file:../file-input",
|
|
"@uppy/progress-bar": "file:../progress-bar",
|
|
"@uppy/status-bar": "file:../status-bar",
|
|
"@uppy/utils": "file:../utils",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.13",
|
|
"enzyme": "3.11.0",
|
|
"enzyme-adapter-react-16": "1.15.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^1.0.0",
|
|
"react": "^16.0.0 || ^17.0.0"
|
|
}
|
|
}
|