{
  "name": "morni",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "test:run": "vitest run"
  },
  "dependencies": {
    "@headlessui/react": "2.2.0",
    "@next-auth/prisma-adapter": "1.0.7",
    "@reduxjs/toolkit": "2.8.2",
    "@stripe/react-stripe-js": "3.7.0",
    "@stripe/stripe-js": "7.3.0",
    "@tailwindcss/postcss": "4.0.7",
    "autoprefixer": "10.4.20",
    "axios": "1.9.0",
    "formik": "2.4.6",
    "framer-motion": "12.23.22",
    "html-to-image": "1.11.13",
    "js-cookie": "3.0.5",
    "lodash.debounce": "4.0.8",
    "next": "16.1.6",
    "next-auth": "4.24.11",
    "papaparse": "5.5.2",
    "qs": "6.14.0",
    "query-string": "9.1.1",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-google-recaptcha": "3.1.0",
    "react-infinite-scroll-component": "6.1.0",
    "react-intersection-observer": "9.16.0",
    "react-modal": "3.16.3",
    "react-redux": "9.2.0",
    "react-swipeable": "7.0.2",
    "react-toastify": "11.0.5",
    "scheduler": "0.27.0",
    "swapy": "1.0.5",
    "swiper": "11.2.5",
    "yup": "1.6.1",
    "zustand": "5.0.3"
  },
  "devDependencies": {
    "@eslint/eslintrc": "3",
    "@iconify/json": "2.2.309",
    "@iconify/tailwind4": "1.0.3",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.1",
    "@types/js-cookie": "3.0.6",
    "@types/lodash.debounce": "4.0.9",
    "@types/node": "20",
    "@types/papaparse": "5.3.15",
    "@types/qs": "6.9.18",
    "@types/react": "19",
    "@types/react-dom": "19",
    "@types/react-google-recaptcha": "2.1.9",
    "@vitejs/plugin-react": "5.1.2",
    "@vitest/coverage-v8": "4.0.17",
    "@vitest/ui": "4.0.17",
    "eslint": "9",
    "eslint-config-next": "16.1.6",
    "jsdom": "25.0.1",
    "postcss": "8.5.3",
    "prettier": "3.5.1",
    "prettier-plugin-tailwindcss": "0.6.11",
    "tailwindcss": "4.0.7",
    "typescript": "5.8.3",
    "vitest": "4.0.17"
  }
}
