-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.53 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
{
"name": "kkrecords",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"@loglib/tracker": "^0.8.0",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"@react-three/rapier": "^1.3.1",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/image-url": "^1.0.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"algoliasearch": "^4.23.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"gsap": "^3.12.5",
"lenis": "^1.1.9",
"lucide-react": "^0.338.0",
"next": "14.1.0",
"next-sanity": "^8.3.2",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-share": "^5.1.0",
"sanity-algolia": "^1.1.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.163.0"
},
"devDependencies": {
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@types/three": "^0.163.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.4.5"
}
}