package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "@mapbox/polyline": "^1.1.1",
  14. "@react-native-community/masked-view": "^0.1.10",
  15. "@react-native-community/voice": "^1.1.9",
  16. "@react-native-mapbox-gl/maps": "^8.2.0-beta1",
  17. "@react-native-picker/picker": "^1.16.1",
  18. "@react-navigation/bottom-tabs": "^5.11.11",
  19. "@react-navigation/material-bottom-tabs": "^5.3.15",
  20. "@react-navigation/native": "^5.9.4",
  21. "@react-navigation/stack": "^5.14.4",
  22. "@react-navigation/tabs": "^0.0.0-alpha.12",
  23. "@turf/turf": "^6.3.0",
  24. "axios": "^0.21.1",
  25. "date-fns": "^2.22.1",
  26. "react": "17.0.1",
  27. "react-hook-form": "^7.6.3",
  28. "react-hook-form-input": "^1.1.10",
  29. "react-native": "0.64.0",
  30. "react-native-app-auth": "^6.3.0",
  31. "react-native-dropdown-picker": "^5.1.21",
  32. "react-native-gesture-handler": "^1.10.3",
  33. "react-native-get-random-values": "^1.7.0",
  34. "react-native-image-picker": "^3.8.1",
  35. "react-native-location": "^2.5.0",
  36. "react-native-material-menu": "^1.2.0",
  37. "react-native-modal": "^12.0.2",
  38. "react-native-modal-dropdown": "^1.0.0",
  39. "react-native-modal-selector": "^2.0.3",
  40. "react-native-modalbox": "^2.0.2",
  41. "react-native-paper": "^4.8.1",
  42. "react-native-picker-select": "^8.0.4",
  43. "react-native-reanimated": "^2.1.0",
  44. "react-native-rename": "^2.9.0",
  45. "react-native-safe-area-context": "^3.2.0",
  46. "react-native-screens": "^3.1.1",
  47. "react-native-vector-icons": "^8.1.0",
  48. "rn-sliding-up-panel": "^2.4.5",
  49. "topojson-client": "^3.1.0",
  50. "topojson-server": "^3.0.1",
  51. "topojson-simplify": "^3.0.3",
  52. "uuid": "^8.3.2"
  53. },
  54. "devDependencies": {
  55. "@babel/core": "^7.13.15",
  56. "@babel/runtime": "^7.13.10",
  57. "@react-native-community/eslint-config": "^2.0.0",
  58. "@types/jest": "^26.0.23",
  59. "@types/react": "^17.0.11",
  60. "@types/react-native": "^0.64.10",
  61. "@types/react-test-renderer": "^17.0.1",
  62. "babel-jest": "^26.6.3",
  63. "eslint": "^7.24.0",
  64. "jest": "^26.6.3",
  65. "metro-react-native-babel-preset": "^0.65.2",
  66. "react-test-renderer": "17.0.1",
  67. "typescript": "^4.3.4"
  68. },
  69. "jest": {
  70. "preset": "react-native"
  71. }
  72. }