{
  "name": "@coreui/vue",
  "version": "5.10.0",
  "description": "UI Components Library for Vue.js",
  "keywords": [
    "vue",
    "vue-component",
    "vue component",
    "vue bootstrap",
    "bootstrap vue",
    "ui library",
    "ui components",
    "component library",
    "components"
  ],
  "homepage": "https://coreui.io/vue/",
  "bugs": {
    "url": "https://github.com/coreui/coreui-vue/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coreui/coreui-vue.git"
  },
  "license": "MIT",
  "author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist/",
    "src/",
    "!src/**/__tests__"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "npm-run-all clean build-*",
    "build-cjs": "rollup --environment ESM:false --config",
    "build-esm": "rollup --environment ESM:true --config",
    "clean": "cross-env-shell \"rm -rf dist\"",
    "test": "vitest run --coverage",
    "test:update": "vitest run --coverage -u"
  },
  "dependencies": {
    "@coreui/coreui": "^5.9.0",
    "@popperjs/core": "^2.11.8"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.9",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@vitejs/plugin-vue": "^6.0.8",
    "@vitest/coverage-v8": "^4.1.10",
    "@vue/test-utils": "^2.4.11",
    "cross-env": "^10.1.0",
    "jsdom": "^29.1.1",
    "rollup": "^4.62.2",
    "rollup-plugin-vue": "^6.0.0",
    "typescript": "^5.9.3",
    "vite": "^8.1.5",
    "vitest": "^4.1.10",
    "vue": "^3.5.40",
    "vue-types": "^6.0.0"
  },
  "peerDependencies": {
    "vue": "^3.5.0"
  }
}
