-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.75 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "co.jobcore.talent",
"version": "1.0.6",
"private": true,
"scripts": {
"start": "react-native start",
"android": "npx jetify && npx react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"postinstall": "cross-os fix-maps & npx jetify"
},
"cross-os": {
"fix-maps": {
"darwin": "sed -i '' '/Google.*\\.[h|m]/d' node_modules/react-native-maps/lib/ios/AirMaps.xcodeproj/project.pbxproj"
}
},
"dependencies": {
"@cobuildlab/react-flux-state": "^2.1.2",
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/datetimepicker": "^2.2.2",
"@react-native-community/netinfo": "^3.2.1",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"buffer": "^6.0.3",
"cross-os": "^1.3.0",
"flux": "^3.1.3",
"i18next": "^11.7.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"native-base": "^2.13.8",
"pure-logger": "0.0.1",
"react": "^16.8.6",
"react-i18next": "^7.12.0",
"react-native": "^0.59.10",
"react-native-confirmation-code-field": "^6.5.1",
"react-native-device-info": "^5.4.0",
"react-native-easy-grid": "^0.2.1",
"react-native-firebase": "^5.5.4",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-i18n": "^2.0.15",
"react-native-image-picker": "^0.28.1",
"react-native-maps": "^0.24.2",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-offline": "^3.14.1",
"react-native-plaid-link": "^1.4.4",
"react-native-progress": "^3.6.0",
"react-native-signature-capture": "^0.4.11",
"react-native-stars": "^1.1.6",
"react-native-touch-id": "^4.4.1",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^7.5.2",
"react-navigation": "2.18.2",
"rxjs": "^5.5.10",
"snake-case": "^2.1.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/runtime": "7.4.5",
"@react-native-community/async-storage": "^1.6.3",
"@types/react": "^16.8.19",
"babel-eslint": "^10.0.1",
"babel-jest": "24.8.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.7.0",
"husky": "^1.2.1",
"jest": "24.8.0",
"jetifier": "^1.6.8",
"lint-staged": "^8.1.0",
"metro-react-native-babel-preset": "0.54.1",
"prettier": "^1.15.3",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.8.3",
"styled-components": "^4.2.1"
},
"jest": {
"preset": "react-native"
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"eslintConfig": {
"extends": "react-app"
}
}