{
  "name": "@histoire/vendors",
  "type": "module",
  "version": "1.0.0-beta.1",
  "description": "Bundled vendors for histoire",
  "author": {
    "name": "Guillaume Chau"
  },
  "license": "MIT",
  "repository": {
    "url": "https://github.com/Akryum/histoire.git",
    "type": "git",
    "directory": "packages/histoire-vendors"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    "./floating-vue": "./dist/client/b-floating-vue.js",
    "./iconify": "./dist/client/b-iconify.js",
    "./pinia": "./dist/client/b-pinia.js",
    "./scroll": "./dist/client/b-scroll.js",
    "./vue-router": "./dist/client/b-vue-router.js",
    "./vue-use": "./dist/client/b-vue-use.js",
    "./vue": "./dist/client/b-vue.js",
    "./*": "./*"
  },
  "devDependencies": {
    "@iconify/vue": "^4.1.2",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@types/node": "^22.10.1",
    "@vueuse/core": "^12.0.0",
    "execa": "^9.5.1",
    "floating-vue": "5.2.2",
    "fs-extra": "^11.2.0",
    "globby": "^14.0.2",
    "pinia": "^2.3.0",
    "rollup": "^4.28.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "scroll-into-view-if-needed": "^3.1.0",
    "typescript": "5.6.3",
    "vue": "^3.5.26",
    "vue-router": "^4.5.0"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c rollup.config.mjs"
  }
}