{
  "name": "sit-onyx",
  "description": "A design system and Vue.js component library created by Schwarz IT",
  "version": "1.11.0",
  "type": "module",
  "author": "Schwarz IT KG",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "src/styles"
  ],
  "module": "./dist/index.esm-bundler.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./dist/index.js",
      "default": "./dist/index.esm-bundler.js"
    },
    "./style.css": "./dist/style.css",
    "./global.css": "./src/styles/global.css",
    "./locales/*": "./dist/i18n/locales/*",
    "./src/styles/*": "./src/styles/*",
    "./breakpoints.scss": "./src/styles/breakpoints.scss",
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "homepage": "https://onyx.schwarz",
  "repository": {
    "type": "git",
    "url": "https://github.com/SchwarzIT/onyx",
    "directory": "packages/sit-onyx"
  },
  "bugs": {
    "url": "https://github.com/SchwarzIT/onyx/issues"
  },
  "peerDependencies": {
    "typescript": ">= 5.2.2",
    "vue": ">= 3.5.0",
    "@sit-onyx/icons": "^1.8.0"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.11.1",
    "@playwright/experimental-ct-vue": "1.57.0",
    "@playwright/test": "1.57.0",
    "@storybook/addon-a11y": "^10.2.19",
    "@vue/compiler-dom": "3.5.30",
    "@vue/test-utils": "^2.4.6",
    "axe-core": "^4.11.1",
    "sass-embedded": "1.98.0",
    "storybook-addon-tag-badges": "^3.0.6",
    "tsx": "^4.21.0",
    "vue": "3.5.30",
    "vue-component-type-helpers": "^3.2.5",
    "vue-i18n": "^11.3.0",
    "vue-router": "^5.0.3",
    "@sit-onyx/flags": "^1.2.0",
    "@sit-onyx/headless": "^0.8.0",
    "@sit-onyx/playwright-utils": "^1.2.1",
    "@sit-onyx/shared": "^0.1.0",
    "@sit-onyx/storybook-utils": "^1.1.2"
  },
  "scripts": {
    "dev": "storybook dev -p 6006 --no-open",
    "build": "node ./build/index.js && tsc -p tsconfig.locales.json --composite false",
    "build:storybook": "storybook build",
    "preview": "vite serve storybook-static",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:playwright": "playwright install && playwright test",
    "stylelint": "stylelint \"dist/**/*.css\""
  }
}