-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 KB
/
package.json
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
{
"name": "example-basic",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start --dir dist",
"lint": "biome check --verbose --write ."
},
"dependencies": {
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@corvu/drawer": "^0.2.2",
"@deck.gl/core": "^9.0.36",
"@deck.gl/layers": "^9.0.36",
"@deck.gl/mapbox": "^9.0.36",
"@duckdb/duckdb-wasm": "^1.29.0",
"@duckdb/duckdb-wasm-shell": "1.29.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@kobalte/core": "^0.13.7",
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/wkt": "^4.3.3",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@tabler/icons-solidjs": "^3.24.0",
"@xterm/xterm": "^5.5.0",
"apache-arrow": "^17.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"deck.gl": "^9.0.36",
"maplibre-gl": "5.0.0-pre.3",
"solid-js": "^1.9.3",
"solid-list": "^0.3.0",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vinxi": "^0.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.16"
}
}