-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.83 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
53
54
55
56
57
58
59
60
{
"name": "News",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"6": "0.0.1",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"apollo-boost": "^0.3.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"core-js": "^2.6.4",
"fs": "0.0.1-security",
"graphql": "^14.1.1",
"isomorphic-fetch": "^2.2.1",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-utils": "^5.1.0",
"newsapi": "^2.4.0",
"node": "^11.9.0",
"querystring": "^0.2.0",
"react": "16.6.3",
"react-apollo": "^2.5.2",
"react-native": "0.58.4",
"react-native-animatable": "^1.3.1",
"react-native-auto-height-image": "^1.0.5",
"react-native-autocomplete-input": "^3.6.0",
"react-native-easy-grid": "^0.2.0",
"react-native-elements": "^1.0.0",
"react-native-firebase": "^5.2.3",
"react-native-gesture-handler": "^1.0.15",
"react-native-multi-switch": "^1.2.0",
"react-native-picker-select": "^6.0.0",
"react-native-rename": "^2.4.1",
"react-native-responsive-image": "^2.3.1",
"react-native-responsive-screen": "^1.2.0",
"react-native-size-matters": "^0.1.6",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.2.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"babel-preset-react-native": "^4.0.1",
"eslint-config-rallycoding": "^3.2.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}