-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 942 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
{
"name": "devgator",
"version": "1.9.0",
"description": "Devgator Software Agency",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start"
},
"author": "Amine Hassou",
"license": "ISC",
"dependencies": {
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^0.21.4",
"next": "^12.1.6",
"nodemailer": "^6.7.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.5",
"react-dom": "^17.0.2",
"react-image-lightbox": "^5.1.4",
"react-modal-video": "^1.2.8",
"react-tabs": "^4.2.0",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.43.4",
"sweetalert2": "^11.1.10",
"sweetalert2-react-content": "^4.2.0",
"swiper": "^8.2.2"
}
}