-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.21 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^12.0.0",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/masked-view": "0.1.10",
"@stomp/stompjs": "^5.4.2",
"@types/jest": "^25.2.3",
"@types/react-native-actionsheet": "^2.4.1",
"@types/react-native-snap-carousel": "^3.7.4",
"@types/react-native-tab-view": "^1.0.6",
"@types/react-navigation": "^3.4.0",
"@types/react-redux": "^7.0.9",
"@types/redux-actions": "^2.6.1",
"@types/redux-thunk": "^2.1.0",
"@types/reselect": "^2.2.0",
"@types/sockjs-client": "^1.1.1",
"expo": "^44.0.0",
"expo-ads-admob": "~12.0.0",
"expo-app-auth": "~11.1.0",
"expo-app-loading": "~1.3.0",
"expo-asset": "~8.4.5",
"expo-blur": "~11.0.0",
"expo-camera": "~12.1.0",
"expo-constants": "~13.0.0",
"expo-crypto": "~10.1.1",
"expo-device": "~4.1.0",
"expo-font": "~10.0.4",
"expo-google-sign-in": "~10.1.0",
"expo-image-picker": "~12.0.1",
"expo-notifications": "~0.14.0",
"expo-permissions": "~13.1.0",
"expo-react-native-fast-image": "^2.0.0",
"expo-updates": "~0.11.3",
"jest-expo": "^44.0.0",
"moment": "^2.24.0",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-actionsheet": "^2.4.2",
"react-native-check-box": "^2.1.7",
"react-native-circular-progress": "^1.3.6",
"react-native-country-picker-modal": "^0.8.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-gifted-chat": "^0.7.2",
"react-native-input-prompt": "^1.0.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-picker-select": "6.3.3",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.10.1",
"react-native-snap-carousel": "^3.8.0",
"react-native-svg": "12.1.1",
"react-native-tab-view": "2.14.0",
"react-native-webview": "11.15.0",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.4.0",
"react-navigation-tabs": "^2.11.1",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sentry-expo": "^4.0.0",
"sockjs-client": "^1.3.0",
"text-encoding": "^0.7.0",
"ts-jest": "^26.0.0"
},
"devDependencies": {
"@types/expo": "^32.0.0",
"@types/react": "~17.0.21",
"babel-preset-expo": "9.0.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"lodash": "^4.17.11",
"prettier": "^1.16.1",
"prop-types": "^15.6.2",
"react-native-animatable": "^1.3.1",
"react-native-collapsible": "^1.4.0",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "~4.3.5"
},
"private": true
}