-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "mapx-style",
"version": "0.4.0",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"download:fonts": "uv run scripts/download_fonts.py",
"build:glyphs": "uv run scripts/build_glyphs.py",
"build:patterns": "node scripts/patterns/index.cjs",
"build:sprites": "uv run scripts/build_sprites.py",
"build:style": "uv run scripts/build_style.py",
"validate": "gl-style-validate packages/theme-core/src/style/style.json",
"release": "release-it",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:visual": "playwright test",
"test:visual:update": "playwright test --update-snapshots"
},
"dependencies": {
"@maplibre/maplibre-gl-compare": "^0.5.0",
"@unep-grid/mapx-style": "*",
"maplibre-contour": "^0.1.0",
"maplibre-gl": "^5.0.0",
"pmtiles": "^4.0.0"
},
"devDependencies": {
"@maplibre/maplibre-gl-style-spec": "^24.7.0",
"@playwright/test": "^1",
"@release-it/bumper": "^7.0.5",
"@release-it/conventional-changelog": "^10.0.6",
"@vitest/coverage-v8": "^3",
"d3": "^5.0.0",
"jsdom": "^16.7.0",
"release-it": "^19.2.4",
"textures": "^1.2.0",
"vite": "^5.0.0",
"vitest": "^3"
}
}