-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.44 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 4.44 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
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
116
{
"name": "pterodactyl-panel",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:compression": "COMPRESSION=true vite build",
"start": "bunx --bun concurrently -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"bun --bun vite dev\" --names=server,queue,vite"
},
"dependencies": {
"@fontsource/jetbrains-mono": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-primitive": "^2.1.4",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@uiw/codemirror-extensions-langs": "^4.25.4",
"@uiw/codemirror-theme-vscode": "^4.25.4",
"@uiw/react-codemirror": "^4.25.4",
"@vertisanpro/react-icons": "^5.3.0-v3",
"@xn-02f/md5": "^3.0.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-unicode11": "^0.9.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",
"filepond": "^4.32.11",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12",
"framer-motion": "^12.26.2",
"i18next": "^25.7.4",
"input-otp": "^1.4.2",
"pathe": "^2.0.3",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-color-palette": "^7.3.1",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.1.0",
"react-fast-compare": "^3.2.2",
"react-filepond": "^7.1.3",
"react-hook-form": "^7.71.1",
"react-i18next": "^16.5.3",
"react-resizable-panels": "^3.0.6",
"react-router": "^7.12.0",
"react-smart-ticker": "^1.6.7",
"reaptcha": "^1.12.1",
"recharts": "^3.6.0",
"sockette": "^2.0.6",
"sonner": "^2.0.7",
"swr": "^2.3.8",
"tailwind-merge": "^3.4.0",
"use-debounce": "^10.1.0",
"vaul": "^1.1.2",
"virtua": "^0.48.3",
"zod": "^4.3.5",
"zustand": "^5.0.10"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"laravel-vite-plugin": "^2.0.1",
"prettier": "^3.8.0",
"prettier-eslint": "^16.4.2",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "npm:rolldown-vite@^7.3.1",
"vite-plugin-compression2": "^2.4.0",
"vite-plugin-laravel-translations": "^0.3.1",
"vite-plugin-svgr": "^4.5.0"
},
"patchedDependencies": {
"vaul@1.1.2": "patches/vaul@1.1.2.patch",
"sonner@2.0.7": "patches/sonner@2.0.7.patch"
}
}