-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "rsql",
"private": true,
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"format": "biome format --write .",
"lint": "biome lint .",
"check": "biome check --write .",
"check:ci": "biome check ."
},
"dependencies": {
"@glideapps/glide-data-grid": "^6.0.3",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"immer": "^11.1.4",
"leaflet": "^1.9.4",
"lodash": "^4.17.23",
"lucide-react": "^0.454.0",
"marked": "^17.0.4",
"monaco-editor": "^0.53.0",
"monaco-sql-languages": "^1.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-responsive-carousel": "^3.2.23",
"sonner": "^2.0.7",
"sql-formatter": "^15.7.2",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@tailwindcss/vite": "^4.1.13",
"@tauri-apps/cli": "^2",
"@types/leaflet": "^1.9.21",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.3",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}