123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "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": {
- "@react-native-community/masked-view": "^0.1.10",
- "@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",
- "react": "17.0.1",
- "react-hook-form": "^7.6.3",
- "react-hook-form-input": "^1.1.10",
- "react-native": "0.64.0",
- "react-native-app-auth": "^6.3.0",
- "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-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-vector-icons": "^8.1.0",
- "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",
- "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"
- },
- "jest": {
- "preset": "react-native"
- }
- }
|