{
  "name": "@stisla/vanilla",
  "version": "3.0.2",
  "description": "Stisla vanilla-JS behavior layer (no-build interactivity for the @stisla/css components). One entry registers every component; import individual modules from @stisla/vanilla/components/<name>.js to compose a subset. ESM for bundlers; the CDN build emits IIFE stisla.js (window.Stisla + auto-init).",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "@floating-ui/dom": "^1.7.6",
    "embla-carousel": "^8.6.0",
    "focus-trap": "^8.2.1",
    "overlayscrollbars": "^2.16.0",
    "tom-select": "^2.6.1"
  },
  "exports": {
    ".": "./src/index.js",
    "./components/*": "./src/components/*",
    "./core/*": "./src/core/*",
    "./package.json": "./package.json"
  },
  "sideEffects": [
    "./src/index.js",
    "./src/components/*.js"
  ],
  "files": [
    "src",
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stisla/stisla.git",
    "directory": "packages/vanilla"
  },
  "homepage": "https://github.com/stisla/stisla#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "esbuild": "^0.28.1"
  },
  "scripts": {
    "build": "node scripts/build-vanilla.mjs"
  }
}