-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
129 lines (129 loc) · 3.52 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "carls",
"version": "1.0.1-pre",
"private": true,
"scripts": {
"start": "mise run start",
"test": "mist run test"
},
"babel": {
"presets": [
"react-native"
],
"env": {
"production": {
"plugins": [
"transform-remove-console"
]
}
}
},
"jest": {
"testRegex": "/__tests__/.*\\.(test|spec)\\.js$",
"collectCoverageFrom": [
"source/**/*.js",
"!**/node_modules/**"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|glamorous-native)"
],
"preset": "react-native"
},
"prettier": {
"useTabs": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"arrowParens": "avoid",
"semi": false
},
"dependencies": {
"@hawkrives/react-native-alphabetlistview": "1.0.0",
"@hawkrives/react-native-alternate-icons": "0.4.7",
"@hawkrives/react-native-sortable-list": "1.0.1",
"@mapbox/react-native-mapbox-gl": "6.1.1",
"@turf/boolean-point-in-polygon": "6.0.1",
"buffer": "5.1.0",
"bugsnag-react-native": "2.5.1",
"css-select": "2.0.0",
"delay": "2.0.0",
"events": "2.0.0",
"fuzzyfind": "2.0.0",
"get-urls": "7.2.0",
"glamorous-native": "1.4.0",
"hamming": "0.0.2",
"html-entities": "1.2.1",
"htmlparser2": "3.9.2",
"lodash": "4.17.19",
"moment": "2.22.1",
"moment-timezone": "0.5.16",
"p-props": "1.2.0",
"p-retry": "2.0.0",
"querystring": "0.2.0",
"react": "16.3.1",
"react-markdown": "2.5.1",
"react-native": "0.55.3",
"react-native-button": "2.3.0",
"react-native-calendar-events": "1.5.0",
"react-native-communications": "2.2.1",
"react-native-custom-tabs": "0.1.7",
"react-native-device-info": "0.21.5",
"react-native-interactable": "0.1.10",
"react-native-keychain": "2.0.0",
"react-native-linear-gradient": "2.4.0",
"react-native-network-info": "3.2.2",
"react-native-paper": "1.7.0",
"react-native-restart": "0.0.6",
"react-native-safari-view": "2.1.0",
"react-native-search-bar": "3.4.1",
"react-native-searchbar": "1.16.0",
"react-native-tableview-simple": "0.17.4",
"react-native-typography": "1.3.0",
"react-native-vector-icons": "4.6.0",
"react-navigation": "1.5.11",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-promise": "0.5.3",
"redux-thunk": "2.2.0",
"semver": "5.5.0",
"sto-sis-time-parser": "2.3.3",
"stream": "0.0.2",
"timers": "0.1.1",
"titlecase": "1.1.2",
"url": "0.11.0",
"wordwrap": "1.0.0"
},
"devDependencies": {
"ajv": "6.4.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.1",
"babel-plugin-transform-remove-console": "6.9.1",
"babel-preset-react-native": "4.0.0",
"bugsnag-sourcemaps": "1.0.3",
"danger": "3.6.0",
"danger-plugin-yarn": "1.3.0",
"directory-tree": "2.1.0",
"eslint": "4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-babel": "5.1.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-react-native": "3.2.0",
"flow-bin": "0.67.1",
"jest": "22.4.2",
"jest-junit": "3.7.0",
"js-yaml": "3.13.1",
"junk": "2.1.0",
"minimist": "1.2.3",
"pify": "3.0.0",
"prettier": "3.4.2",
"pretty-bytes": "4.0.2",
"prop-types": "15.6.1",
"react-test-renderer": "16.3.2",
"string-natural-compare": "2.0.2",
"strip-ansi": "4.0.0",
"xcode": "1.0.0"
}
}