Files
KintCare-www/package.json
2023-01-23 20:44:12 -05:00

30 lines
847 B
JSON
Executable File

{
"name": "disin",
"version": "1.3.0",
"description": "Disin - React Next Medical Health & Doctors Template",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "HiBootstrap.com",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"next": "^12.0.4",
"nodemailer": "^6.7.2",
"nodemailer-sendgrid-transport": "^0.2.0",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.5",
"react-dom": "^17.0.2",
"react-hook-form": "^6.15.8",
"react-modal-video": "^1.2.8",
"react-owl-carousel3": "^2.2.5",
"react-tabs": "^3.2.3",
"sass": "^1.44.0",
"sweetalert2": "^10.16.9",
"sweetalert2-react-content": "^3.3.3"
}
}