|
31 | 31 | "./schema.js": "./.server/server/schemas/index.js", |
32 | 32 | "./templates/*": "./.server/server/plugins/engine/views/*", |
33 | 33 | "./cache-service.js": "./.server/server/services/cacheService.js", |
| 34 | + "./map-plugin.js": "./.server/server/plugins/map/index.js", |
34 | 35 | "./package.json": "./package.json" |
35 | 36 | }, |
36 | 37 | "scripts": { |
|
84 | 85 | "dependencies": { |
85 | 86 | "@defra/forms-model": "^3.0.637", |
86 | 87 | "@defra/hapi-tracing": "^1.29.0", |
87 | | - "@defra/interactive-map": "^0.0.4-alpha", |
| 88 | + "@defra/interactive-map": "^0.0.11-alpha", |
88 | 89 | "@elastic/ecs-pino-format": "^1.5.0", |
89 | 90 | "@hapi/boom": "^10.0.1", |
| 91 | + "@hapi/bourne": "^3.0.0", |
90 | 92 | "@hapi/catbox": "^12.1.1", |
91 | 93 | "@hapi/catbox-memory": "^6.0.2", |
92 | 94 | "@hapi/catbox-redis": "^7.0.2", |
|
98 | 100 | "@hapi/vision": "^7.0.3", |
99 | 101 | "@hapi/wreck": "^18.1.0", |
100 | 102 | "@hapi/yar": "^11.0.3", |
| 103 | + "@turf/bbox": "^7.3.4", |
| 104 | + "@turf/centroid": "^7.3.4", |
101 | 105 | "@types/humanize-duration": "^3.27.4", |
102 | 106 | "accessible-autocomplete": "^3.0.1", |
103 | 107 | "atob": "^2.1.2", |
|
182 | 186 | "eslint-config-prettier": "^10.1.8", |
183 | 187 | "eslint-plugin-jest": "^28.14.0", |
184 | 188 | "eslint-plugin-jsdoc": "^50.8.0", |
185 | | - "globals": "^17.3.0", |
186 | | - "neostandard": "^0.12.2", |
187 | | - "typescript-eslint": "^8.56.1", |
188 | 189 | "global-jsdom": "^26.0.0", |
| 190 | + "globals": "^17.3.0", |
189 | 191 | "husky": "^9.1.7", |
190 | 192 | "jest": "^30.2.0", |
191 | 193 | "jest-extended": "^7.0.0", |
192 | 194 | "jsdom": "^26.1.0", |
193 | 195 | "lint-staged": "^15.5.2", |
194 | 196 | "mockdate": "^3.0.5", |
| 197 | + "neostandard": "^0.12.2", |
195 | 198 | "nock": "^14.0.10", |
196 | 199 | "postcss": "^8.5.6", |
197 | 200 | "postcss-load-config": "^6.0.1", |
|
208 | 211 | "terser-webpack-plugin": "^5.3.14", |
209 | 212 | "tsx": "^4.20.6", |
210 | 213 | "typescript": "^5.9.3", |
| 214 | + "typescript-eslint": "^8.56.1", |
211 | 215 | "webpack": "^5.102.1", |
212 | 216 | "webpack-assets-manifest": "^6.4.0", |
213 | 217 | "webpack-cli": "^6.0.1" |
|
0 commit comments