{
  "name": "@scalar/components",
  "description": "Scalars component library",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/components"
  },
  "version": "0.22.0",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@floating-ui/utils": "0.2.10",
    "@floating-ui/vue": "1.1.9",
    "@headlessui/vue": "1.7.23",
    "@vueuse/core": "13.9.0",
    "cva": "1.0.0-beta.4",
    "nanoid": "^5.1.6",
    "radix-vue": "^1.9.17",
    "vue": "^3.5.30",
    "vue-component-type-helpers": "^3.2.6",
    "@scalar/code-highlight": "0.3.3",
    "@scalar/helpers": "0.5.0",
    "@scalar/themes": "0.15.3",
    "@scalar/icons": "0.7.2",
    "@scalar/use-hooks": "0.4.2"
  },
  "devDependencies": {
    "@headlessui/tailwindcss": "^0.2.2",
    "@playwright/test": "1.56.0",
    "@storybook/addon-docs": "10.3.5",
    "@storybook/addon-links": "10.3.5",
    "@storybook/vue3-vite": "10.3.5",
    "@tailwindcss/vite": "^4.2.0",
    "@types/jsdom": "28.0.1",
    "@types/node": "^24.1.0",
    "@vitejs/plugin-vue": "^6.0.3",
    "@vue/test-utils": "2.4.6",
    "@vueless/storybook-dark-mode": "^10.0.7",
    "concurrently": "9.1.2",
    "jsdom": "27.4.0",
    "storybook": "10.3.5",
    "svglint": "^4.2.1",
    "tailwindcss": "^4.1.18",
    "vite": "8.0.0",
    "vite-svg-loader": "5.1.1",
    "vitest": "4.1.0"
  },
  "scripts": {
    "build": "pnpm typegen:icons && vite build && vue-tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "build:storybook": "storybook build",
    "build:watch": "concurrently \"vite build --watch\" \"vue-tsc --watch -p tsconfig.build.json\" \"tsc-alias -p tsconfig.build.json --watch\"",
    "clean:snapshots": "shx rm -rf \"**/snapshots\"",
    "dev": "storybook dev -p 5100 --ci",
    "lint:check": "pnpm lint:icons",
    "lint:icons": "svglint src/components/ScalarIcon/icons/*.svg --config src/components/ScalarIcon/.svglintrc.js",
    "preview": "vite preview --outDir storybook-static -c test/vite.config.ts 1>&2",
    "test": "vitest --run",
    "test:e2e": "PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:5001/ playwright test",
    "test:e2e:ci": "CI=1 playwright test",
    "test:e2e:update": "pnpm test:e2e --update-snapshots",
    "typegen:icons": "tsx ./src/scripts/typegen.ts",
    "types:check": "vue-tsc --noEmit"
  }
}