-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 942 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
33
34
35
{
"name": "watchd",
"version": "0.0.3",
"private": true,
"scripts": {
"start-ios": "node node_modules/react-native/local-cli/cli.js start --port 8082",
"start-android": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.4",
"react": "~15.4.0",
"react-native": "0.41.2",
"react-native-tab-navigator": "^0.3.3",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"reselect": "^2.5.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "19.0.0",
"babel-plugin-module-resolver": "^2.5.0",
"babel-preset-react-native": "1.9.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.16.0",
"eslint-plugin-react": "^6.10.0",
"jest": "19.0.0",
"react-test-renderer": "~15.4.0",
"release-it": "^2.6.0"
},
"jest": {
"preset": "react-native"
}
}