-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
190 lines (190 loc) · 6.42 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
{
"name": "root",
"private": true,
"engines": {
"node": "^15",
"pnpm": "=6.17.1"
},
"scripts": {
"agency": "bash scripts/linkAppAgencies.sh",
"clean": "git clean -fdX",
"postinstall": "pnpx patch-package && pnpm build:deps",
"build:deps": "pnpm run build --filter '@lacuna/agency-config' && pnpm run build --filter '@lacuna/ui-common'",
"_build": "pnpm recursive run _build --filter='open-airport' --workspace-concurrency 1",
"run:concurrent": "pnpm recursive run --stream",
"run:sequential": "pnpm recursive run --workspace-concurrency=1",
"test": "pnpm recursive run test --filter='./packages/ui-common'",
"lint": "pnpm recursive run lint --filter='!./packages/open-airport' --stream --workspace-concurrency=1 --no-bail",
"prepare": "husky install"
},
"dependencies": {
"@date-io/luxon": "1.3.13",
"@fortawesome/fontawesome-pro": "5.15.1",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/pro-duotone-svg-icons": "5.15.1",
"@fortawesome/pro-light-svg-icons": "5.15.1",
"@fortawesome/pro-regular-svg-icons": "5.15.1",
"@fortawesome/pro-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.14",
"@gitgraph/core": "1.4.5",
"@gitgraph/react": "1.5.4",
"@material-ui/core": "4.11.3",
"@material-ui/data-grid": "4.0.0-alpha.12",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/pickers": "3.3.10",
"@material-ui/styles": "4.11.3",
"@nivo/axes": "0.62.0",
"@nivo/bar": "0.62.0",
"@nivo/colors": "0.73.0",
"@nivo/core": "0.62.0",
"@nivo/legends": "0.73.0",
"@nivo/line": "0.62.0",
"@nivo/pie": "0.62.0",
"@nivo/scales": "0.62.0",
"@reduxjs/toolkit": "1.5.0",
"@turf/bbox": "6.3.0",
"@turf/collect": "6.3.0",
"@turf/distance": "6.3.0",
"@turf/helpers": "6.3.0",
"@turf/hex-grid": "6.3.0",
"@turf/meta": "6.3.0",
"@turf/square-grid": "6.3.0",
"@turf/triangle-grid": "6.3.0",
"@types/d3-ease": "3.0.0",
"@types/file-saver": "2.0.4",
"axios": "0.21.1",
"clipboard-copy": "4.0.1",
"clsx": "1.1.1",
"connected-react-router": "6.8.0",
"csstype": "3.0.7",
"d3-array": "2.9.1",
"d3-ease": "2.0.0",
"d3-interpolate": "2.0.1",
"eslint-plugin-react": "7.22.0",
"final-form": "4.20.1",
"final-form-focus": "1.1.2",
"final-form-material-ui": "0.3.0",
"graphql": "15.5.1",
"h3-js": "3.7.0",
"history": "4.10.1",
"humanize-duration": "3.27.0",
"lodash": "4.17.20",
"luxon": "2.0.2",
"mapbox-gl": "2.2.0",
"notistack": "1.0.3",
"query-string": "6.14.1",
"react": "17.0.2",
"react-dates": "21.8.0",
"react-dom": "17.0.1",
"react-final-form": "6.5.2",
"react-idle-timer": "4.5.0",
"react-map-gl": "6.1.11",
"react-redux": "7.2.2",
"react-refresh": "0.9.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-use": "15.3.4",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"sanitize-html": "2.5.3",
"simple-statistics": "7.4.0",
"typeface-roboto": "1.1.13",
"use-query-params": "1.2.0",
"utility-types": "3.10.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@changesets/cli": "2.17.0",
"@craco/craco": "6.1.1",
"@datadog/browser-logs": "3.6.3",
"@datadog/browser-rum": "3.6.3",
"@lacuna-core/mds-metrics-api": "0.2.1",
"@lacuna-core/mds-metrics-service": "0.2.0",
"@lacuna-core/mds-trip-api": "0.1.1-lacuna-tech.845",
"@lacuna-core/mds-trip-backend": "0.1.1-lacuna-tech.845",
"@mds-core/mds-api-server": "0.1.29-lacuna-tech.16",
"@mds-core/mds-ingest-service": "0.6.6",
"@mds-core/mds-providers": "0.1.33",
"@mds-core/mds-transaction-api": "0.1.3-lacuna-tech.16",
"@mds-core/mds-transaction-service": "0.1.3-lacuna-tech.16",
"@mds-core/mds-types": "0.1.26-lacuna-tech.35",
"@mds-core/mds-utils": "0.1.29-lacuna-tech.16",
"@storybook/addon-actions": "6.3.12",
"@storybook/addon-essentials": "6.3.12",
"@storybook/addon-links": "6.3.12",
"@storybook/react": "6.3.12",
"@testing-library/jest-dom": "5.11.8",
"@testing-library/react": "11.2.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.2.1",
"@types/d3-array": "2.8.0",
"@types/d3-interpolate": "2.0.0",
"@types/geojson": "7946.0.7",
"@types/history": "4.7.8",
"@types/humanize-duration": "3.25.1",
"@types/jest": "26.0.19",
"@types/lodash": "4.14.167",
"@types/mapbox-gl": "2.1.1",
"@types/node": "14.14.20",
"@types/promise.allsettled": "1.0.3",
"@types/react": "17.0.0",
"@types/react-dates": "21.8.1",
"@types/react-dom": "17.0.0",
"@types/react-map-gl": "5.2.9",
"@types/react-redux": "7.1.16",
"@types/react-router": "5.1.9",
"@types/react-router-dom": "5.1.7",
"@types/redux-logger": "3.0.8",
"@types/redux-mock-store": "1.0.2",
"@types/sanitize-html": "2.5.0",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"babel-loader": "8.2.2",
"env-cmd": "10.1.0",
"eslint": "7.17.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "7.1.0",
"eslint-config-react-app": "6.0.0",
"eslint-config-recommended": "4.1.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-only-warn": "1.0.2",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react-hooks": "4.2.0",
"fork-ts-checker-webpack-plugin": "6.0.8",
"glob": "7.1.7",
"guid-typescript": "1.0.9",
"husky": "7.0.4",
"jest": "26.6.3",
"lint-staged": "11.2.6",
"mockdate": "3.0.5",
"patch-package": "6.2.2",
"postinstall-postinstall": "2.1.0",
"prettier": "2.2.1",
"react-docgen-typescript-loader": "3.7.2",
"react-refresh": "0.9.0",
"source-map-support": "0.5.19",
"ts-jest": "26.4.4",
"ts-loader": "8.1.0",
"tslib": "2.1.0",
"typescript": "4.2.3"
},
"resolutions": {
"acorn": "8.0.1",
"react-scripts/**/immer": "8.0.1",
"@storybook/react/**/immer": "8.0.1",
"**/**/axios": "^0.21.1",
"**/**/highlight.js": "^10.4.1",
"**/**/node-forge": "^0.10.0",
"**/**/prismjs": "^1.21.0",
"**/**/acorn": "8.0.1"
}
}