-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 KB
/
package.json
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
{
"name": "kinimatic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@motionone/utils": "^10.18.0",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"dynamic": "^4.2.2",
"embla-carousel-fade": "^8.5.1",
"embla-carousel-react": "^8.3.0",
"flickity": "^3.0.0",
"flickity-fade": "^2.0.0",
"framer-motion": "^11.5.6",
"gsap": "file:gsap-bonus.tgz",
"lenis": "^1.1.13",
"lucide-react": "^0.445.0",
"maath": "^0.10.8",
"next": "^14.2.18",
"next-seo": "^6.6.0",
"postprocessing": "^6.36.3",
"react": "^18.2.0",
"react-animated-numbers": "^0.18.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-spring": "^9.7.4",
"sass": "^1.81.0",
"three": "^0.168.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.13"
}
}