-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.61 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
58
59
60
61
62
63
64
65
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "2.1.2",
"@radix-ui/react-alert-dialog": "1.1.17",
"@radix-ui/react-slot": "1.3.0",
"@radix-ui/react-switch": "1.3.1",
"@radix-ui/react-tabs": "1.1.15",
"@radix-ui/react-toast": "1.2.17",
"@types/node": "20.19.43",
"@types/react": "18.3.31",
"@types/react-dom": "18.3.7",
"@vercel/analytics": "1.6.1",
"autoprefixer": "10.5.0",
"class-variance-authority": "0.7.1",
"cloudinary": "2.10.0",
"clsx": "2.1.1",
"eslint": "8.57.1",
"eslint-config-next": "13.5.11",
"face-api.js": "0.22.2",
"firebase": "11.10.0",
"firebase-admin": "14.0.0",
"framer-motion": "12.40.0",
"gsap": "3.15.0",
"lucide-react": "0.446.0",
"mongoose": "9.7.1",
"next": "13.5.11",
"postcss": "8.5.15",
"posthog-js": "1.391.2",
"posthog-node": "5.38.2",
"postprocessing": "6.39.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-phone-number-input": "3.4.17",
"request-ip": "3.3.0",
"tailwind-merge": "2.6.1",
"tailwindcss": "3.4.19",
"tailwindcss-animate": "1.0.7",
"three": "0.184.0",
"tone": "15.5.22",
"typescript": "5.9.3"
},
"devDependencies": {
"@types/request-ip": "0.0.41",
"@types/three": "0.184.1"
},
"overrides": {
"jose": "5.10.0",
"minimatch": "9.0.9",
"node-fetch": "2.7.0",
"postcss": "8.5.15",
"uuid": "11.1.1"
}
}