This repository was archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.73 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
{
"name": "mttrs",
"version": "0.1.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rm -f node_modules/intl/.babelrc"
},
"dependencies": {
"apollo-client": "^1.9.0",
"babel-cli": "^6.24.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"graphql-tag": "^2.4.2",
"hex-rgb": "^1.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.2",
"moment": "^2.18.0",
"moment-timezone": "^0.5.13",
"query-string": "^5.0.0",
"react": "16.0.0-alpha.12",
"react-apollo": "^1.4.8",
"react-intl": "^2.3.0",
"react-native": "0.46.4",
"react-native-admob": "git://github.com/alexandrebini/react-native-admob#features/native-express-ad",
"react-native-device-info": "^0.10.2",
"react-native-fabric": "0.4.1",
"react-native-google-analytics-bridge": "^5.2.1",
"react-native-linear-gradient": "^2.1.0",
"react-native-onesignal": "^3.0.4",
"react-native-orientation": "^2.1.0",
"react-native-sentry": "^0.14.15",
"react-native-share": "^1.0.20",
"react-native-splash-screen": "^2.1.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.2",
"redux": "^3.7.2",
"redux-thunk": "^2.1.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.0.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1"
},
"standard": {
"globals": [
"__DEV__"
]
}
}