-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 949 Bytes
/
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
{
"name": "projectinbio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/firebase-adapter": "^2.7.2",
"@next/third-parties": "^15.1.1",
"@stripe/stripe-js": "^5.3.0",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"firebase-admin": "^12.6.0",
"lucide-react": "^0.454.0",
"mixpanel": "^0.18.0",
"next": "15.1.1",
"next-auth": "^5.0.0-beta.25",
"react": "19.0.0",
"react-dom": "19.0.0",
"resend": "^4.0.1",
"stripe": "^17.4.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}