{
  "name": "litewind-alpine",
  "version": "0.1.46",
  "description": "",
  "exports": {
    "./breadcrumb.js": "./components/breadcrumb/dist/module.esm.js",
    "./collapse.js": "./components/collapse/dist/module.esm.js",
    "./datepicker.js": "./components/datepicker/dist/module.esm.js",
    "./dropdown.js": "./components/dropdown/dist/module.esm.js",
    "./dropdown-context.js": "./components/dropdown-context/dist/module.esm.js",
    "./modal.js": "./components/modal/dist/module.esm.js",
    "./notify.js": "./components/notify/dist/module.esm.js",
    "./pagination.js": "./components/pagination/dist/module.esm.js",
    "./progress.js": "./components/progress/dist/module.esm.js",
    "./sidepanel.js": "./components/sidepanel/dist/module.esm.js",
    "./table.js": "./components/table/dist/module.esm.js",
    "./tabs.js": "./components/tabs/dist/module.esm.js",
    "./tooltip.js": "./components/tooltip/dist/module.esm.js",
    "./form-text.js": "./components/form-text/dist/module.esm.js",
    "./input.js": "./components/input/dist/module.esm.js",
    "./select.js": "./components/select/dist/module.esm.js",
    "./textarea.js": "./components/textarea/dist/module.esm.js",
    "./alert.js": "./components/alert/dist/module.esm.js",
    "./carousel.js": "./components/carousel/dist/module.esm.js",
    "./autocomplete.js": "./components/autocomplete/dist/module.esm.js",
    "./range.js": "./components/range/dist/module.esm.js",
    "./switch.js": "./components/switch/dist/module.esm.js"
  },
  "scripts": {
    "tailwind": "npx @tailwindcss/cli -i ./input.css -o ./output.css --watch",
    "dev": "npx @11ty/eleventy-dev-server --port=8080",
    "test": "jest",
    "build": "node scripts/build.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@11ty/eleventy-dev-server": "^2.0.8",
    "@eslint/js": "^9.28.0",
    "@happy-dom/jest-environment": "^16.0.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/user-event": "^14.5.2",
    "esbuild": "0.24.2",
    "eslint": "^9.28.0",
    "globals": "^16.2.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^26.1.0",
    "prettier": "^3.4.1",
    "prettier-plugin-tailwindcss": "^0.6.11",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.13",
    "@tailwindcss/cli": "^4.1.5",
    "tailwindcss": "^4.1.5"
  }
}
