-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.93 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.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
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
{
"private": true,
"version": "0.8.0",
"type": "module",
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"types": "tsc --noEmit"
},
"devDependencies": {
"@7nohe/laravel-zodgen": "^0.2.2",
"@eslint/js": "^9.38.0",
"@laravel/echo-react": "^2.2.4",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@tailwindcss/forms": "^0.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.9.1",
"@types/react-lazy-load-image-component": "^1.6.4",
"daisyui": "^5.3.8",
"drizzle-kit": "^0.31.5",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"laravel-echo": "^2.2.4",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"pusher-js": "^8.4.0",
"tw-animate-css": "^1.4.0",
"typescript-eslint": "^8.46.2"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@inertiajs/react": "^2.2.9",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.10",
"@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.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.15",
"@tanstack/react-query": "^5.90.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"axios": "^1.12.2",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.2.1",
"drizzle-orm": "^0.44.6",
"globals": "^16.4.0",
"gsap": "^3.13.0",
"input-otp": "^1.4.2",
"laravel-precognition-react": "^0.7.3",
"laravel-vite-plugin": "^2.0.1",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"mysql2": "^3.15.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-lazy-load-image-component": "^1.6.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"vaul": "^1.1.2",
"vite": "^7.1.11",
"zod": "^4.1.12"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.52.5",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.15",
"lightningcss-linux-x64-gnu": "^1.30.2"
}
}