-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.52 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.52 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"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",
"lint:check": "eslint .",
"types": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^22.19.15",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "^8.58.0"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@inertiajs/react": "^3.0.2",
"@inertiajs/vite": "^3.0.2",
"@rolldown/plugin-babel": "^0.2.2",
"@tabler/icons-react": "^3.41.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.2.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"globals": "^15.15.0",
"input-otp": "^1.4.2",
"laravel-vite-plugin": "^3.0.1",
"next-themes": "^0.4.6",
"playwright": "^1.59.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.9.0",
"recharts": "2.15.4",
"shadcn": "^4.1.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ua-parser-js": "^2.0.9",
"vaul": "^1.1.2",
"vite": "^8.0.3",
"zod": "^4.3.6"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.59.0",
"@rollup/rollup-win32-x64-msvc": "4.59.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.2.2",
"@tailwindcss/oxide-win32-x64-msvc": "^4.2.2",
"lightningcss-linux-x64-gnu": "^1.32.0",
"lightningcss-win32-x64-msvc": "^1.32.0"
}
}