{
  "_from": "flowbite-vue@^0.0.10",
  "_id": "flowbite-vue@0.0.10",
  "_inBundle": false,
  "_integrity": "sha512-jlF/ih2BS5SMTkKqkw2Rb6GZx/UH9i3xB9zMaRiLlv+duo0xzax8OsmwW5MoQmjgwHYKrGAC/1Zfh3uBuv1/lQ==",
  "_location": "/flowbite-vue",
  "_phantomChildren": {
    "@popperjs/core": "2.11.8",
    "mini-svg-data-uri": "1.4.4"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "flowbite-vue@^0.0.10",
    "name": "flowbite-vue",
    "escapedName": "flowbite-vue",
    "rawSpec": "^0.0.10",
    "saveSpec": null,
    "fetchSpec": "^0.0.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/flowbite-vue/-/flowbite-vue-0.0.10.tgz",
  "_shasum": "420d218cda8089c2fee1b479f29892ceee4c42e3",
  "_spec": "flowbite-vue@^0.0.10",
  "_where": "/home/sagremc/chronos-v2",
  "author": {
    "name": "themesberg"
  },
  "bugs": {
    "url": "https://github.com/themesberg/flowbite-vue/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@vueuse/core": "9.3.0",
    "classnames": "2.3.2",
    "floating-vue": "^2.0.0-beta.20",
    "flowbite": "1.5.4",
    "lodash-es": "4.17.21",
    "nanoid": "4.0.0",
    "tailwindcss": "^3"
  },
  "deprecated": false,
  "description": "<div align=\"center\">   <h1>flowbite-vue</h1>   <p>     <a href=\"https://flowbite.com\">       <img alt=\"Flowbite - Tailwind CSS components\" width=\"350\" src=\"./docs/assets/github.png\">     </a>   </p>   <p>     Build websites even faster with components on top of Vue and Tailwind CSS   </p>   <p>     <a href=\"https://codecov.io/gh/themesberg/flowbite-vue\">       <img src=\"https://codecov.io/gh/themesberg/flowbite-vue/branch/main/graph/badge.svg?token=wnw40SeY4k\"/>     </a>     <a href=\"https://discord.com/invite/4eeurUVvTy\">       <img src=\"https://img.shields.io/discord/902911619032576090?color=%237289da&label=Discord\" alt=\"Discord\">     </a>     <a href=\"https://www.npmjs.com/package/flowbite-vue\">       <img src=\"https://img.shields.io/npm/dt/flowbite-vue.svg\" alt=\"Total Downloads\">     </a>     <a href=\"https://badge.fury.io/js/flowbite-vue\">       <img alt=\"Latest release\" src=\"https://badge.fury.io/js/flowbite-vue.svg\">     </a>     <a href=\"https://flowbite.com/getting-started/license/\">       <img src=\"https://img.shields.io/badge/license-MIT-blue\" alt=\"Licenese\">     </a>   </p> </div>",
  "devDependencies": {
    "@types/lodash-es": "4.17.6",
    "@types/node": "18.11.9",
    "@typescript-eslint/eslint-plugin": "5.43.0",
    "@typescript-eslint/parser": "5.43.0",
    "@vitejs/plugin-vue": "3.2.0",
    "@vue/test-utils": "2.2.4",
    "@vue/tsconfig": "0.1.3",
    "c8": "7.12.0",
    "eslint": "8.28.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-vue": "9.7.0",
    "jsdom": "20.0.3",
    "postcss": "8.4.19",
    "postcss-prefix-selector": "1.16.0",
    "prettier": "2.7.1",
    "tsc-alias": "1.7.1",
    "typescript": "4.7.3",
    "vite": "3.2.5",
    "vitepress": "1.0.0-alpha.30",
    "vitest": "0.25.2",
    "vue-eslint-parser": "9.1.0",
    "vue-tsc": "0.30.0"
  },
  "engines": {
    "node": ">=14.x",
    "npm": ">=6.x"
  },
  "exports": {
    ".": {
      "import": "./dist/flowbite-vue.mjs",
      "require": "./dist/flowbite-vue.umd.js"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "files": [
    "dist",
    "dist_types"
  ],
  "homepage": "https://github.com/themesberg/flowbite-vue#readme",
  "license": "MIT",
  "main": "./dist/flowbite-vue.umd.js",
  "module": "./dist/flowbite-vue.mjs",
  "name": "flowbite-vue",
  "peerDependencies": {
    "tailwindcss": "^3",
    "vue": "^3.2.41"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themesberg/flowbite-vue.git"
  },
  "scripts": {
    "build": "vitepress build docs && cp -r ./docs/assets/* ./docs/.vitepress/dist/assets/",
    "build:package": "vite build",
    "build:production": "npm run build:types && npm run build:package",
    "build:types": "vue-tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json",
    "clear": "rm -fr ./dist && rm -fr ./dist_types",
    "coverage": "vitest run --coverage",
    "dev": "vitepress dev docs",
    "format": "prettier .  --write",
    "lint": "eslint --ext .ts,.vue --ignore-path .gitignore",
    "lint-fix": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
    "start": "vitepress serve docs --port $PORT",
    "test": "vitest",
    "typecheck": "vue-tsc --noEmit"
  },
  "typings": "./dist_types/index.d.ts",
  "version": "0.0.10"
}
