-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "hperbuds",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.2.0",
"@sendgrid/mail": "^8.1.5",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.2",
"dotenv": "^17.2.0",
"firebase": "^11.10.0",
"firebase-admin": "^13.4.0",
"framer-motion": "^12.10.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.523.0",
"next": "^16.1.1",
"next-auth": "^5.0.0-beta.29",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-otp-input": "^3.1.1",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^7.6.0",
"resend": "^4.6.0",
"tailwind-merge": "^3.3.1",
"validator": "^13.15.15",
"vercel": "^25.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^24.0.13",
"@types/react": "19.1.8",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}