{
  "name": "iict",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "build:analyze": "ANALYZE=true npm run build",
    "start": "next start",
    "export": "next build && next export",
    "lint": "eslint . --ext .js,.jsx --max-warnings 0",
    "lint:fix": "eslint . --ext .js,.jsx --fix",
    "format": "prettier --ignore-path .gitignore --write .",
    "format:check": "prettier --ignore-path .gitignore --check .",
    "validate": "npm run lint && npm run format:check",
    "validate:fix": "npm run lint:fix && npm run format",
    "clean": "rimraf .next out dist",
    "clean:all": "npm run clean && rimraf node_modules package-lock.json",
    "ci": "npm run validate && npm run build",
    "postbuild": "next-sitemap --config next-sitemap.config.js",
    "deploy": "node scripts/deploy.js",
    "prepare": "husky install",
    "pre-commit": "lint-staged",
    "pre-push": "npm run lint"
  },
  "dependencies": {
    "@aws-sdk/client-ses": "^3.911.0",
    "@headlessui/react": "^1.7.17",
    "@heroicons/react": "^1.0.6",
    "@strapi/blocks-react-renderer": "^1.0.2",
    "aos": "^2.3.4",
    "clsx": "^2.1.0",
    "framer-motion": "^10.18.0",
    "gsap": "^3.13.0",
    "lottie-react": "^2.4.1",
    "motion": "^12.23.24",
    "next": "^14.2.31",
    "next-seo": "^6.1.0",
    "next-sitemap": "^4.2.3",
    "next-themes": "^0.2.1",
    "nodemailer": "^6.9.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-floating-whatsapp": "^5.0.8",
    "react-flying-objects": "^1.0.7",
    "react-google-recaptcha": "^3.1.0",
    "react-hot-toast": "^2.4.1",
    "react-icons": "^4.11.0",
    "react-intersection-observer": "^9.5.2",
    "react-markdown": "^10.1.0",
    "react-slick": "^0.30.1",
    "slick-carousel": "^1.8.1",
    "slider": "^1.0.4",
    "swiper": "^12.0.1",
    "typewriter-effect": "^2.22.0",
    "validator": "^13.11.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@next/bundle-analyzer": "^15.5.3",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@tailwindcss/forms": "^0.5.6",
    "@tailwindcss/typography": "^0.5.10",
    "@trivago/prettier-plugin-sort-imports": "^4.2.0",
    "autoprefixer": "10.4.16",
    "eslint": "8.49.0",
    "eslint-config-next": "13.5.2",
    "eslint-config-prettier": "^9.0.0",
    "husky": "^8.0.3",
    "lint-staged": "^16.1.6",
    "postcss": "^8.4.31",
    "postcss-import": "^15.1.0",
    "prettier": "^3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.4",
    "rimraf": "^5.0.5",
    "sass": "^1.68.0",
    "tailwindcss": "3.3.3"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  }
}
