forked from Plant-for-the-Planet-org/treecounter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
199 lines (199 loc) · 7.92 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"name": "TreecounterApp",
"version": "1.3.7",
"build": "1",
"private": true,
"scripts": {
"analyze": "source-map-explorer ./web/server/bundle.*",
"start": "webpack-dev-server --hot --config ./web/webpack.config.js --progress",
"build": "webpack --config ./web/config/webpack.prod.config.js --progress --profile --bail ",
"build:server": "webpack --config ./web/config/webpack.server.config.js --progress --profile --bail",
"start-prod-server": "webpack --config ./web/config/webpack.server.config.js --progress --profile --bail && node_modules/.bin/live-server web/server",
"build:prod_server": "export $(grep -v '^#' .env.production | xargs -0) && webpack --config ./web/config/webpack.prod_server.config.js --env.bugsnagApiKey=$bugsnagApiKey --progress --profile --bail; rm web/server/*.map",
"precommit": "lint-staged",
"lint": "eslint app",
"lint:errors": "eslint app --quiet",
"lint:json": "eslint . --ext .json",
"test": "jest",
"shake": "adb shell input keyevent 82",
"clean": "./clean.sh",
"ios": "ENVFILE=.env.develop react-native run-ios --scheme 'TreecounterApp(.env.develop)'",
"android": "ENVFILE=.env.develop react-native run-android --variant 'developDebug'",
"metro": "react-native start --reset-cache",
"heroku-postbuild": "echo \"api_url=$api_url\nenv=$env\nscheme=$scheme\nmediaPath=$mediaPath\nhost=$host\nbase=$base\ncurrency=$currency\ngoogleMapApiKey=$googleMapApiKey\ndebug=$debug\nbugsnagApiKey=$bugsnagApiKey\nandroidAppId=$androidAppId\niosAppId=$iosAppId\nlocationApikKey=$locationApikKey\" >> .env.production && webpack --config ./web/config/webpack.server.config.js --progress --profile --bail",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"lint-staged": {
"*.js": [
"prettier --single-quote --write",
"git add"
]
},
"dependencies": {
"@bugsnag/js": "^7.3.0",
"@bugsnag/react-native": "^7.3.1",
"@esri/react-arcgis": "^5.0.0",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/datetimepicker": "^3.0.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^5.9.5",
"@react-native-community/picker": "^1.7.1",
"@react-native-community/viewpager": "^3.3.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"cookie-cutter": "^0.2.0",
"core-js": "^3.6.4",
"crypto-js": "^4.0.0",
"css-loader": "^3.4.2",
"date-fns": "^2.9.0",
"deprecated-react-native-listview": "0.0.6",
"dotenv-webpack": "^1.7.0",
"esri-loader": "2.13.0",
"formik": "^2.1.4",
"history": "^4.10.1",
"i18next": "^19.6.0",
"intl": "^1.2.5",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.16",
"normalizr": "^3.6.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-accessible-accordion": "2.4.5",
"react-async-script-loader": "^0.3.0",
"react-autosuggest": "^9.4.3",
"react-content-loader": "^5.1.1",
"react-datepicker": "^2.13.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.3",
"react-modal": "^3.11.2",
"react-native": "0.63.2",
"react-native-animatable": "^1.3.3",
"react-native-check-box": "^2.1.7",
"react-native-collapsible": "^1.5.1",
"react-native-config": "^1.3.3",
"react-native-device-info": "^5.5.4",
"react-native-document-picker": "^3.5.4",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-fs": "2.16.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-get-random-values": "^1.2.0",
"react-native-google-places-autocomplete": "^1.4.2",
"react-native-htmlview": "^0.15.0",
"react-native-i18n": "^2.0.15",
"react-native-image-carousel": "^0.4.6",
"react-native-image-crop-picker": "^0.35.0",
"react-native-image-picker": "git+https://github.com/norbertschuler/react-native-image-picker.git",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-linear-gradient": "react-native-community/react-native-linear-gradient",
"react-native-map-clustering": "^3.1.2",
"react-native-maps": "^0.26.1",
"react-native-material-dropdown": "git+https://github.com/norbertschuler/react-native-material-dropdown.git",
"react-native-material-textfield": "git+https://github.com/norbertschuler/react-native-material-textfield.git",
"react-native-modal-datetime-picker": "^8.9.3",
"react-native-modalbox": "git+https://github.com/norbertschuler/react-native-modalbox.git",
"react-native-pdf": "^6.0.1",
"react-native-permissions": "^2.2.0",
"react-native-popover-tooltip": "^1.1.4",
"react-native-ratings": "^6.5.0",
"react-native-raw-bottom-sheet": "^2.0.6",
"react-native-reanimated": "^1.7.0",
"react-native-root-toast": "^3.2.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.2.0",
"react-native-slick": "^1.0.2",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^11.0.1",
"react-native-svg-uri": "^1.2.3",
"react-native-switch": "^1.5.0",
"react-native-tab-view": "^2.13.0",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "^8.1.2",
"react-navigation": "^4.2.1",
"react-navigation-drawer": "^2.5.0",
"react-navigation-redux-helpers": "^4.0.1",
"react-navigation-stack": "^2.3.1",
"react-navigation-tabs": "^2.8.1",
"react-notifications": "^1.4.3",
"react-redux": "^7.2.0",
"react-reveal": "^1.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-share": "^4.0.1",
"react-slick": "^0.25.2",
"react-smartbanner": "^5.1.4",
"react-stripe-elements": "^6.1.0",
"react-tooltip": "^4.2.7",
"react-youtube": "^7.11.2",
"recaptcha-v3-react": "^3.0.3",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rn-fetch-blob": "^0.12.0",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"slick-carousel": "^1.8.1",
"snyk": "^1.401.0",
"source-map-explorer": "^2.3.1",
"tcomb-form": "^0.9.21",
"tcomb-form-native": "^0.6.20",
"tcomb-json-schema": "^0.3.2",
"uuid": "^7.0.1",
"yup": "^0.28.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"eslint": "^7.10.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-native": "^3.10.0",
"eslint-webpack-plugin": "^2.1.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.11",
"husky": "^4.2.3",
"image-webpack-loader": "^6.0.0",
"jest": "^25.1.0",
"license-checker": "^25.0.1",
"lint-staged": "^10.0.8",
"live-server": "^1.2.1",
"metro-react-native-babel-preset": "0.59.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"prettier": "1.19.1",
"prettier-eslint": "^9.0.1",
"react-native-global-props": "^1.1.5",
"react-test-renderer": "16.13.1",
"reactotron-react-js": "^3.3.7",
"reactotron-react-native": "^4.0.3",
"reactotron-redux": "^3.1.2",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-bugsnag-plugins": "^1.4.3",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"snyk": true
}