-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.08 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
{
"name": "arc-launchpad",
"version": "0.2.3",
"description": "Self-hosted web UI for Arc, the high-performance columnar analytical database.",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_NO_WARNINGS=1 vite dev",
"build": "vite build",
"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"
},
"devDependencies": {
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tsconfig/svelte": "^5.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.13",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^8.0.1",
"@types/qrcode": "^1.5.6",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"svelte": "^4.0.0",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"@codemirror/commands": "^6.10.0",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@msgpack/msgpack": "^3.1.3",
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.0",
"@tanstack/svelte-virtual": "^3.13.18",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^11.0.0",
"bits-ui": "^0.21.16",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"jsonwebtoken": "^9.0.2",
"lucide-svelte": "^0.555.0",
"mode-watcher": "^0.4.1",
"nodemailer": "^9.0.1",
"otpauth": "^9.5.0",
"qrcode": "^1.5.4",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"uplot": "^1.6.32",
"uuid": "^9.0.0"
}
}