-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 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
{
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@react-google-maps/api": "^2.19.3",
"@react-spring/web": "^9.7.5",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"axios": "^1.7.7",
"chart.js": "^4.4.7",
"cookie-parser": "^1.4.7",
"country-list": "^2.3.0",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"framer-motion": "^11.11.11",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.475.0",
"mongoose": "^8.8.3",
"multer": "^1.4.5-lts.1",
"next": "^14.2.14",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-slick": "^0.30.2",
"shadcn-ui": "^0.9.4",
"slick-carousel": "^1.8.1",
"stripe.js": "^0.0.1"
},
"devDependencies": {
"json-server": "^1.0.0-beta.3",
"nodemon": "^3.1.7"
}
}