-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "quackbook",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prepare": "husky",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.2",
"@duckdb/duckdb-wasm": "^1.29.0",
"@he-tree/vue": "^2.9.1",
"@radix-icons/vue": "^1.0.0",
"@shikijs/markdown-it": "^1.22.2",
"@vueuse/core": "^11.2.0",
"apache-arrow": "^17.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"duckdb-wasm-kit": "^0.1.38",
"github-markdown-css": "^5.7.0",
"leaflet": "^1.9.4",
"lucide-vue-next": "^0.456.0",
"markdown-it": "^14.1.0",
"monaco-editor": "^0.52.0",
"pinia": "^2.2.6",
"radix-vue": "^1.9.9",
"shiki": "^1.22.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"thememirror": "^2.0.1",
"vue": "^3.5.12",
"vue-router": "4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/monorepo": "github:biomejs/biome",
"@finos/perspective-viewer": "^3.1.4",
"@finos/perspective-viewer-d3fc": "^3.1.4",
"@finos/perspective-viewer-datagrid": "^3.1.4",
"@iconify/json": "^2.2.270",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^14.1.2",
"@unocss/preset-icons": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"husky": "^9.1.6",
"sass-embedded": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"unplugin-fonts": "^1.1.1",
"unplugin-icons": "^0.20.1",
"unplugin-vue-macros": "^2.13.3",
"vite": "^5.4.10",
"vite-plugin-wasm": "^3.3.0",
"vue-tsc": "^2.1.6"
}
}