-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.45 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.45 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
{
"private": true,
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"lint": "oxlint --fix",
"lint:check": "oxlint",
"types": "tsc"
},
"type": "module",
"devDependencies": {
"@headlessui/react": "^2.2.9",
"@inertiajs/react": "^2.3.4",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^22.19.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"laravel-echo": "^1.19.0",
"laravel-precognition-react-inertia": "^0.7.3",
"laravel-vite-plugin": "^2.0.1",
"lucide-react": "^0.475.0",
"motion": "^12.23.26",
"oxlint": "^1.35.0",
"prettier": "^3.7.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"pusher-js": "^8.4.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-oxlint": "^1.5.0"
}
}