-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 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
70
71
72
73
74
75
76
{
"name": "air_quality_tracker",
"author": "Josef P. Saltz",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"devLAN": "vite dev --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"serve": "deno run --allow-env --allow-read --allow-net --allow-scripts build/index.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@iconify/svelte": "^5.2.1",
"@js-temporal/polyfill": "^0.5.1",
"@lucide/svelte": "^0.564.0",
"@sentry/sveltekit": "^10.39.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.95.3",
"@tailwindcss/vite": "^4.1.18",
"@types/leaflet.markercluster": "^1.5.6",
"bits-ui": "^2.15.5",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"exceljs": "^4.4.0",
"fuse.js": "^7.1.0",
"ioredis": "^5.9.3",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.88.0",
"leaflet.markercluster": "^1.5.3",
"mode-watcher": "^1.1.0",
"officecrypto-tool": "^0.0.19",
"openmeteo": "^1.2.3",
"postgres": "^3.4.8",
"tailwind-variants": "^3.2.2",
"update-browserslist-db": "^1.2.3",
"zod": "^4.3.6",
"zod-form-data": "^3.0.1"
},
"devDependencies": {
"@deno/vite-plugin": "^1.0.6",
"@eslint/js": "^10.0.1",
"@internationalized/date": "^3.11.0",
"@svelte-put/cloudflare-turnstile": "^1.2.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-node": "^5.5.3",
"@sveltejs/enhanced-img": "^0.10.2",
"@sveltejs/kit": "^2.52.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/leaflet": "^1.9.21",
"@types/pg": "^8.16.0",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.9",
"eslint": "^10.0.0",
"eslint-plugin-svelte": "^3.15.0",
"globals": "^17.3.0",
"lucide-svelte": "^0.564.0",
"motion": "^12.34.0",
"postcss": "^8.5.6",
"svelte": "^5.51.2",
"svelte-check": "^4.4.0",
"svelte-motion": "^0.12.2",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"vaul-svelte": "1.0.0-next.7",
"vite": "^7.3.1",
"xlsx": "^0.18.5"
}
}