-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.82 KB
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
{
"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"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.1",
"axios": "^0.18.0",
"chroma-js": "^1.3.7",
"expo": "^34.0.1",
"expo-asset": "~6.0.0",
"expo-av": "~6.0.0",
"expo-font": "~6.0.1",
"expo-image-picker": "~6.0.0",
"expo-linear-gradient": "~6.0.0",
"expo-localization": "~6.0.0",
"expo-permissions": "~6.0.0",
"expo-web-browser": "~6.0.0",
"expokit": "34.0.2",
"intl": "^1.2.5",
"lottie-react-native": "^2.5.11",
"prop-types": "^15.6.1",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-intl": "^2.4.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.1.tar.gz",
"react-native-animatable": "^1.2.4",
"react-native-device-detection": "^0.2.0",
"react-native-drawer": "^2.5.0",
"react-native-orientation": "^3.1.3",
"react-native-router-flux": "^3.43.0",
"react-native-side-menu": "^1.1.3",
"react-native-slider": "^0.11.0",
"react-native-sound": "^0.10.12",
"react-native-svg": "~9.5.1",
"react-native-svg-charts": "^5.3.0",
"react-native-swiper": "^1.5.13",
"react-native-unimodules": "0.5.2",
"react-native-user-inactivity": "^0.1.3-next",
"react-native-view-shot": "~2.6.0",
"react-native-view-transformer-next": "0.0.30",
"react-native-web": "^0.11.4",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"styled-components": "3.2.6",
"uuid": "^3.2.1"
},
"resolutions": {
"react-native-svg": "~9.9.4"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0"
},
"private": true
}