{
  "name": "color-ui-vue",
  "version": "0.1.3",
  "description": "Vue color ui components based on Radix-vue",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/RodriguezTheo/color-ui-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RodriguezTheo/color-ui-vue.git"
  },
  "keywords": [
    "color",
    "ui",
    "vue",
    "accessibility",
    "headless",
    "components",
    "unstyled",
    "radix-vue"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "files": [
    "./LICENSE",
    "./dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --build --force",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "format": "prettier --write src/",
    "story:dev": "storybook dev -p 6006",
    "story:build": "storybook build -o ../../docs/content/public/storybook"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "1.6.1",
    "@rushstack/eslint-patch": "^1.8.0",
    "@storybook/addon-essentials": "^8.2.1",
    "@storybook/addon-interactions": "^8.2.1",
    "@storybook/addon-links": "^8.2.1",
    "@storybook/addon-toolbars": "^8.2.6",
    "@storybook/blocks": "^8.2.1",
    "@storybook/manager-api": "^8.2.6",
    "@storybook/test": "^8.2.1",
    "@storybook/theming": "^8.2.6",
    "@storybook/vue3": "^8.2.1",
    "@storybook/vue3-vite": "^8.2.1",
    "@tsconfig/node20": "^20.1.4",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20.14.5",
    "@vitejs/plugin-vue": "^5.0.5",
    "@vitejs/plugin-vue-jsx": "^4.0.0",
    "@vue/eslint-config-prettier": "^9.0.0",
    "@vue/eslint-config-typescript": "^13.0.0",
    "@vue/runtime-core": "^3.4.33",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.5.1",
    "autoprefixer": "^10.4.19",
    "eslint": "^8.57.0",
    "eslint-plugin-storybook": "^0.8.0",
    "eslint-plugin-vue": "^9.23.0",
    "jsdom": "^24.1.0",
    "npm-run-all2": "^6.2.0",
    "postcss": "^8.4.39",
    "prettier": "^3.2.5",
    "storybook": "^8.2.1",
    "storybook-dark-mode": "^4.0.2",
    "tailwindcss": "^3.4.4",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "~5.4.0",
    "vite": "^5.3.1",
    "vite-plugin-dts": "^3.9.1",
    "vite-plugin-vue-devtools": "^7.3.1",
    "vitest": "^1.6.0",
    "vue": "^3.4.31",
    "vue-tsc": "^2.0.21"
  },
  "packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5",
  "peerDependencies": {
    "vue": ">= 3.4.0"
  },
  "dependencies": {
    "@vueuse/core": "^10.11.0",
    "radix-vue": "^1.9.0"
  }
}
