-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
160 lines (160 loc) · 5.47 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "Observe",
"version": "1.0.0",
"private": true,
"scripts": {
"build-docs": "documentation build App.js -f md -o docs/API.md",
"lint": "devseed-standard",
"lintfix": "devseed-standard --fix",
"start": "react-native start",
"android": "react-native run-android && react-native log-android",
"ios": "react-native run-ios",
"test": "jest && devseed-standard",
"build-presets": "yarn install --production=false && node build-presets.js && node field-options.js",
"build-styles": "export $(cat .env | grep '^[^#;]' | xargs) && envsubst '${OSM_TILE_URL}' < app/assets/osm.json.template > app/assets/osm.json && envsubst '${SATELLITE_TILE_URL} ${SATELLITE_TILE_SIZE}' < app/assets/satellite.json.template > app/assets/satellite.json",
"version": "./version.sh",
"build-version": "./build-version.sh"
},
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.0",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/cli": "^2.9.0",
"@react-native-community/netinfo": "^4.3.1",
"@react-native-mapbox-gl/maps": "^7.0.8",
"@turf/area": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-equal": "^6.0.1",
"@turf/boolean-intersects": "^6.0.2",
"@turf/buffer": "^5.1.5",
"@turf/centroid": "^6.0.2",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/length": "^6.0.2",
"@turf/nearest-point-on-line": "^6.0.2",
"@turf/point-to-line-distance": "^6.0.0",
"@turf/polygon-to-line": "^6.0.3",
"delay": "^4.1.0",
"expo-camera": "^7.0.0",
"expo-image-manipulator": "^7.0.0",
"expo-location": "^7.0.0",
"expo-permissions": "^7.0.0",
"fromentries": "^1.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.difference": "^4.5.0",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.negate": "^3.0.2",
"lodash.omit": "^4.5.0",
"lodash.omitby": "^4.6.0",
"lodash.partition": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lru-cache": "^4.1.5",
"moment": "^2.24.0",
"node-forge": "^0.8.1",
"oauth-1.0a": "^2.2.5",
"object-sizeof": "^1.3.0",
"observe-icon-font": "https://github.com/developmentseed/observe-icon-font.git#71dbdb137d51d1a668d06928422c1825f672c243",
"osmtogeojson": "https://github.com/geohacker/osmtogeojson.git#f83ed303f8329002c2382acda5c07553cd451116",
"p-event": "^3.0.0",
"p-queue": "^4.0.0",
"p-retry": "^4.0.0",
"p-timeout": "^3.0.0",
"pretty-bytes": "^5.1.0",
"qs": "^6.9.0",
"react": "16.9.0",
"react-native": "0.61.1",
"react-native-config": "^0.11.7",
"react-native-cookies": "developmentseed/react-native-cookies#f394a7a",
"react-native-datepicker": "^1.7.2",
"react-native-dialog": "^5.6.0",
"react-native-geolocation-service": "^3.1.0",
"react-native-gesture-handler": "^1.5.0",
"react-native-global-props": "^1.1.5",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-keychain": "^4.0.1",
"react-native-offline": "^5.1.0",
"react-native-picker-select": "^6.1.0",
"react-native-search-box": "developmentseed/react-native-search-box",
"react-native-unimodules": "^0.7.0-rc.1",
"react-native-vector-icons": "^6.6.0",
"react-native-xml2js": "^1.0.3",
"react-navigation": "^4.0.10",
"react-navigation-backhandler": "^1.2.0",
"react-navigation-drawer": "^1.4.0",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.1.1",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-persist-filesystem-storage": "^1.3.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rn-bottom-drawer": "developmentseed/rn-bottom-drawer",
"rn-fetch-blob": "^0.11.2",
"serialize-error": "^4.0.0",
"styled-components": "^4.1.3",
"url": "^0.11.0",
"util": "^0.11.1",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@welldone-software/why-did-you-render": "^4.0.3",
"babel-eslint": "^10.0.1",
"babel-jest": "24.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"collecticons-lib": "^2.2.0",
"colors": "^1.3.3",
"convert-svg-to-png": "^0.5.0",
"devseed-standard": "^1.1.0",
"documentation": "^9.1.1",
"esm": "^3.2.11",
"glob": "^7.1.3",
"jest": "^24.1.0",
"jest-date-mock": "^1.0.7",
"jest-fetch-mock": "^2.1.1",
"js-yaml": "^3.13.1",
"json-stringify-pretty-compact": "^2.0.0",
"jsonschema": "^1.2.4",
"lodash-es": "^4.17.11",
"metro-react-native-babel-preset": "0.51.1",
"name-suggestion-index": "^1.0.6",
"react-test-renderer": "16.8.1",
"redux-mock-store": "^1.5.3",
"request": "^2.88.0",
"shelljs": "^0.8.3"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "babel-jest"
},
"collectCoverageFrom": [
"app/**/*.js"
],
"setupFiles": [
"./__tests__/setup/mock.js",
"./__tests__/setup/mock-fetch.js",
"jest-date-mock"
],
"modulePathIgnorePatterns": [
"example",
"__tests__/setup",
"__tests__/test-utils"
],
"transformIgnorePatterns": [
"!node_modules"
]
}
}