-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "bluffstuff",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.2",
"@clerk/themes": "^2.2.2",
"@heroicons/react": "^2.1.5",
"@nextui-org/react": "^2.4.8",
"@sendgrid/mail": "^8.1.3",
"@uploadthing/react": "^6.8.0",
"@vercel/postgres": "^0.10.0",
"convex": "^1.17.3",
"framer-motion": "^11.5.6",
"moment": "^2.30.1",
"next": "14.2.6",
"nodemailer": "^6.9.15",
"react": "^18.3.1",
"react-big-calendar": "^1.14.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"twilio": "^5.3.1",
"types": "link:@clerk\\types",
"uploadthing": "^6.13.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.16.7",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.9",
"@types/react-big-calendar": "^1.8.12",
"@types/react-dom": "^18.3.0",
"@types/twilio": "^3.19.3",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}