-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
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
41
{
"name": "digital-uptopia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check": "tsc --noEmit && eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@nextui-org/react": "^2.4.8",
"@react-types/datepicker": "^3.8.3",
"@sendgrid/mail": "^8.1.4",
"@types/nodemailer": "^6.4.16",
"firebase": "^10.14.1",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.11.8",
"fs": "0.0.1-security",
"gsap": "^3.12.5",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-seo": "^6.6.0",
"nodemailer": "^6.9.15",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}