forked from UpstreamInno/guardian_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.38 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
{
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"expo": "expo start",
"start": "react-native start",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@expo/samples": "~36.0.0",
"@expo/vector-icons": "^10.1.0",
"@react-navigation/web": "^1.0.0-alpha.9",
"@twotalltotems/react-native-otp-input": "^1.3.5",
"bugsnag-react-native": "^2.23.7",
"crypto-js": "^4.0.0",
"expo": "~37.0.3",
"expo-constants": "^9.0.0",
"expo-linear-gradient": "^8.1.0",
"expo-localization": "^8.1.0",
"expo-location": "^8.1.0",
"expo-permissions": "^8.1.0",
"expo-secure-store": "^8.1.0",
"expo-task-manager": "^8.1.0",
"expo-updates": "~0.1.0",
"i18next": "^19.3.4",
"i18next-xhr-backend": "^3.2.2",
"moment": "^2.24.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-i18next": "^11.3.4",
"react-native": "~0.61.5",
"react-native-background-fetch": "^3.0.4",
"react-native-background-geolocation": "^3.6.2",
"react-native-background-task": "^0.2.1",
"react-native-crypto-js": "^1.0.0",
"react-native-dialog-input": "^1.0.7",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.11.7",
"react-navigation": "~4.0.10",
"react-navigation-stack": "~1.10.3",
"react-navigation-tabs": "~2.6.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@expo/webpack-config": "^0.11.19",
"babel-jest": "~24.9.0",
"babel-preset-expo": "~8.0.0",
"jest": "^25.2.4",
"jest-expo": "^36.0.1",
"metro-react-native-babel-preset": "~0.56.0",
"react-test-renderer": "~16.9.0",
"remote-redux-devtools": "^0.5.16"
},
"jest": {
"preset": "jest-expo",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@twotalltotems|@sentry/.*)"
]
},
"private": true
}