-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"name": "central",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3003",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@heroui/button": "^2.2.26",
"@heroui/card": "^2.2.24",
"@heroui/checkbox": "^2.3.27",
"@heroui/divider": "^2.2.19",
"@heroui/form": "^2.1.27",
"@heroui/input": "^2.4.28",
"@heroui/input-otp": "^2.1.27",
"@heroui/link": "^2.2.23",
"@heroui/navbar": "^2.2.25",
"@heroui/system": "^2.4.22",
"@heroui/theme": "^2.4.22",
"@hookform/resolvers": "^5.2.2",
"@iconify/react": "^6.0.2",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lenis": "^1.3.11",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.65.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}