-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.42 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.42 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
{
"$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:check": "tsc --noEmit",
"registry:build": "npx shadcn build"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^22.19.17",
"@types/prismjs": "^1.26.6",
"@types/three": "^0.184.0",
"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.1.1",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.59.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/playfair-display": "^5.2.8",
"@fontsource/bebas-neue": "^5.2.7",
"@fontsource/fira-mono": "^5.2.7",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/orbitron": "^5.2.8",
"@gsap/react": "^2.1.2",
"@headlessui/react": "^2.2.10",
"@inertiajs/react": "^3.0.3",
"@inertiajs/vite": "^3.0.3",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@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-navigation-menu": "^1.2.14",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@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.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.2.1",
"framer-motion": "^12.38.0",
"globals": "^15.15.0",
"gsap": "^3.15.0",
"input-otp": "^1.4.2",
"laravel-vite-plugin": "^3.0.1",
"lucide-react": "^0.475.0",
"prismjs": "^1.30.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sonner": "^2.0.7",
"swiper": "^12.1.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"three": "^0.184.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^8.0.10",
"zustand": "^5.0.12"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"@rollup/rollup-win32-x64-msvc": "4.9.5",
"@tailwindcss/oxide-linux-x64-gnu": "^4.2.4",
"@tailwindcss/oxide-win32-x64-msvc": "^4.2.4",
"lightningcss-linux-x64-gnu": "^1.32.0",
"lightningcss-win32-x64-msvc": "^1.32.0"
}
}