-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
{
"name": "file-sharing-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.4",
"@heroicons/react": "^2.1.1",
"@react-email/components": "^0.0.14",
"axios": "^1.6.5",
"firebase": "^10.7.2",
"next": "14.0.4",
"next-share": "^0.27.0",
"nextjs-toploader": "^1.6.4",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-email": "2.0.0",
"react-file-icon": "^1.4.0",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-toastify": "^10.0.4",
"resend": "^3.1.0"
},
"devDependencies": {
"@types/react": "18.2.48",
"@types/react-file-icon": "^1.0.4",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "5.3.3"
}
}