package.json 723 B

123456789101112131415161718192021222324
  1. {
  2. "name": "empty-project-template",
  3. "private": true,
  4. "scripts": {
  5. "start": "react-native start",
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios"
  8. },
  9. "dependencies": {
  10. "@uppy/core": "^0.28.0",
  11. "@uppy/tus": "^0.28.0",
  12. "@uppy/xhr-upload": "^0.28.0",
  13. "base-64": "^0.1.0",
  14. "react": "16.5.0",
  15. "react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
  16. "react-native-fs": "https://github.com/expo/exponent-react-native-fs",
  17. "react-native-image-picker": "^0.27.1",
  18. "react-native-tus-client": "^1.0.2",
  19. "tus-js-client": "https://github.com/tus/tus-js-client"
  20. },
  21. "devDependencies": {
  22. "babel-preset-expo": "^5.0.0"
  23. }
  24. }