-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.93 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.93 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
{
"name": "quick-command-buttons-view",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"build:watch": "vite build --watch",
"dev": "vite --host",
"lint": "npx prettier --write \"src/**/*.{ts,tsx}\" && eslint --fix src/**/*.{ts,tsx}",
"preview": "vite preview",
"test:e2e-ui": "playwright test",
"test:e2e-ui:report": "playwright show-report --host 0.0.0.0"
},
"devDependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@playwright/test": "1.57.0",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-radio-group": "1.3.8",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tooltip": "1.2.8",
"@tailwindcss/vite": "4.1.18",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "5.0.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"eslint": "9.39.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.23",
"lucide-react": "0.562.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.18",
"tw-animate-css": "1.3.8",
"typescript-eslint": "8.47.0",
"vite": "7.1.11"
},
"dependencies": {
"@formkit/auto-animate": "0.9.0",
"@hookform/resolvers": "5.2.2",
"@vscode/codicons": "0.0.43",
"fast-deep-equal": "3.1.3",
"i18next": "24.2.3",
"motion": "12.23.24",
"react-colorful": "5.6.1",
"react-error-boundary": "6.0.0",
"react-hook-form": "7.68.0",
"react-i18next": "16.5.0",
"sonner": "2.0.7",
"zod": "4.1.12",
"zundo": "2.3.0",
"zustand": "5.0.8"
}
}