-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
209 lines (209 loc) · 6.93 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
200
201
202
203
204
205
206
207
208
209
{
"name": "datatools-manager",
"version": "0.0.0-development",
"description": "Core application for the IBI Group transit data tools suite",
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/__tests__/test-utils/setup-test-framework.js"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ibi-group/datatools-ui.git"
},
"author": "Conveyal LLC, IBI Group",
"license": "MIT",
"scripts": {
"build": "mastarm build --env production",
"build-dev": "mastarm build --env dev",
"cover-client": "npm run test-client -- --coverage --coverage-paths \"lib/**/*.js\"",
"cover-flow": "flow-coverage-report -t html -t text -i 'lib/**/*.js' -o coverage-flow",
"cover-end-to-end": "cross-env COLLECT_COVERAGE=true npm run test-end-to-end",
"deploy": "mastarm deploy --minify --env production",
"flow": "mastarm flow",
"import-mobility-data": "wget https://github.com/MobilityData/gtfs-validator/releases/download/v4.2.0/gtfs-validator-4.2.0-cli.jar && java -jar gtfs-validator-4.2.0-cli.jar -n -o ./lib/manager/components/validation/ && rm ./lib/manager/components/validation/rules.json && mv ./lib/manager/components/validation/notice_schema.json ./lib/manager/components/validation/rules.json",
"lint": "mastarm lint __tests__ lib scripts --quiet",
"lint-messages": "node scripts/lint-messages.js",
"postinstall": "patch-package && husky install",
"predeploy": "yarn",
"prestart": "yarn",
"semantic-release": "semantic-release --prepare false --publish @semantic-release/github --verify-conditions @semantic-release/github",
"start": "mastarm build --env dev --serve --proxy http://localhost:4000/api",
"test": "npm run lint && npm run lint-messages && yarn run flow && npm run test-client",
"test-client": "TZ=America/Los_Angeles mastarm test -e test -c configurations/test --test-path-ignore-patterns \"__tests__/end-to-end __tests__/test-utils\"",
"test-end-to-end": "mastarm test --run-in-band --test-path-ignore-patterns \"lib __tests__/test-utils\" --test-environment ./__tests__/test-utils/e2e-environment.js --jest-cli-args=\"--json --outputFile e2e-test-results/results.json\""
},
"dependencies": {
"@auth0/auth0-react": "^1.10.2",
"@conveyal/lonlat": "^1.3.0",
"@conveyal/woonerf": "^4.2.1",
"@turf/along": "^5.1.5",
"@turf/area": "^6.0.1",
"@turf/distance": "^5.1.5",
"@turf/line-slice-along": "^4.6.0",
"@turf/nearest-point-on-line": "^5.1.5",
"bootstrap": "^3.4.1",
"bugsnag-js": "^4.7.2",
"bugsnag-react": "^1.1.1",
"common-tags": "^1.6.0",
"dom-helpers": "3.2.1",
"fast-csv": "^4.3.6",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"gravatar": "^1.5.2",
"humanize-duration": "^3.18.0",
"immutable": "^3.8.1",
"iso-639-1": "^1.2.4",
"isomorphic-fetch": "^2.2.1",
"jest-transform-stub": "^2.0.0",
"jju": "https://github.com/evansiroky/jju.git",
"jszip": "^3.7.0",
"jwt-decode": "^2.1.0",
"leaflet": "^1.7.1",
"leaflet-textpath": "^1.2.3",
"lodash": "^4.17.10",
"markdown-to-jsx": "^7.1.9",
"moment": "^2.29.4",
"numeral": "2.0.4",
"object-path": "^0.11.5",
"polyline": "^0.2.0",
"qs": "^6.2.1",
"randomcolor": "^0.5.3",
"rbush": "^2.0.1",
"rc-slider": "9.7.5",
"react": "^17.0.2",
"react-addons-shallow-compare": "^15.4.1",
"react-addons-update": "^15.6.3",
"react-bootstrap": "0.32.3",
"react-bootstrap-datetimepicker": "ibi-group/react-bootstrap-datetimepicker#bb3054c6dcccbb6b7009d9cc4a2f3b80d4830c99",
"react-bootstrap-table": "^4.3.1",
"react-color": "^2.3.4",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^17.0.2",
"react-dropdown-tree-select": "^2.5.1",
"react-dropzone": "^3.5.3",
"react-flip-move": "^3.0.4",
"react-ga": "^2.3.5",
"react-leaflet": "^2.8.0",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.3",
"react-router": "^3.2.6",
"react-router-bootstrap": "^0.23.3",
"react-router-dom": "^6.1.1",
"react-router-redux": "^4.0.8",
"react-select": "1.x",
"react-toastify": "^5.1.0",
"react-toggle": "^4.1.2",
"react-transition-group": "^2.9.0",
"react-virtualized": "^9.2.2",
"react-virtualized-select": "^3.1.3",
"reduce-reducers": "^0.1.2",
"redux": "^3.3.1",
"redux-actions": "^2.2.1",
"redux-merge-reducers": "^0.0.2",
"redux-undo": "^1.0.0-beta9-9-7",
"reselect": "^3.0.0",
"shpjs": "^3.3.2",
"tinycolor2": "^1.4.2",
"truncate": "^2.0.0",
"turf-area": "^3.0.12",
"turf-bbox-polygon": "^3.0.12",
"turf-bearing": "^3.0.10",
"turf-featurecollection": "^1.0.1",
"turf-line-distance": "^3.0.10",
"turf-line-slice": "^3.0.11",
"turf-linestring": "^1.0.2",
"turf-multilinestring": "^1.0.2",
"turf-point": "^2.0.1",
"turf-point-on-line": "^3.0.11",
"turf-polygon": "^1.0.3",
"uuid": "^3.1.0",
"validator": "13.7.0"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"aggregate-error": "^3.0.0",
"archiver": "^3.1.1",
"auto-promised": "^0.0.3",
"cross-env": "^5.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.3.5",
"execa": "^2.0.4",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"extract-zip": "^1.6.7",
"flow-bin": "0.84",
"flow-coverage-report": "^0.3.0",
"fs-extra": "^6.0.1",
"husky": "^6.0.0",
"istanbul-middleware": "^0.2.2",
"js-yaml": "^3.11.0",
"lint-staged": "^11.0.0",
"mastarm": "^5.3.1",
"md5-file": "^4.0.0",
"nock": "^9.0.14",
"patch-package": "^6.4.7",
"puppeteer-screen-recorder": "^2.1.0",
"react-addons-test-utils": "^15.6.2",
"redux-mock-store": "^1.5.3",
"request": "^2.88.0",
"semantic-release": "^17.2.3",
"simple-node-logger": "^0.93.37",
"slack": "^11.0.1"
},
"resolutions": {
"react-overlays": "0.9.3"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --config node_modules/mastarm/lib/eslintrc.json --fix"
]
},
"standard": {
"env": [
"jest"
],
"parser": "babel-eslint",
"globals": [
"$Diff",
"$Keys",
"$Values",
"Blob",
"ClipboardEvent",
"File",
"IntervalID",
"HTMLCanvasElement",
"HTMLElement",
"HTMLInputElement",
"KeyboardEvent",
"MouseEvent",
"ReactComponent",
"ReactElement",
"Response",
"SyntheticEvent",
"SyntheticClipboardEvent",
"SyntheticCompositionEvent",
"SyntheticInputEvent",
"SyntheticUIEvent",
"SyntheticFocusEvent",
"SyntheticKeyboardEvent",
"SyntheticMouseEvent",
"SyntheticDragEvent",
"SyntheticWheelEvent",
"SyntheticTouchEvent"
]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}