-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/youtube": "^0.0.47",
"axios": "^1.3.5",
"cloudinary": "^1.35.0",
"express": "^4.18.2",
"mongodb": "^5.3.0",
"mongodb-connection-string-url": "^2.6.0",
"mongoose": "^7.0.3",
"next": "latest",
"next-auth": "^4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-slick": "^0.29.0",
"recharts": "^2.5.0",
"sass": "^1.60.0",
"sharp": "^0.32.0",
"slick-carousel": "^1.8.1",
"tw-elements": "^1.0.0-beta2"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}