{
  "name": "@leaflink/stash-vue",
  "version": "0.0.0-semantically-released",
  "description": "LeafLink's first-party Vue components.",
  "homepage": "https://stash.leaflink.com",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./assets/icons/*": "./assets/icons/*",
    "./assets/illustrations/FileUpload/*": "./assets/illustrations/FileUpload/*",
    "./assets/illustrations/spot/*": "./assets/illustrations/spot/*",
    "./assets/illustrations/vignette/*": "./assets/illustrations/vignette/*",
    "./assets/logos/*": "./assets/logos/*",
    "./components.css": "./dist/components.css",
    "./styles/components": "./dist/components.css",
    "./styles/components/*": "./styles/components/*",
    "./styles/elements/*": "./styles/elements/*",
    "./styles/overrides/*": "./styles/overrides/*",
    "./styles/utility/*": "./styles/utility/*",
    "./styles/*": "./styles/*",
    "./DataTable": {
      "types": "./dist/DataTable/index.d.ts",
      "import": "./dist/DataTable/index.js",
      "default": "./dist/DataTable/index.js"
    },
    "./types/*": "./types/*.ts",
    "./utils/*": {
      "types": "./dist/utils/*.d.ts",
      "import": "./dist/utils/*.js",
      "default": "./dist/utils/*.js"
    },
    "./directives/*": {
      "types": "./dist/directives/*.d.ts",
      "import": "./dist/directives/*.js",
      "default": "./dist/directives/*.js"
    },
    "./*.vue": {
      "types": "./dist/*.vue.d.ts",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    }
  },
  "files": [
    "assets",
    "dist",
    "styles",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeafLink/stash.git"
  },
  "bugs": {
    "url": "https://github.com/LeafLink/stash/issues"
  },
  "engines": {
    "node": "^24 || ^22",
    "pnpm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "dependencies": {
    "@floating-ui/vue": "1.1.5",
    "@googlemaps/js-api-loader": "1.16.8",
    "@leaflink/snitch": "1.2.1",
    "@tanstack/vue-table": "^8.21.3",
    "@vueuse/core": "14.1.0",
    "@vueuse/integrations": "14.1.0",
    "date-fns": "3.6.0",
    "date-fns-tz": "3.1.3",
    "fuzzysort": "3.0.2",
    "sanitize-html": "2.13.0",
    "sortablejs": "1.15.7",
    "v-calendar": "3.1.2",
    "vue-currency-input": "3.1.0",
    "vue-inline-svg": "3.1.4",
    "vue3-carousel": "0.3.4",
    "vue3-touch-events": "4.2.0",
    "@leaflink/stash-constants": "0.0.0-semantically-released",
    "@leaflink/stash-types": "0.0.0-semantically-released",
    "@leaflink/stash-utils": "0.0.0-semantically-released",
    "@leaflink/stash-theme": "0.0.0-semantically-released"
  },
  "devDependencies": {
    "@babel/core": "7.26.10",
    "@babel/preset-env": "7.26.9",
    "@babel/preset-typescript": "7.26.0",
    "@rollup/pluginutils": "^5.1.1",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.8.0",
    "@testing-library/user-event": "^14.5.2",
    "@testing-library/vue": "^8.1.0",
    "@vitejs/plugin-vue": "6.0.7",
    "@vitejs/plugin-vue-jsx": "5.1.5",
    "@vitest/coverage-v8": "4.1.7",
    "@vue/babel-plugin-jsx": "1.4.0",
    "@vue/test-utils": "^2.4.6",
    "autoprefixer": "^10.4.20",
    "es-toolkit": "^1.46.1",
    "jsdom": "^25.0.1",
    "postcss": "^8.4.47",
    "postcss-html": "^1.7.0",
    "postcss-preset-env": "^10.4.0",
    "prettier": "^3.6.2",
    "quill": "^2.0.2",
    "rollup-plugin-copy": "^3.5.0",
    "svg-sprite": "^2.0.4",
    "typescript": "6.0.3",
    "vite": "8.0.13",
    "vite-svg-loader": "^5.1.1",
    "vitest": "4.1.7",
    "vue-tsc": "3.3.1"
  },
  "peerDependencies": {
    "@types/google.maps": "^3.58.1",
    "@types/plaid-link": "^2.0.15",
    "es-toolkit": "^1.46.1",
    "tailwindcss": "^4.x.x",
    "vue": "^3.5.28",
    "vue-router": "^4.6.4"
  },
  "peerDependenciesMeta": {
    "@leaflink/snitch": {
      "optional": true
    },
    "@types/google.maps": {
      "optional": true
    },
    "@types/plaid-link": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "volta": {
    "node": "22.19.0",
    "pnpm": "11.0.8"
  },
  "scripts": {
    "prebuild": "svg-sprite --symbol --symbol-dest=assets/ --symbol-sprite=spritesheet.svg --svg-namespace-ids=false assets/icons/*.svg assets/integrations/*.svg",
    "build": "vite build && pnpm build:dts",
    "build:dts": "vue-tsc -p tsconfig.dts.json && tsx scripts/flatten-dts.mts",
    "pretest": "nx run-many -t build -p constants,theme,types,utils",
    "test": "vitest run --reporter verbose",
    "test:watch": "vitest --reporter verbose",
    "pretest:ci": "nx run-many -t build -p constants,theme,types,utils",
    "test:ci": "vitest run --silent --coverage",
    "type-check": "vue-tsc --noEmit -p tsconfig.build.json"
  }
}