package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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/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. "expo-auth-session": "^3.2.3",
  26. "expo-constants": "^10.1.3",
  27. "expo-linking": "^2.2.3",
  28. "expo-random": "^11.1.2",
  29. "expo-secure-store": "^10.2.0",
  30. "expo-web-browser": "^9.1.0",
  31. "jwt-decode": "^3.1.2",
  32. "react": "17.0.1",
  33. "react-hook-form": "^7.6.3",
  34. "react-hook-form-input": "^1.1.10",
  35. "react-native": "0.64.0",
  36. "react-native-dotenv": "^2.6.2",
  37. "react-native-dropdown-picker": "^5.1.21",
  38. "react-native-gesture-handler": "^1.10.3",
  39. "react-native-get-random-values": "^1.7.0",
  40. "react-native-image-picker": "^3.8.1",
  41. "react-native-location": "^2.5.0",
  42. "react-native-material-menu": "^1.2.0",
  43. "react-native-modal": "^12.0.2",
  44. "react-native-modal-dropdown": "^1.0.0",
  45. "react-native-modal-selector": "^2.0.3",
  46. "react-native-modalbox": "^2.0.2",
  47. "react-native-paper": "^4.8.1",
  48. "react-native-picker-select": "^8.0.4",
  49. "react-native-reanimated": "^2.1.0",
  50. "react-native-rename": "^2.9.0",
  51. "react-native-safe-area-context": "^3.2.0",
  52. "react-native-screens": "^3.1.1",
  53. "react-native-unimodules": "^0.13.3",
  54. "react-native-vector-icons": "^8.1.0",
  55. "rn-sliding-up-panel": "^2.4.5",
  56. "topojson-client": "^3.1.0",
  57. "topojson-server": "^3.0.1",
  58. "topojson-simplify": "^3.0.3",
  59. "uuid": "^8.3.2"
  60. },
  61. "devDependencies": {
  62. "@babel/core": "^7.13.15",
  63. "@babel/runtime": "^7.13.10",
  64. "@react-native-community/eslint-config": "^2.0.0",
  65. "@types/jest": "^26.0.23",
  66. "@types/react": "^17.0.11",
  67. "@types/react-native": "^0.64.10",
  68. "@types/react-test-renderer": "^17.0.1",
  69. "babel-jest": "^26.6.3",
  70. "eslint": "^7.24.0",
  71. "jest": "^26.6.3",
  72. "metro-react-native-babel-preset": "^0.65.2",
  73. "react-test-renderer": "17.0.1",
  74. "typescript": "^4.3.4"
  75. },
  76. "jest": {
  77. "preset": "react-native"
  78. }
  79. }