12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "atlas",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "start": "react-native start",
- "test": "jest",
- "lint": "eslint ."
- },
- "dependencies": {
- "@mapbox/polyline": "^1.1.1",
- "@react-native-community/voice": "^1.1.9",
- "@react-native-mapbox-gl/maps": "^8.2.0-beta1",
- "@react-native-picker/picker": "^1.16.1",
- "@react-navigation/bottom-tabs": "^5.11.11",
- "@react-navigation/material-bottom-tabs": "^5.3.15",
- "@react-navigation/native": "^5.9.4",
- "@react-navigation/stack": "^5.14.4",
- "@react-navigation/tabs": "^0.0.0-alpha.12",
- "@turf/turf": "^6.3.0",
- "axios": "^0.21.1",
- "date-fns": "^2.22.1",
- "expo-auth-session": "^3.2.3",
- "expo-constants": "^10.1.3",
- "expo-linking": "^2.2.3",
- "expo-random": "^11.1.2",
- "expo-secure-store": "^10.2.0",
- "expo-web-browser": "^9.1.0",
- "jwt-decode": "^3.1.2",
- "react": "17.0.1",
- "react-hook-form": "^7.6.3",
- "react-hook-form-input": "^1.1.10",
- "react-native": "0.64.0",
- "react-native-dotenv": "^2.6.2",
- "react-native-dropdown-picker": "^5.1.21",
- "react-native-gesture-handler": "^1.10.3",
- "react-native-get-random-values": "^1.7.0",
- "react-native-image-picker": "^3.8.1",
- "react-native-location": "^2.5.0",
- "react-native-material-menu": "^1.2.0",
- "react-native-modal": "^12.0.2",
- "react-native-modal-dropdown": "^1.0.0",
- "react-native-modal-selector": "^2.0.3",
- "react-native-modalbox": "^2.0.2",
- "react-native-paper": "^4.8.1",
- "react-native-picker-select": "^8.0.4",
- "react-native-reanimated": "^2.1.0",
- "react-native-rename": "^2.9.0",
- "react-native-safe-area-context": "^3.2.0",
- "react-native-screens": "^3.1.1",
- "react-native-unimodules": "^0.13.3",
- "react-native-vector-icons": "^8.1.0",
- "rn-sliding-up-panel": "^2.4.5",
- "topojson-client": "^3.1.0",
- "topojson-server": "^3.0.1",
- "topojson-simplify": "^3.0.3",
- "uuid": "^8.3.2"
- },
- "devDependencies": {
- "@babel/core": "^7.13.15",
- "@babel/runtime": "^7.13.10",
- "@react-native-community/eslint-config": "^2.0.0",
- "@types/jest": "^26.0.23",
- "@types/react": "^17.0.11",
- "@types/react-native": "^0.64.10",
- "@types/react-test-renderer": "^17.0.1",
- "babel-jest": "^26.6.3",
- "eslint": "^7.24.0",
- "jest": "^26.6.3",
- "metro-react-native-babel-preset": "^0.65.2",
- "react-test-renderer": "17.0.1",
- "typescript": "^4.3.4"
- },
- "jest": {
- "preset": "react-native"
- }
- }
|