-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
32 lines (32 loc) · 899 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": "MdccClient",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^15.3.2",
"react-native": "^0.37.0",
"react-native-code-push": "^1.14.6-beta",
"react-native-navigationbar": "^0.4.5",
"react-native-tab-navigator": "^0.3.2",
"react-redux": "^4.2.0",
"redux": "^3.4.0",
"redux-persist": "^3.2.2",
"redux-thunk": "^2.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-config-standard-react": "^1.2.1",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-react": "^3.15.0",
"eslint-plugin-react-native": "^0.5.0",
"eslint-plugin-standard": "^1.3.1",
"ghooks": "^1.0.3",
"node-fetch": "^1.5.2"
}
}