{
  "name": "@vector-im/compound-web",
  "version": "9.1.0",
  "description": "Compound components for the Web",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "sideEffects": false,
  "exports": {
    ".": {
      "style": "./dist/style.css",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "storybook dev -p 6006",
    "build": "rimraf dist && vite build",
    "prepare": "rimraf dist && vite build",
    "prettier:format": "npx prettier --write .",
    "prettier:check": "npx prettier --check .",
    "lint": "yarn lint:js && yarn lint:ts && yarn lint:styles",
    "lint:js": "eslint --max-warnings=0 .",
    "lint:ts": "tsc --noEmit -p .",
    "lint:styles": "npx stylelint 'src/**/*.css'",
    "test": "vitest",
    "e2e": "yarn build-storybook && playwright test",
    "e2e:docker": "yarn build-storybook && docker run --rm --network host --ipc=host --security-opt seccomp=playwright/seccomp_profile.json -v $(pwd)/../:/work/ -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/:/tmp/ --init -it $(docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -q playwright)",
    "e2e:podman": "yarn build-storybook && podman run --rm --network host --ipc=host --security-opt seccomp=playwright/seccomp_profile.json -v $(pwd)/../:/work/ -v /tmp/:/tmp/ --userns=keep-id --init -it $(podman build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -q playwright)",
    "build-storybook": "storybook build",
    "storybook": "storybook dev -p 6006",
    "gen:component": "node scripts/genComponent.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/element-hq/compound-web.git"
  },
  "keywords": [
    "compound",
    "components",
    "element",
    "matrix.org"
  ],
  "author": "",
  "license": "SEE LICENSE IN README.md",
  "bugs": {
    "url": "https://github.com/vector-im/compound/issues"
  },
  "homepage": "https://github.com/vector-im/compound-web#readme",
  "devDependencies": {
    "@element-hq/element-web-playwright-common": "^3.0.0",
    "@fontsource/inconsolata": "^5.0.8",
    "@fontsource/inter": "^5.0.8",
    "@playwright/test": "^1.41.1",
    "@storybook/addon-a11y": "^10.3.1",
    "@storybook/addon-designs": "11.1.3",
    "@storybook/addon-docs": "^10.3.1",
    "@storybook/addon-links": "^10.3.1",
    "@storybook/addon-themes": "^10.3.1",
    "@storybook/react-vite": "^10.3.1",
    "@testing-library/dom": "^10.3.2",
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.1",
    "@tsconfig/node24": "^24.0.0",
    "@tsconfig/vite-react": "^7.0.0",
    "@types/eslint": "^9.0.0",
    "@types/node": "^24.0.0",
    "@types/react": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vector-im/compound-design-tokens": "^10.1.0",
    "@vitejs/plugin-react": "^6.0.0",
    "@vitest/coverage-v8": "^4.0.0",
    "browserslist-to-esbuild": "^2.0.0",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^10.0.0",
    "eslint-plugin-matrix-org": "^3.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-storybook": "^10.0.0",
    "jsdom": "^29.0.0",
    "prettier": "3.8.1",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "resize-observer-polyfill": "^1.5.1",
    "rimraf": "^6.0.0",
    "serve": "^14.2.1",
    "storybook": "^10.3.1",
    "stylelint": "^17.0.0",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-plugin-defensive-css": "^2.0.0",
    "stylelint-use-logical": "^2.1.0",
    "stylelint-value-no-unknown-custom-properties": "^6.0.0",
    "typescript": "^6.0.0",
    "vite": "^8.0.0",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.0"
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.0",
    "@radix-ui/react-context-menu": "^2.2.16",
    "@radix-ui/react-dropdown-menu": "^2.1.1",
    "@radix-ui/react-form": "^0.1.0",
    "@radix-ui/react-progress": "^1.1.0",
    "@radix-ui/react-separator": "^1.1.0",
    "@radix-ui/react-slot": "^1.1.0",
    "classnames": "^2.5.1",
    "vaul": "^1.0.0"
  },
  "peerDependencies": {
    "@fontsource/inconsolata": "^5",
    "@fontsource/inter": "^5",
    "@types/react": "*",
    "@vector-im/compound-design-tokens": ">=1.6.1 <11.0.0",
    "react": "^18 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  }
}
