123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@uppy/react-native",
- "description": "React Native Uppy UI components",
- "version": "0.6.1",
- "main": "file-picker/index.js",
- "license": "MIT",
- "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"
- },
- "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": "*"
- },
- "peerDependencies": {
- "expo": ">=33.0.0",
- "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
- "react-native": "*"
- }
- }
|