{
  "name": "@zdzcode/zdzcode-vuetify-extensions",
  "type": "module",
  "version": "0.5.82",
  "packageManager": "pnpm@8.7.6",
  "description": "Zero-Config Nuxt Module for Vuetify",
  "author": "userquin <userquin@gmail.com>",
  "license": "MIT",
  "homepage": "https://zdzcode@dev.azure.com/zdzcode/ZDZCode%20Libraries/_git/ZC.WEB.VueJS.Core#readme",
  "repository": {
    "type": "git",
    "url": "https://zdzcode@dev.azure.com/zdzcode/ZDZCode%20Libraries/_git/ZC.WEB.VueJS.Core"
  },
  "bugs": "https://zdzcode@dev.azure.com/zdzcode/ZDZCode%20Libraries/_git/ZC.WEB.VueJS.Core/issues",
  "keywords": [
    "nuxt",
    "nuxt 3",
    "vuetify",
    "vuetify 3",
    "nuxt-module"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "require": "./dist/module.cjs",
      "import": "./dist/module.mjs"
    },
    "./custom-configuration": {
      "types": "./custom-configuration.d.ts",
      "require": "./custom-configuration.cjs",
      "import": "./custom-configuration.mjs"
    },
    "./configuration": {
      "types": "./configuration.d.ts"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist",
    "*.cjs",
    "*.d.ts",
    "*.mjs"
  ],
  "scripts": {
    "build": "pnpm dev:prepare && nuxt-module-build",
    "dev": "nuxi dev playground",
    "reset": "rm -rf node_modules && rm -rf yarn.lock && yarn",
    "dev:multiple-json": "MULTIPLE_LANG_FILES=true nuxi dev playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "dev:prepare:multiple-json": "nuxt-module-build --stub && MULTIPLE_LANG_FILES=true nuxi prepare playground",
    "dev:build": "nuxi build playground",
    "dev:generate": "nuxi generate playground",
    "dev:build:multiple-json": "MULTIPLE_LANG_FILES=true nuxi build playground",
    "dev:generate:multiple-json": "MULTIPLE_LANG_FILES=true nuxi generate playground",
    "dev:preview": "nuxi preview playground",
    "docs:dev": "pnpm -C docs run dev",
    "docs:build": "pnpm dev:prepare && pnpm -C docs run build",
    "docs:serve": "pnpm -C docs run serve",
    "lint": "eslint .",
    "lint:fix": "nr lint --fix",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "prepublishOnly": "pnpm build",
    "release": "bumpp && npm login && npm publish --access public"
  },
  "dependencies": {
    "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
    "@nuxt/kit": "^3.7.4",
    "@vee-validate/zod": "^4.11.7",
    "axios": "^1.5.1",
    "defu": "^6.1.2",
    "notivue": "^1.3.3",
    "odata-query": "^7.0.4",
    "perfect-debounce": "^1.0.0",
    "unconfig": "^0.3.9",
    "vee-validate": "latest",
    "vite-plugin-vuetify": "latest",
    "vuetify": "latest",
    "zod": "^3.22.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.41.0",
    "@antfu/ni": "^0.21.8",
    "@date-io/luxon": "^2.17.0",
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/vue-fontawesome": "^3.0.3",
    "@iconify-json/carbon": "^1.1.21",
    "@iconify-json/mdi": "^1.1.54",
    "@mdi/js": "^7.2.96",
    "@nuxt/devtools": "^0.7.0",
    "@nuxt/module-builder": "^0.4.0",
    "@nuxt/schema": "^3.6.5",
    "@nuxt/test-utils": "^3.6.5",
    "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
    "@parcel/watcher": "^2.2.0",
    "@types/node": "^18",
    "@unocss/nuxt": "^0.53.6",
    "bumpp": "^9.2.0",
    "eslint": "^8.49.0",
    "luxon": "^3.3.0",
    "nuxt": "latest",
    "sass": "^1.63.6",
    "typescript": "^5.2.2",
    "vite": "latest",
    "vitest": "^0.31.4"
  },
  "build": {
    "externals": [
      "@vuetify/loader-shared",
      "node:child_process",
      "node:fs",
      "consola",
      "esbuild",
      "local-pkg",
      "pathe",
      "perfect-debounce",
      "rollup",
      "upath",
      "ufo",
      "unconfig",
      "vite",
      "vite-plugin-vuetify",
      "vuetify"
    ]
  },
  "stackblitz": {
    "installDependencies": false,
    "startCommand": "node .stackblitz.js && pnpm install && pnpm run dev"
  }
}
