-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
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
{
"name": "githubclient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint src"
},
"dependencies": {
"base-64": "^0.1.0",
"livr": "^2.0.2",
"moment": "^2.21.0",
"prop-types": "^15.6.1",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.0",
"react-native-device-info": "^0.17.3",
"react-native-webview-crosswalk": "https://github.com/wack17s/react-native-webview-crosswalk.git",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.5.0",
"eslint-config-webbylab": "^4.0.0",
"eslint-plugin-fetch": "^0.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-more": "^0.3.1",
"eslint-plugin-no-require-lodash": "^1.1.0",
"eslint-plugin-prefer-spread": "^1.0.3",
"eslint-plugin-react": "^7.3.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}