-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
42
43
44
45
46
47
48
49
50
{
"name": "flow-board-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"@prisma/client": "^5.20.0",
"@supabase/supabase-js": "^2.45.4",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"formidable": "^3.5.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"mermaid": "^11.4.1",
"next": "14.2.15",
"next-auth": "^4.24.11",
"nodemailer": "^6.9.15",
"openai": "^4.0.0",
"react": "^18",
"react-calendar": "^5.1.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-toastify": "^10.0.6",
"sweetalert2": "^11.14.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15",
"file-loader": "^6.2.0",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.1"
}
}