-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ReactNativeStarter",
"version": "2.7.0",
"private": true,
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-external-helpers": "7.0.0",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "7.2.3",
"babel-jest": "^24.9.0",
"eslint": "^6.5.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": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "1.5.3",
"react-test-renderer": "16.9.0",
"schedule": "0.4.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint ."
},
"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.13.8",
"prop-types": "15.6.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-gesture-handler": "^1.5.3",
"react-native-loading-spinner-overlay": "0.5.2",
"react-native-modalbox": "1.6.0",
"react-native-reanimated": "^1.7.0",
"react-navigation": "4.0.1",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.5.3",
"react-navigation-tabs": "^2.4.0",
"react-redux": "^7.1.3",
"react-timer-mixin": "^0.13.4",
"redux": "^4.0.5",
"redux-axios-middleware": "4.0.0",
"redux-devtools-extension": "2.13.5",
"redux-thunk": "2.3.0"
}
}