package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "atlas",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "start": "react-native start",
  9. "test": "jest",
  10. "lint": "eslint ."
  11. },
  12. "dependencies": {
  13. "@react-native-community/masked-view": "^0.1.10",
  14. "@react-native-community/voice": "^1.1.9",
  15. "@react-native-mapbox-gl/maps": "^8.2.0-beta1",
  16. "@react-native-picker/picker": "^1.16.1",
  17. "@react-navigation/bottom-tabs": "^5.11.11",
  18. "@react-navigation/material-bottom-tabs": "^5.3.15",
  19. "@react-navigation/native": "^5.9.4",
  20. "@react-navigation/stack": "^5.14.4",
  21. "@react-navigation/tabs": "^0.0.0-alpha.12",
  22. "@turf/turf": "^6.3.0",
  23. "axios": "^0.21.1",
  24. "date-fns": "^2.22.1",
  25. "react": "17.0.1",
  26. "react-hook-form": "^7.6.3",
  27. "react-hook-form-input": "^1.1.10",
  28. "react-native": "0.64.0",
  29. "react-native-app-auth": "^6.3.0",
  30. "react-native-gesture-handler": "^1.10.3",
  31. "react-native-get-random-values": "^1.7.0",
  32. "react-native-image-picker": "^3.8.1",
  33. "react-native-location": "^2.5.0",
  34. "react-native-material-menu": "^1.2.0",
  35. "react-native-modal-dropdown": "^1.0.0",
  36. "react-native-modal-selector": "^2.0.3",
  37. "react-native-modalbox": "^2.0.2",
  38. "react-native-paper": "^4.8.1",
  39. "react-native-picker-select": "^8.0.4",
  40. "react-native-reanimated": "^2.1.0",
  41. "react-native-rename": "^2.9.0",
  42. "react-native-safe-area-context": "^3.2.0",
  43. "react-native-screens": "^3.1.1",
  44. "react-native-vector-icons": "^8.1.0",
  45. "topojson-client": "^3.1.0",
  46. "topojson-server": "^3.0.1",
  47. "topojson-simplify": "^3.0.3",
  48. "uuid": "^8.3.2"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "^7.13.15",
  52. "@babel/runtime": "^7.13.10",
  53. "@react-native-community/eslint-config": "^2.0.0",
  54. "babel-jest": "^26.6.3",
  55. "eslint": "^7.24.0",
  56. "jest": "^26.6.3",
  57. "metro-react-native-babel-preset": "^0.65.2",
  58. "react-test-renderer": "17.0.1"
  59. },
  60. "jest": {
  61. "preset": "react-native"
  62. }
  63. }