|
25 | 25 | "dev:umd": "vite build --config vite.config.umd.ts --watch", |
26 | 26 | "test": "vitest", |
27 | 27 | "lint": "prettier --check . && eslint .", |
| 28 | + "generate:colorscales": "tsx scripts/generate-colorscales.ts && prettier --write src/utils/color-scales.ts", |
28 | 29 | "build:esm": "vite build", |
29 | 30 | "build:cjs": "vite build --config vite.config.cjs.ts", |
30 | 31 | "build:umd": "vite build --config vite.config.umd.ts", |
|
35 | 36 | "@eslint/compat": "^1.4.0", |
36 | 37 | "@eslint/js": "^9.38.0", |
37 | 38 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 39 | + "@types/d3-interpolate": "^3.0.4", |
| 40 | + "@types/node": "^24.9.2", |
38 | 41 | "@typescript-eslint/eslint-plugin": "^8.46.2", |
39 | 42 | "@typescript-eslint/parser": "^8.46.2", |
| 43 | + "d3-color": "^3.1.0", |
| 44 | + "d3-interpolate": "^3.0.1", |
40 | 45 | "eslint": "^9.38.0", |
41 | 46 | "eslint-config-prettier": "^10.1.8", |
42 | 47 | "globals": "^16.4.0", |
43 | 48 | "prettier": "^3.6.2", |
| 49 | + "tsx": "^4.20.6", |
44 | 50 | "typescript": "5.9.3", |
45 | 51 | "typescript-eslint": "^8.46.2", |
46 | 52 | "vite": "^7.1.11", |
47 | 53 | "vite-plugin-dts": "^4.5.4", |
48 | 54 | "vitest": "^4.0.4" |
49 | 55 | }, |
50 | 56 | "dependencies": { |
51 | | - "@openmeteo/file-reader": "^0.0.13", |
52 | 57 | "@mapbox/vector-tile": "^2.0.4", |
| 58 | + "@openmeteo/file-reader": "^0.0.13", |
53 | 59 | "maplibre-gl": "^5.9.0", |
54 | 60 | "pbf": "^4.0.1" |
55 | 61 | } |
|
0 commit comments