-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
135 lines (135 loc) · 4.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "treemapper",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prepare": "husky",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package"
},
"dependencies": {
"@bugsnag/expo": "^51.0.0",
"@expo/metro-runtime": "~3.2.1",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.3",
"@maplibre/maplibre-react-native": "10.0.0-alpha.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "^6.5.17",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.4.0",
"@realm/react": "^0.8.0",
"@reduxjs/toolkit": "^2.2.1",
"@shopify/flash-list": "1.6.4",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/destination": "^7.0.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/turf": "^7.0.0",
"d3-shape": "^3.2.0",
"expo": "~51.0.21",
"expo-application": "~5.9.1",
"expo-camera": "~15.0.14",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.9",
"expo-haptics": "~13.0.1",
"expo-image": "~1.12.13",
"expo-image-manipulator": "~12.0.5",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-location": "^17.0.1",
"expo-router": "~3.5.16",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-web-browser": "~13.0.3",
"i18next": "^23.10.1",
"moment": "^2.30.1",
"moti": "^0.28.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^15.0.1",
"react-native": "0.74.3",
"react-native-auth0": "^3.2.1",
"react-native-avoid-softinput": "^5.0.0",
"react-native-bouncy-checkbox": "^4.0.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.10.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-input-outline": "^1.5.2",
"react-native-material-menu": "^2.0.0",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.3.0",
"react-native-popover-view": "^5.1.8",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-share": "^10.2.1",
"react-native-snackbar": "^2.6.2",
"react-native-svg": "15.2.0",
"react-native-swipeable-item": "^2.0.9",
"react-native-switch": "^1.5.1",
"react-native-tab-view": "^3.5.2",
"react-native-toast-notifications": "^3.4.0",
"react-native-version-check-expo": "^3.4.7",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"react-native-youtube-iframe": "^2.3.0",
"react-native-zip-archive": "^6.1.0",
"react-redux": "^9.1.0",
"realm": "^12.11.1",
"redux-persist": "^6.0.0",
"seedrandom": "^3.0.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"react-native-svg-transformer": "^1.3.0",
"typescript": "~5.3.3"
},
"lint-staged": {
"*{.js,.jsx,.ts,.tsx}": "yarn eslint --fix"
},
"resolutions": {
"@babel/core": "^7.20.2",
"babel-loader": "8.3.0"
},
"private": true
}