package.json 953 Bytes
{
  "name": "advith-consulting",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "start": "next start -p 3001",
    "lint": "next lint"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.3.0",
    "axios": "^1.7.7",
    "bootstrap": "^5.3.3",
    "eslint-config-next": "^13.5.6",
    "framer-motion": "^11.3.24",
    "next": "^13.5.6",
    "nodemailer": "^6.9.15",
    "qs": "^6.13.0",
    "query-string": "^9.1.1",
    "react": "^18.3.1",
    "react-accessible-accordion": "^5.0.0",
    "react-bootstrap": "^2.10.4",
    "react-dom": "^18.3.1",
    "react-facebook-pixel": "^1.0.4",
    "react-gtm-module": "^2.0.11",
    "react-hook-form": "^7.53.0",
    "react-js-pagination": "^3.0.3",
    "react-paginate": "^8.2.0",
    "react-redux": "^9.1.2",
    "react-tabs": "^6.0.2",
    "sweetalert2": "^6.6.1",
    "sweetalert2-react-content": "^5.0.7",
    "swiper": "^11.1.9"
  }
}