-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 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
{
"name": "0.5",
"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.2.3",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"geist": "^1.5.1",
"gsap": "^3.13.0",
"lucide-react": "^0.539.0",
"next": "^14.2.32",
"ogl": "^1.0.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.35.0",
"eslint-config-next": "^0.2.4",
"typescript": "^5"
},
"overrides": {
"debug": "4.4.1",
"chalk": "4.1.2",
"ansi-styles": "4.3.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"supports-color": "7.2.0"
}
}