mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "pmtiles-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"check": "biome check src --javascript-formatter-indent-style=space --json-formatter-indent-style=space",
|
|
"format": "biome format --write src --javascript-formatter-indent-style=space --json-formatter-indent-style=space"
|
|
},
|
|
"dependencies": {
|
|
"@alenaksu/json-viewer": "^2.1.2",
|
|
"@mapbox/sphericalmercator": "^2.0.1",
|
|
"@mapbox/vector-tile": "^2.0.3",
|
|
"@protomaps/basemaps": "5.2.0",
|
|
"d3-axis": "^3.0.0",
|
|
"d3-path": "^3.1.0",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-scale-chromatic": "^3.1.0",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-zoom": "^3.0.0",
|
|
"maplibre-gl": "5.3.0",
|
|
"pbf": "^4.0.1",
|
|
"pmtiles": "^4.3.0",
|
|
"solid-js": "^1.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"@types/d3-axis": "^3.0.6",
|
|
"@types/d3-path": "^3.1.1",
|
|
"@types/d3-scale": "^4.0.9",
|
|
"@types/d3-scale-chromatic": "^3.1.0",
|
|
"@types/d3-selection": "^3.0.11",
|
|
"@types/d3-transition": "^3.0.9",
|
|
"@types/d3-zoom": "^3.0.8",
|
|
"@types/node": "^22.13.1",
|
|
"jsdom": "^26.0.0",
|
|
"tailwindcss": "^4.1.3",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-solid": "^2.11.6"
|
|
}
|
|
}
|