|
35 | 35 | "use-draftlogs": "node tasks/use_draftlogs.js",
|
36 | 36 | "empty-draftlogs": "node tasks/empty_draftlogs.js",
|
37 | 37 | "empty-dist": "node tasks/empty_dist.js",
|
38 |
| - "build": "npm run empty-dist && npm run preprocess && npm run build_topojson && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats", |
| 38 | + "build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats", |
39 | 39 | "regl-codegen": "node devtools/regl_codegen/server.mjs",
|
40 |
| - "cibuild": "npm run empty-dist && npm run preprocess && npm run build_topojson && node tasks/cibundle.mjs", |
| 40 | + "cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.mjs", |
41 | 41 | "lint": "npx @biomejs/biome lint",
|
42 | 42 | "lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
|
43 | 43 | "pretest": "node tasks/pretest.js",
|
|
60 | 60 | "version": "npm run build && git add -A lib dist build src/version.js",
|
61 | 61 | "postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
|
62 | 62 | "postpublish": "node tasks/sync_packages.js",
|
63 |
| - "postshrinkwrap": "chttps .", |
64 |
| - "get_geodata": "node tasks/topojson/get_geodata.mjs", |
65 |
| - "process_geodata": "node tasks/topojson/process_geodata.mjs", |
66 |
| - "build_topojson": "npm run get_geodata && npm run process_geodata" |
| 63 | + "postshrinkwrap": "chttps ." |
67 | 64 | },
|
68 | 65 | "browserify": {
|
69 | 66 | "transform": [
|
|
124 | 121 | },
|
125 | 122 | "devDependencies": {
|
126 | 123 | "@biomejs/biome": "1.8.3",
|
127 |
| - "@mapbox/geojson-rewind": "^0.5.2", |
128 |
| - "@placemarkio/check-geojson": "^0.1.14", |
129 | 124 | "@plotly/mathjax-v2": "npm:[email protected]",
|
130 | 125 | "@plotly/mathjax-v3": "npm:mathjax@^3.2.2",
|
131 | 126 | "amdefine": "^1.0.1",
|
|
167 | 162 | "karma-viewport": "1.0.2",
|
168 | 163 | "lodash": "^4.17.21",
|
169 | 164 | "madge": "^8.0.0",
|
170 |
| - "mapshaper": "^0.6.102", |
171 | 165 | "minify-stream": "^2.1.0",
|
172 | 166 | "npm-link-check": "^5.0.1",
|
173 | 167 | "open": "^8.4.2",
|
|
181 | 175 | "stream-browserify": "^3.0.0",
|
182 | 176 | "style-loader": "^4.0.0",
|
183 | 177 | "through2": "^4.0.2",
|
184 |
| - "topojson-server": "^3.0.1", |
185 | 178 | "transform-loader": "^0.2.4",
|
186 | 179 | "true-case-path": "^2.2.1",
|
187 | 180 | "virtual-webgl": "^1.0.6"
|
|
0 commit comments