{
  "name": "@wisemen/wise-crm-web",
  "type": "module",
  "version": "1.3.1",
  "private": false,
  "description": "CRM frontend package with Vue 3 components, composables and types",
  "author": "Wisemen",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue",
    "vue3",
    "crm",
    "components",
    "typescript"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./testing": {
      "types": "./dist/testing/index.d.ts",
      "import": "./dist/testing.js"
    },
    "./styles": "./dist/style.css"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@tanstack/vue-query": ">=5.0.0",
    "@vueuse/core": ">=13.0.0",
    "@wisemen/vue-core-components": ">=2.0.0",
    "formango": ">=1.0.0",
    "motion-v": ">=1.0.0",
    "pinia": ">=3.0.0",
    "reka-ui": ">=2.6.0",
    "temporal-polyfill": ">=0.3.0",
    "vue": ">=3.5.0",
    "vue-i18n": ">=11.3.0",
    "vue-router": ">=4.5.0",
    "zod": ">=4.0.0"
  },
  "dependencies": {
    "@googlemaps/js-api-loader": "2.0.2",
    "@number-flow/vue": "0.5.0",
    "@tiptap/extension-color": "3.22.3",
    "@tiptap/extension-link": "3.22.3",
    "@tiptap/extension-text-style": "3.22.3",
    "@tiptap/pm": "3.22.3",
    "@tiptap/starter-kit": "3.22.3",
    "@tiptap/vue-3": "3.22.3",
    "@vueuse/router": "14.2.1",
    "@wisemen/vue-core-query": "0.0.47",
    "blurhash": "2.0.5",
    "dayjs": "1.11.20",
    "dompurify": "3.4.0",
    "libphonenumber-js": "1.12.41",
    "vue3-google-map": "0.27.1"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "0.92.4",
    "@tailwindcss/typography": "0.5.19",
    "@tailwindcss/vite": "4.2.2",
    "@tanstack/vue-query": "5.99.0",
    "@vue/tsconfig": "0.9.1",
    "@vueuse/core": "14.2.1",
    "@wisemen/eslint-config-vue": "1.7.6",
    "@wisemen/open-api-plugins": "1.0.0",
    "eslint-plugin-oxlint": "1.60.0",
    "formango": "3.2.4",
    "motion-v": "2.2.1",
    "pinia": "3.0.4",
    "reka-ui": "2.9.6",
    "rollup-plugin-visualizer": "7.0.1",
    "superjson": "2.2.6",
    "tailwind-merge": "3.5.0",
    "tailwindcss": "4.2.2",
    "vite": "8.0.8",
    "vitest": "3.2.4",
    "vue": "3.5.32",
    "vue-router": "5.0.4",
    "zod": "4.3.6"
  },
  "scripts": {
    "build": "vite build && vue-tsc --emitDeclarationOnly --outDir ./dist",
    "dev": "vite build --watch & vue-tsc --emitDeclarationOnly --outDir ./dist --watch",
    "type-check": "vue-tsc --noEmit",
    "test:unit": "vitest --run",
    "openapi-crm-ts": "openapi-ts -f openapiCrm.config.ts",
    "openapi-kbo-ts": "openapi-ts -f openapiKbo.config.ts",
    "lint:eslint": "eslint . --fix --cache",
    "lint:oxlint": "oxlint . --fix",
    "lint": "pnpm lint:oxlint && pnpm lint:eslint",
    "knip": "npx knip --reporter markdown > knip-report.md"
  }
}