-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.36 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"test:watch": "yarn test --watch",
"test:ci": "yarn test --coverage"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.2",
"@react-navigation/native": "~5.8.10",
"@react-navigation/stack": "~5.12.8",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/react-redux": "^7.1.11",
"@types/redux-logger": "^3.0.8",
"@types/standard-http-error": "^2.0.0",
"event-emitter": "^0.3.5",
"expo": "~41.0.0",
"expo-apple-authentication": "3.1.0",
"expo-asset": "~8.3.1",
"expo-barcode-scanner": "~10.1.2",
"expo-constants": "~10.1.3",
"expo-facebook": "~11.0.5",
"expo-font": "~9.1.0",
"expo-linking": "~2.2.3",
"expo-localization": "~10.1.0",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"expo-web-browser": "~9.1.0",
"i18n-js": "^3.8.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "^2.1.0",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.7",
"standard-http-error": "^2.0.1",
"ts-node": "^10.4.0",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/i18n-js": "^3.8.2",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/expo": "^33.0.1",
"@types/faker": "^5.1.5",
"@types/jest": "^26.0.20",
"@types/react-test-renderer": "16.9.4",
"faker": "^5.1.0",
"jest": "^26.6.3",
"jest-coverage-badges": "1.1.2",
"jest-expo": "40.0.1",
"react-test-renderer": "16.13.1",
"ts-jest": "^26.4.4",
"typescript": "~4.0.0"
},
"private": true
}