{
  "name": "@hotellistat/robust-ui",
  "homepage": "https://hotellistat.github.io/robust-ui",
  "version": "3.13.12",
  "description": "A lightweight Vue 3 component library",
  "repository": "hotellistat/robust-ui",
  "author": "Daniel Schneider <daniel.schneider@hotellistat.de>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/src/index.mjs",
  "browser": "dist/src/index.mjs",
  "module": "dist/src/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/src/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "deploy": "gh-pages -d storybook-static",
    "build": "vite build && vue-tsc --emitDeclarationOnly --declaration",
    "start": "vue-tsc --emitDeclarationOnly && vite build --watch",
    "deploy-storybook": "storybook-to-ghpages",
    "analyze": "vite build -m analyze",
    "format": "prettier --write \"src/**/*.{vue,ts,js}\"",
    "lint": "eslint --ext js,ts,vue --ignore-path .gitignore . --fix",
    "tailwind-config-viewer": "tailwind-config-viewer -o"
  },
  "devDependencies": {
    "@babel/core": "7.23.7",
    "@mdx-js/preact": "2.3.0",
    "@rollup/plugin-typescript": "11.1.6",
    "@storybook/addon-essentials": "^7.3.2",
    "@storybook/addon-interactions": "^7.3.2",
    "@storybook/addon-links": "^7.3.2",
    "@storybook/addons": "^7.3.2",
    "@storybook/blocks": "^7.3.2",
    "@storybook/testing-library": "^0.2.0",
    "@storybook/theming": "^7.3.2",
    "@storybook/vue3": "^7.3.2",
    "@storybook/vue3-vite": "^7.3.2",
    "@typescript-eslint/parser": "6.19.0",
    "@vitejs/plugin-vue": "^4.3.2",
    "@vue/eslint-config-prettier": "8.0.0",
    "@vue/eslint-config-typescript": "11.0.3",
    "@vueuse/core": "^10.3.0",
    "autoprefixer": "10.4.17",
    "babel-loader": "9.1.3",
    "cssnano": "6.0.3",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-html": "7.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-san": "1.0.5",
    "eslint-plugin-storybook": "^0.6.13",
    "eslint-plugin-unused-imports": "3.0.0",
    "eslint-plugin-vue": "9.20.1",
    "gh-pages": "6.1.1",
    "postcss": "8.4.33",
    "postcss-import": "15.1.0",
    "prettier": "3.2.4",
    "prettier-plugin-tailwindcss": "0.5.11",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-visualizer": "5.12.0",
    "storybook": "^7.3.2",
    "storybook-addon-themes": "^6.1.0",
    "storybook-fixtures": "^0.12.0",
    "tailwind-config-viewer": "1.7.3",
    "typescript": "5.3.3",
    "vite": "4.5.1",
    "vitepress": "0.22.4",
    "vue": "^3.3.4",
    "vue-eslint-parser": "9.4.0",
    "vue-loader": "17.4.2",
    "vue-tsc": "1.8.27",
    "fast-deep-equal": "^3.1.3"
  },
  "peerDependencies": {
    "@floating-ui/vue": "^1.0.0",
    "@phosphor-icons/vue": ">= 2.0.0",
    "@vueuse/core": ">= 9.0.0",
    "date-fns": ">= 2.0.0",
    "fuse.js": ">= 6.0.0",
    "lodash": ">= 4.0.0",
    "tailwindcss": ">= 3.0.0",
    "vee-validate": ">= 4.0.0",
    "vue": ">= 3.0.0",
    "vuedraggable": ">= 4.0.0"
  }
}
