-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
115 lines (115 loc) · 3.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "duckling",
"private": true,
"version": "0.0.39",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "tsc",
"preview": "vite preview",
"transform": "vite --debug transform",
"tauri": "tauri"
},
"dependencies": {
"@apache-arrow/ts": "^17.0.0",
"@headless-tree/core": "^0.0.8",
"@headless-tree/react": "^0.0.7",
"@hookform/resolvers": "^3.9.0",
"@mobily/ts-belt": "^3.13.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/x-tree-view": "^7.21.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.8",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-store": "^2.1.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@visactor/react-vtable": "^1.10.0",
"@visactor/vtable": "^1.10.0",
"apache-arrow": "^17.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dedent": "^1.5.3",
"deepmerge": "^4.3.1",
"immer": "^10.1.1",
"jotai": "^2.10.1",
"jotai-devtools": "^0.10.1",
"jotai-optics": "^0.4.0",
"jotai-scope": "^0.7.2",
"jotai-valtio": "^0.5.0",
"jotai-zustand": "^0.6.0",
"lucide-react": "^0.453.0",
"monaco-editor": "^0.52.0",
"nanoid": "^5.0.7",
"next-themes": "^0.3.0",
"optics-ts": "^2.4.1",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-accessible-treeview": "^2.9.1",
"react-arborist": "^3.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-horizontal-scrolling-menu": "^8.1.0",
"react-hotkeys-hook": "^4.5.1",
"react-resizable-panels": "^2.1.4",
"react-router-dom": "^6.27.0",
"sonner": "^1.5.0",
"sql-formatter": "^15.4.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"use-resize-observer": "^9.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.0",
"zustand-computed": "^2.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.3",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
}
}