{
  "name": "nuxt-app",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev --open",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare",
    "lint": "eslint .",
    "typecheck": "nuxt typecheck"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^7.2.0",
    "@iconify-json/lucide": "^1.2.74",
    "@iconify-json/simple-icons": "^1.2.59",
    "@nuxt/image": "2.0.0",
    "@nuxt/ui": "^4.2.1",
    "@nuxtjs/i18n": "10.2.1",
    "@pinia/nuxt": "0.11.3",
    "@vee-validate/nuxt": "^4.15.1",
    "@vee-validate/rules": "^4.15.1",
    "@vuelidate/core": "^2.0.3",
    "@vuepic/vue-datepicker": "^12.1.0",
    "aos": "^2.3.4",
    "crypto-js": "^4.2.0",
    "js-cookie": "^3.0.5",
    "moment": "^2.30.1",
    "moment-timezone": "^0.6.0",
    "nuxt": "^4.2.1",
    "nuxt-swiper": "^2.0.1",
    "pinia": "^3.0.4",
    "sweetalert2": "^11.26.10",
    "swiper": "^12.1.0",
    "vee-validate": "^4.15.1"
  },
  "devDependencies": {
    "@types/node": "^25.0.1",
    "eslint": "^9.39.1",
    "typescript": "^5.9.3",
    "vue-tsc": "^3.1.5"
  },
  "pnpm": {
    "overrides": {
      "h3": "1.15.1"
    }
  },
  "packageManager": "pnpm@10.23.0"
}