{
  "name": "@merkaly/nuxt",
  "version": "0.7.8",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merkaly-io/nuxt.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@auth0/auth0-spa-js": "^2.21.1",
    "@bootstrap-vue-next/nuxt": "^0.45.5",
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/eslint": "1.16.0",
    "@nuxt/eslint-config": "^1.16.0",
    "@nuxt/fonts": "0.14.0",
    "@nuxt/image": "^2.0.0",
    "@nuxt/kit": "^4.4.8",
    "@nuxtjs/i18n": "^10.4.0",
    "@nuxtjs/plausible": "^3.0.2",
    "@sentry/nuxt": "^10.59.0",
    "@types/node": "latest",
    "@types/vue-select": "^3.16.8",
    "@vueuse/components": "^14.3.0",
    "@vueuse/core": "^14.3.0",
    "@vueuse/integrations": "^14.3.0",
    "@vueuse/nuxt": "^14.3.0",
    "bootstrap": "^5.3.8",
    "bootstrap-vue-next": "^0.45.5",
    "change-case": "^5.4.4",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.15.1",
    "eslint": "^10.5.0",
    "filesize": "^11.0.17",
    "gsap": "^3.15.0",
    "notivue": "^2.4.5",
    "nuxt": "^4.4.8",
    "reflect-metadata": "^0.2.2",
    "sass": "^1.101.0",
    "typescript": "~5.9.3",
    "v-money3": "^3.26.1",
    "vite-svg-loader": "^5.1.1",
    "vue": "^3.5.38",
    "vue-router": "^5.1.0",
    "vue-select": "4.0.0-beta.6"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.8",
    "@nuxt/test-utils": "^4.0.3",
    "changelogen": "^0.6.2",
    "eslint-plugin-storybook": "^10.4.3",
    "vitest": "^4.1.8",
    "vue-tsc": "^3.3.4"
  },
  "optionalDependencies": {
    "defu": "^6.1.7"
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "build:stub": "nuxt-module-build build --stub",
    "lint": "eslint .",
    "test": "vitest run",
    "test:types": "vue-tsc --noEmit",
    "test:watch": "vitest watch"
  }
}