-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 997 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
{
"name": "confer_cli",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "node node_modules/eslint/bin/eslint.js .",
"android": "cd android && ./gradlew installRelease",
"postinstall": "remotedev-debugger --hostname 0.0.0.0 --port 5678 --injectserver"
},
"dependencies": {
"react": "^15.1.0",
"react-native": "^0.28.0",
"react-native-keyboard-aware-scroll-view": "^0.1.2",
"react-native-keyboardevents": "^0.4.5",
"react-native-material-kit": "^0.3.2",
"react-native-router-flux": "^3.30.3",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"remote-redux-devtools": "^0.3.3"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^2.13.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^5.2.2",
"remote-redux-devtools-on-debugger": "^0.4.7"
}
}