-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.52 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
77
78
79
80
81
82
83
84
85
86
{
"name": "beacon-studio-sv",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:watch": "vite build --watch",
"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",
"lint": "eslint src/ && prettier --check src/",
"format": "prettier --write .",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^1.35.0",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/table-core": "^8.21.3",
"@tauri-apps/cli": "^2.11.2",
"@types/d3-contour": "^3.0.6",
"@types/d3-delaunay": "^6.0.4",
"@types/d3-polygon": "^3.0.2",
"bits-ui": "^2.8.10",
"clsx": "^2.1.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"monaco-editor": "^0.52.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass-embedded": "^1.89.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.4",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^6.2.6",
"vite-plugin-devtools-json": "^0.2.0"
},
"dependencies": {
"@beacon/client": "file:../beacon/beacon-clients/beacon-ts",
"@geoarrow/deck.gl-layers": "^0.3.0",
"@geoarrow/geoarrow-js": "^0.3.2",
"@js-temporal/polyfill": "^0.5.1",
"@monaco-editor/react": "^4.7.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"@types/leaflet": "^1.9.18",
"apache-arrow": "21.1.0",
"arquero": "^8.0.3",
"arquero-arrow": "^0.2.0",
"d3": "^7.9.0",
"d3-contour": "^4.0.2",
"d3-delaunay": "^6.0.4",
"d3-polygon": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"deck.gl": "^9.1.12",
"deck.gl-leaflet": "^1.3.1",
"flatpickr": "^4.6.13",
"fzstd": "0.1.1",
"maplibre-gl": "^5.6.0",
"svelte-local-storage-store": "^0.6.4",
"terra-draw": "^1.32.2",
"terra-draw-maplibre-gl-adapter": "^1.4.1",
"tom-select": "^2.4.3",
"uplot": "^1.6.32"
}
}