-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.25 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
{
"name": "@query-farm/cupola",
"private": true,
"type": "module",
"version": "0.4.102",
"license": "Apache-2.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "./deploy.sh",
"publish": "./publish.sh",
"astro": "astro",
"test": "bun test ./tests/unit",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
"@base-ui/react": "^1.3.0",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.1",
"@haybarn/haybarn-wasm": "^1.5.4-rc1",
"@perspective-dev/client": "^4.3.0",
"@perspective-dev/viewer": "^4.3.0",
"@perspective-dev/viewer-d3fc": "^4.3.0",
"@perspective-dev/viewer-datagrid": "^4.3.0",
"@perspective-dev/viewer-openlayers": "^4.3.0",
"@query-farm/vgi-rpc": "../vgi-rpc-typescript",
"@radix-ui/react-accordion": "^1.2.12",
"@sentry/astro": "^10.55.0",
"@sentry/cloudflare": "^10.55.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.14.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.9",
"class-variance-authority": "^0.7.1",
"cli-table3": "^0.6.5",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"lucide-react": "^1.7.0",
"patch-package": "^8.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.1.1",
"sql-formatter": "^15.7.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vega": "^5.30.0",
"vega-embed": "^6.26.0",
"vega-lite": "^5.21.0",
"vgi": "../vgi-typescript",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@happy-dom/global-registrator": "^20.9.0",
"@playwright/test": "^1.59.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.14",
"@types/leaflet": "^1.9.21",
"happy-dom": "^20.9.0",
"typescript": "^6.0.3"
}
}