-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ReactNativeStarter",
"version": "2.7.0",
"private": true,
"devDependencies": {
"@babel/runtime": "7.1.5",
"@babel/plugin-external-helpers": "7.0.0",
"babel-eslint": "7.2.3",
"eslint": "4.4.1",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react-native": "3.0.1",
"husky": "0.14.3",
"jest": "23.3.0",
"metro-react-native-babel-preset": "^0.49.2",
"prettier": "1.5.3",
"react-test-renderer": "16.4.1",
"schedule": "0.4.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"axios": "0.18.0",
"color": "1.0.3",
"humps": "2.0.1",
"lodash": "4.17.10",
"moment": "2.22.2",
"native-base": "2.7.2",
"prop-types": "15.6.2",
"react": "16.5.0",
"react-native": "0.57.0",
"react-native-loading-spinner-overlay": "0.5.2",
"react-native-modalbox": "1.6.0",
"react-native-splash-screen": "3.1.1",
"react-navigation": "2.11.2",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-axios-middleware": "4.0.0",
"redux-devtools-extension": "2.13.5",
"redux-form": "7.4.2",
"redux-modal": "2.0.3",
"redux-persist": "5.10.0",
"redux-thunk": "2.3.0"
}
}