mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
- added export maps to all the @uppy packages . - imports remain unaffected except for peerDep packages in `@uppy/react` `@uppy/svelte` and `@uppy/vue3`. - export maps added for index files , css , and package.json. - Added side effects for all the packages. --------- Co-authored-by: Mikael Finstad <finstaden@gmail.com> Co-authored-by: Merlijn Vos <merlijn@soverin.net>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@uppy/react-native",
|
|
"description": "React Native Uppy UI components",
|
|
"version": "0.6.1",
|
|
"main": "file-picker/index.js",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"react",
|
|
"react-components",
|
|
"react-native"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"exports": {
|
|
".": "./file-picker/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/instagram": "workspace:^",
|
|
"@uppy/url": "workspace:^",
|
|
"expo-document-picker": "^10.3.0",
|
|
"expo-image-picker": "^13.3.1",
|
|
"react-native-super-grid": "*"
|
|
},
|
|
"devDependencies": {
|
|
"expo": ">=33.0.0",
|
|
"react": "^18.0.0",
|
|
"react-native": "^0.64.0"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": ">=33.0.0",
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
"react-native": "*"
|
|
}
|
|
}
|