-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.1 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.1 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
{
"name": "hypomatrix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 4500",
"build": "next build",
"start": "next start --port 4500",
"lint": "next lint"
},
"dependencies": {
"@bprogress/next": "^3.2.10",
"@designbycode/tailwindcss-text-stroke": "^1.3.0",
"@hookform/resolvers": "^5.0.1",
"@hygraph/utils": "^1.2.1",
"@next/third-parties": "^15.3.3",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@tabler/icons-react": "^3.31.0",
"@tawk.to/tawk-messenger-react": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-auto-scroll": "^8.5.2",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.5.0",
"lucide-react": "^0.479.0",
"motion": "^12.6.3",
"next": "15.2.8",
"react": "^19.0.0",
"react-calendly": "^4.3.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"react-responsive-masonry": "^2.7.1",
"react-slick": "^0.30.3",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.2.8",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-responsive-masonry": "^2.6.0",
"@types/react-slick": "^0.23.13",
"eslint": "^9",
"eslint-config-next": "15.2.8",
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.5.2",
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
}
}