-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "golangnews",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@expo/vector-icons": "^8.0.0",
"babel-preset-expo": "^5.0.0",
"jest-expo": "^32.0.0",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/core": "^7.3.4",
"expo": "^34.0.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-gesture-handler": "~1.3.0",
"react-native-popup-menu": "^0.14.2",
"react-native-rss-parser": "^1.3.0",
"react-navigation": "^3.0.9"
}
}