{
  "name": "bigin-ui",
  "version": "1.2.1",
  "description": "A Component Library for Vue 3",
  "keywords": [
    "bigin-ui",
    "element",
    "component library",
    "ui framework",
    "ui",
    "vue"
  ],
  "homepage": "https://bdsv3.netlify.app/",
  "bugs": {
    "url": "https://gitlab.com/bigin/bigin-ui/-/issues"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.mjs",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": {
        "default": "./es/index.mjs",
        "types": "./es/index.d.ts"
      }
    },
    "./es": {
      "default": "./es/index.mjs",
      "types": "./es/index.d.ts"
    },
    "./lib": "./lib/index.js",
    "./es/*.mjs": {
      "default": "./es/*.mjs",
      "types": "./es/*.d.ts"
    },
    "./es/*": {
      "default": "./es/*.mjs",
      "types": "./es/*.d.ts"
    },
    "./lib/*.js": "./lib/*.js",
    "./lib/*": "./lib/*.js",
    "./*": "./*"
  },
  "unpkg": "dist/index.full.js",
  "jsdelivr": "dist/index.full.js",
  "repository": {
    "type": "git",
    "url": "git+https://git@gitlab.com:bigin/bigin-ui.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "style": "dist/index.css",
  "sideEffects": [
    "dist/*",
    "theme-chalk/**/*.css",
    "theme-chalk/src/**/*.scss",
    "es/components/*/style/*",
    "lib/components/*/style/*"
  ],
  "peerDependencies": {
    "nuxt": "^4.0.0",
    "vue": "^3.5.0"
  },
  "peerDependenciesMeta": {
    "nuxt": {
      "optional": true
    }
  },
  "dependencies": {
    "@bigin/escape-html": "^1.0.5",
    "@bigin/icons-vue": "^3.1.8",
    "@bigin/popperjs-es": "^2.12.0",
    "@ctrl/tinycolor": "^3.4.1",
    "@floating-ui/dom": "^0.5.0",
    "@lottiefiles/lottie-player": "^1.7.1",
    "@nuxt/kit": "^4.0.0",
    "@vueuse/core": "^9.5.0",
    "chart.js": "^4.2.1",
    "dayjs": "2.0.0-alpha.4",
    "libphonenumber-js": "^1.10.14",
    "lodash-unified": "^1.0.2",
    "memoize-one": "^6.0.0",
    "normalize-wheel-es": "^1.1.2",
    "vue-chartjs": "^5.2.0"
  },
  "devDependencies": {
    "@nuxt/schema": "^4.0.0",
    "@types/node": "^20.0.0",
    "csstype": "^2.6.20",
    "vue": "^3.5.13",
    "vue-router": "^4.0.15"
  },
  "vetur": {
    "tags": "tags.json",
    "attributes": "attributes.json"
  },
  "web-types": "web-types.json",
  "browserslist": [
    "> 1%",
    "not ie 11",
    "not op_mini all"
  ]
}