-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mapx-style",
"version": "0.9.0",
"private": false,
"type": "module",
"workspaces": [
"packages/*"
],
"files": [],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"convert:fonts": "uv run scripts/convert_fonts.py",
"build:glyphs": "varlock run -- uv run scripts/build_glyphs.py",
"build:patterns": "node scripts/patterns/index.cjs",
"build:sprites": "varlock run -- uv run scripts/build_sprites.py",
"build:style": "varlock run -- uv run scripts/build_style.py",
"build:borders:wmo": "varlock run -- uv run scripts/build_borders_wmo.py",
"validate": "gl-style-validate packages/theme-core/src/style/style.json",
"release": "release-it",
"prepublishOnly": "node -e \"console.error('Do not publish the repository root. Use: npm publish --workspace packages/theme-core'); process.exit(1)\"",
"test": "vitest run",
"test:unit": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:visual": "playwright test",
"test:visual:update": "playwright test --update-snapshots",
"test:all": "npm run test:unit",
"test:load": "bash tests/load/ab.sh"
},
"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": {
"@fontsource/libre-baskerville": "^5.2.10",
"@fontsource/noto-sans": "^5.2.10",
"@fontsource/noto-sans-arabic": "^5.2.10",
"@fontsource/noto-sans-armenian": "^5.2.8",
"@fontsource/noto-sans-bengali": "^5.2.11",
"@fontsource/noto-sans-mono": "^5.2.10",
"@fontsource/noto-sans-sc": "^5.2.9",
"@fontsource/roboto": "^5.2.10",
"@fontsource/titillium-web": "^5.2.8",
"@fontsource/varela-round": "^5.2.8",
"@maplibre/maplibre-gl-style-spec": "^24.7.0",
"@playwright/test": "^1",
"@release-it/bumper": "^7.0.5",
"@release-it/conventional-changelog": "^10.0.6",
"@varlock/proton-pass-plugin": "^1.0.0",
"@vitest/coverage-v8": "^3",
"d3": "^5.0.0",
"jsdom": "^16.7.0",
"release-it": "^19.2.4",
"textures": "^1.2.0",
"varlock": "^1.2.0",
"vite": "^5.0.0",
"vitest": "^3"
}
}