-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.1 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
{
"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": {
"expo": "^34.0.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-dom": "^16.12.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-drop-down-item": "^1.0.5",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-modal": "^11.5.3",
"react-native-reanimated": "^1.9.0",
"react-native-remote-svg": "^2.0.6",
"react-native-screens": "^2.8.0",
"react-native-simple-modal": "^9.0.1",
"react-native-simple-toast": "^0.1.1",
"react-native-svg": "~9.5.1",
"react-native-web": "^0.11.4",
"react-native-webview": "~5.12.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"react-native-svg-transformer": "^0.13.0"
},
"private": true
}