|
16 | 16 | "dist": "TARGET=dist webpack --mode=production --progress",
|
17 | 17 | "dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
|
18 | 18 | "build-gmf-apps-profile": "TARGET=gmf-apps webpack --profile --json > profile.json",
|
19 |
| - "typecheck": "tsc --noEmit", |
| 19 | + "prepare": "tsc --pretty", |
| 20 | + "typecheck": "tsc --project tsconfig-all.json --noEmit", |
20 | 21 | "doc": "typedoc",
|
21 | 22 | "build-storybook": "NODE_ENV=env TARGET=ngeo-examples storybook build --output-dir=.build/storybook",
|
22 | 23 | "storybook": "NODE_ENV=env TARGET=ngeo-examples storybook dev --port=6006",
|
|
93 | 94 | "@types/jquery": "3.5.30",
|
94 | 95 | "@types/jquery.ui.datetimepicker": "0.3.35",
|
95 | 96 | "@types/jqueryui": "1.12.23",
|
96 |
| - "@types/jsts": "0.17.24", |
97 | 97 | "@types/node": "20.16.3",
|
98 | 98 | "@types/offscreencanvas": "2019.7.3",
|
99 | 99 | "@types/proj4": "2.5.5",
|
|
160 | 160 | "jquery-ui": "1.14.0",
|
161 | 161 | "jquery-ui-touch-punch": "0.2.3",
|
162 | 162 | "jscodeshift": "17.0.0",
|
163 |
| - "jsts": "2.11.3", |
164 | 163 | "karma": "6.4.4",
|
165 | 164 | "karma-chrome-launcher": "3.2.0",
|
166 | 165 | "karma-jasmine": "5.1.0",
|
|
174 | 173 | "loc-i18next": "0.1.6",
|
175 | 174 | "localforage": "1.10.0",
|
176 | 175 | "magic-comments-loader": "2.1.3",
|
177 |
| - "mapillary-js": "4.1.2", |
178 | 176 | "minify-html-literals-loader": "1.1.1",
|
179 | 177 | "moment": "2.30.1",
|
180 | 178 | "neat-csv": "6.0.1",
|
|
211 | 209 | "webpack-cli": "5.1.4",
|
212 | 210 | "webpack-dev-server": "5.0.4",
|
213 | 211 | "webpack-merge": "6.0.1"
|
| 212 | + }, |
| 213 | + "peerDependencies": { |
| 214 | + "@types/jsts": "^0.17.24", |
| 215 | + "jsts": "^2.11.3", |
| 216 | + "mapillary-js": "^4.1.2" |
214 | 217 | }
|
215 | 218 | }
|
0 commit comments