{
  "name": "ul-lib",
  "version": "0.1.0-beta.13",
  "peerDependencies": {
    "@angular/cli": "^19.1.4",
    "@angular/common": "^18.0.0",
    "@angular/core": "^18.0.0",
    "@ngneat/until-destroy": "^10.0.0",
    "@tailwindcss/cli": "^4.0.0",
    "@tailwindcss/postcss": "^4.1.4",
    "angularx-flatpickr": "^8.1.0",
    "chart.js": "^4.4.6",
    "daisyui": "^5.0.43",
    "flatpickr": "^4.6.13",
    "postcss": "^8.5.1",
    "tailwindcss": "^4.1.4",
    "tailwindcss-motion": "^1.0.1"
  },
  "dependencies": {
    "@tailwindcss/vite": "^4.0.0",
    "sass": "^1.77.6",
    "tslib": "^2.3.0",
    "vite": "^6.0.11"
  },
  "sideEffects": false,
  "bundledDependencies": true,
  "bundleDependencies": [
    "sass",
    "tslib"
  ],
  "module": "fesm2022/ul-lib.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ul-lib.mjs"
    }
  }
}