-
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.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.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
{
"name": "edge-matcher",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"sync:assets": "node scripts/sync-natural-earth.mjs",
"predev": "npm run sync:assets",
"dev": "astro dev",
"prebuild": "npm run sync:assets",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"update": "npx npm-check-updates -u && npm install"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/svelte": "^8.1.1",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@types/node": "^25.9.1",
"@vite-pwa/astro": "^1.2.0",
"astro": "^6.3.6",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"svelte": "^5.55.9",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4"
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.33.1-dev54.0",
"buffer": "^6.0.3",
"fflate": "^0.8.3",
"flatbush": "^4.5.1",
"maplibre-gl": "^5.24.0",
"mapshaper": "^0.7.18",
"mproj": "^0.1.2"
}
}