-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"awesome-debounce-promise": "^2.1.0",
"crypto-js": "3.1.9-1",
"expo": "^33.0.0",
"expo-font": "^5.0.1",
"expo-linear-gradient": "^5.0.1",
"expo-web-browser": "^5.0.3",
"expokit": "^33.0.4",
"lodash": "^4.17.11",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-dynamic-vector-icons": "0.0.3",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-linear-gradient": "^2.5.4",
"react-native-unimodules": "^0.4.1",
"react-native-vector-icons": "^6.4.2",
"util": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"babel-preset-expo": "^5.0.0",
"eslint": "^5.16.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.6"
},
"private": true
}