-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "ekdantamurtis-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.12",
"aos": "^2.3.4",
"cloudinary": "^2.0.3",
"cloudinary-core": "^2.13.0",
"firebase": "^10.8.1",
"js-cookie": "^3.0.5",
"mongoose": "^8.2.0",
"next": "14.1.1",
"notistack": "^3.0.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-image-magnify": "^2.7.4",
"react-slideshow-image": "^4.3.1",
"react-toastify": "^10.0.4",
"recharts": "^2.12.2",
"swiper": "^11.0.7"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}