-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 2.06 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
{
"name": "AccessMap",
"version": "2.2.2",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-keycloak/native": "^0.5.7",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^7.1.9",
"@react-native-mapbox-gl/maps": "^8.5.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"chroma-js": "^2.3.0",
"i18next": "^21.6.10",
"posthog-react-native": "^1.1.3",
"react": "^17.0.2",
"react-i18next": "^11.15.3",
"react-native": "^0.67.1",
"react-native-app-auth": "^6.4.0",
"react-native-collapsible": "^1.6.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^2.2.0",
"react-native-inappbrowser-reborn": "^3.6.3",
"react-native-paper": "^4.11.2",
"react-native-permissions": "^3.2.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-vector-icons": "^9.0.0",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.6",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.0",
"symbol-observable": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.15",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.2.4",
"eslint": "7.32.0",
"jest": "^27.2.4",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.5.5"
},
"jest": {
"preset": "react-native"
}
}