-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
105 lines (105 loc) · 3.33 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
{
"name": "duckling",
"private": true,
"version": "0.0.22",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "tsc",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@apache-arrow/ts": "^14.0.2",
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.3.4",
"@mobily/ts-belt": "^3.13.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.1",
"@mui/lab": "5.0.0-alpha.157",
"@mui/material": "^5.15.1",
"@mui/x-tree-view": "6.17.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^3.0.0",
"@tanstack/react-table": "^8.11.0",
"@tanstack/react-virtual": "^3.0.1",
"@tauri-apps/api": "2.0.0-beta.5",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.2",
"@tauri-apps/plugin-dialog": "2.0.0-beta.2",
"@tauri-apps/plugin-log": "2.0.0-beta.2",
"@tauri-apps/plugin-process": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-updater": "2.0.0-beta.2",
"@visactor/react-vtable": "^0.21.1",
"@visactor/vtable": "^0.21.1",
"ag-grid-community": "^31.1.0",
"ag-grid-react": "^31.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"dedent": "^1.5.1",
"deepmerge": "^4.3.1",
"immer": "^10.0.3",
"jotai": "^2.7.0",
"jotai-devtools": "^0.8.0",
"jotai-optics": "^0.3.2",
"jotai-scope": "^0.5.1",
"jotai-valtio": "^0.4.0",
"jotai-zustand": "^0.3.0",
"lucide-react": "^0.356.0",
"material-react-table": "2.12.1",
"monaco-editor": "^0.46.0",
"nanoid": "^5.0.5",
"next-themes": "^0.2.1",
"optics-ts": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-router-dom": "^6.22.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"use-resize-observer": "^9.1.0",
"valtio": "^1.13.1",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@tauri-apps/cli": "2.0.0-beta.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.4"
}
}