-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 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
37
38
39
40
{
"name": "my-animated-site-next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.2",
"@studio-freight/lenis": "^1.0.42",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.3.24",
"gsap": "^3.12.5",
"lenis": "^1.1.9",
"lucide-react": "^0.475.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.26.0",
"react-simple-typewriter": "^5.0.1",
"resend": "^4.5.1",
"smooth-scroll": "^16.1.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.6.3"
}
}