forked from odota/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 910 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
{
"name": "dotaKeep",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"clear": "npm cache clean && watchman watch-del-all && rm -rf $TMPDIR/react-*"
},
"dependencies": {
"lodash": "^4.15.0",
"moment": "^2.15.0",
"react": "^15.3.1",
"react-native": "^0.42.3",
"react-native-drawer": "^2.3.0",
"react-native-material-design": "^0.3.7",
"react-native-navbar": "^1.5.1",
"react-native-root-toast": "^1.0.3",
"react-native-router-flux": "^3.35.0",
"react-native-scrollable-tab-view": "^0.7.3",
"react-native-sglistview": "^0.3.2",
"react-native-slider": "^0.9.1",
"react-native-spinkit": "^1.0.2",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"redux-logger": "^3.0.0",
"request": "^2.72.0"
}
}