-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.16 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.16 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
65
66
67
68
69
{
"name": "@openmeteo/maps",
"version": "0.0.2",
"type": "module",
"author": "Open-Meteo <info@open-meteo.com>",
"repository": "git://github.com/open-meteo/maps",
"description": "UI for using the Open-Meteo maps-protocol using Maplibre GL JS ",
"keywords": [
"open-meteo",
"meteorological-data",
"weather-maps",
"om-file"
],
"files": [
"build"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test": "vitest",
"coverage": "vitest run --coverage",
"upgrade:ui": "npx shadcn-svelte@latest add button command dialog input kbd label popover select separator sheet sonner switch -y -o"
},
"devDependencies": {
"@lucide/svelte": "^1.7.0",
"@openmeteo/file-reader": "^0.0.15",
"@openmeteo/weather-map-layer": "github:open-meteo/weather-map-layer#e65e07029794285a64ec19f5f96e0e0c18a3e539",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.2.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@turf/turf": "^7.3.4",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"bits-ui": "^2.17.2",
"clsx": "^2.1.1",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.17.0",
"globals": "^17.4.0",
"maplibre-gl": "^5.22.0",
"mode-watcher": "^1.1.0",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"svelte": "^5.55.1",
"svelte-check": "^4.4.6",
"svelte-persisted-store": "^0.12.0",
"svelte-sonner": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.0.0",
"terra-draw": "^1.24.2",
"terra-draw-maplibre-gl-adapter": "^1.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.8",
"vitest": "^4.0.4"
}
}