-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"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/react-native-action-sheet": "^3.3.1",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-blur": "~7.0.0",
"expo-camera": "~7.0.0",
"expo-constants": "~7.0.0",
"expo-file-system": "~7.0.0",
"expo-font": "~7.0.0",
"expo-image-picker": "~7.0.0",
"expo-permissions": "~7.0.0",
"expo-web-browser": "~7.0.0",
"lodash": "^4.17.11",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-animatable": "^1.3.2",
"react-native-appearance": "~0.1.0",
"react-native-datepicker": "^1.7.2",
"react-native-flash-message": "^0.1.11",
"react-native-gesture-handler": "~1.3.0",
"react-native-picker-select": "^6.3.3",
"react-native-simple-radio-button": "^2.7.3",
"react-native-slider": "^0.11.0",
"react-native-svg": "~9.9.2",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.0.9",
"react-redux": "6.0.0",
"redux": "^4.0.1",
"redux-form": "^8.2.0",
"redux-persist": "5.6.12",
"redux-thunk": "^2.3.0",
"sentry-expo": "^2.0.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^32.0.0",
"react-native-svg-transformer": "^0.13.0"
},
"private": true
}