-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 863 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
{
"name": "hearme",
"version": "1.5.0",
"description": "HearMe - React Next Social Media Personal Portfolio Template",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"next": "^12.0.4",
"nodemailer": "^6.7.2",
"nodemailer-sendgrid-transport": "^0.2.0",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^17.0.2",
"react-hook-form": "^5.7.2",
"react-modal-video": "^1.2.8",
"reactstrap": "^8.10.1",
"sass": "^1.43.5",
"sweetalert2": "^9.17.2",
"sweetalert2-react-content": "^3.3.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "EnvyTheme.com",
"license": "ISC"
}