forked from frectonz/sql-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome lint",
"preview": "vite preview",
"format": "biome format --write"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-router": "^1.130.2",
"@tanstack/react-table": "^8.21.3",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.533.0",
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.15.1",
"sql-formatter": "15.4.6",
"react": "^19.1.1",
"react-code-blocks": "^0.1.6",
"react-data-grid": "^7.0.0-beta.56",
"react-dom": "^19.1.1",
"recharts": "^3.1.0",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"zod": "^4.0.11",
"zod-fetch": "^0.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/router-devtools": "^1.35.3",
"@tanstack/router-plugin": "^1.130.2",
"@types/node": "^24.1.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}