{
  "name": "@volosoft/ngx-lepton-x",
  "version": "5.6.1",
  "dependencies": {
    "@volo/ngx-lepton-x.core": "5.6.1",
    "bootstrap-icons": "~1.7.2",
    "tslib": "^2.3.0",
    "@floating-ui/dom": "~1.2.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./assets/*": {
      "default": "./assets/*"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/volosoft-ngx-lepton-x.d.ts",
      "default": "./fesm2022/volosoft-ngx-lepton-x.mjs"
    },
    "./layouts": {
      "types": "./types/volosoft-ngx-lepton-x-layouts.d.ts",
      "default": "./fesm2022/volosoft-ngx-lepton-x-layouts.mjs"
    }
  },
  "homepage": "https://www.leptontheme.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/volosoft/lepton.git"
  },
  "license": "LGPL-3.0",
  "keywords": [
    "aspnetcore",
    "boilerplate",
    "framework",
    "web",
    "best-practices",
    "angular",
    "maui",
    "blazor",
    "mvc",
    "csharp",
    "webapp"
  ],
  "module": "fesm2022/volosoft-ngx-lepton-x.mjs",
  "typings": "types/volosoft-ngx-lepton-x.d.ts",
  "sideEffects": false,
  "type": "module"
}