forked from odota/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.78 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
{
"name": "OpenDota",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"clear": "npm cache verify && watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
"lint": "eslint app/*",
"actions-lint": "eslint app/actions",
"themes-lint": "eslint app/themes",
"stores-lint": "eslint app/stores",
"reducers-lint": "eslint app/reducers",
"json-lint": "eslint app/json",
"components-lint": "eslint app/components",
"containers-lint": "eslint app/containers"
},
"dependencies": {
"appcenter": "^1.1.0",
"appcenter-analytics": "^1.1.0",
"appcenter-crashes": "^1.1.0",
"appcenter-push": "^1.1.0",
"dotaconstants": "5.24.0",
"heatmap.js": "2.0.5",
"lodash": "4.17.4",
"moment": "2.20.1",
"react": "^16.2.0",
"react-native": "^0.52.0",
"react-native-device-info": "^0.13.0",
"react-native-google-analytics-bridge": "5.4.1",
"react-native-keyboard-aware-scroll-view": "0.4.1",
"react-native-navbar": "2.1.0",
"react-native-pathjs-charts": "0.0.33",
"react-native-root-toast": "3.0.0",
"react-native-router-flux": "4.0.0-beta.27",
"react-native-scrollable-tab-view": "git+https://github.com/Proyoyo/react-native-scrollable-tab-view",
"react-native-simple-radio-button": "^2.7.1",
"react-native-slider": "0.11.0",
"react-native-svg": "^5.5.1",
"react-native-vector-icons": "4.5.0",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-thunk": "2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"redux-logger": "3.0.6",
"request": "2.83.0"
}
}