-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.97 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.97 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
{
"name": "sveltekit-maplibre-boilerplate",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.12.3",
"@maplibre/maplibre-gl-geocoder": "^1.9.0",
"@popperjs/core": "^2.11.8",
"@sjmc11/tourguidejs": "^0.0.27",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.33.0",
"@sveltejs/vite-plugin-svelte": "^6.1.2",
"@types/events": "^3.0.3",
"@types/node": "^24.3.0",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@watergis/maplibre-center-icon": "^3.0.1",
"@watergis/maplibre-gl-area-switcher": "^1.0.0",
"@watergis/maplibre-gl-export": "^4.0.1",
"@watergis/maplibre-gl-terradraw": "^1.6.1",
"@watergis/maplibre-gl-tour": "^1.0.6",
"@watergis/svelte-collapsible-panel": "^4.0.0",
"@watergis/svelte-maplibre-attribute-popup": "^4.0.0",
"@watergis/svelte-maplibre-attribute-table": "^4.0.1",
"@watergis/svelte-maplibre-legend": "^5.0.0",
"@watergis/svelte-maplibre-menu": "^4.0.1",
"@watergis/svelte-maplibre-share": "^5.0.0",
"@watergis/svelte-maplibre-style-switcher": "^5.0.0",
"@watergis/svelte-maplibre-valhalla": "^4.0.0",
"buffer": "^6.0.3",
"bulma": "^1.0.4",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.11.0",
"events": "^3.3.0",
"maplibre-gl": "^5.6.2",
"pmtiles": "^4.3.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"sass": "^1.90.0",
"svelte": "^5.38.2",
"svelte-check": "^4.3.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.2"
},
"type": "module"
}