-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 Bytes
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
{
"name": "opencode-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@studio-freight/react-lenis": "^0.0.47",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.18.2",
"gsap": "^3.14.1",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.22",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.5.6",
"typescript": "5.9.3",
"tailwindcss": "^3.4.18",
"tailwindcss-animate": "^1.0.7"
}
}