-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 950 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
{
"name": "carcentererding-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"animate.css": "^4.1.1",
"aws-sdk": "^2.1528.0",
"bootstrap": "^5.3.1",
"fs": "^0.0.1-security",
"intl-tel-input": "^18.2.1",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"next": "^13.5.6",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-cookie-consent": "^9.0.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-modal-video": "^2.0.1",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swiper": "^8.3.2",
"use-count-up": "^3.0.1",
"uuid": "^9.0.1",
"wow.js": "^1.2.2",
"wowjs": "^1.1.3",
"yet-another-react-lightbox": "^3.12.1"
}
}