{
  "name": "@siemens/ix",
  "homepage": "https://ix.siemens.io",
  "bugs": "https://github.com/siemens/ix/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/siemens/ix",
    "directory": "packages/core"
  },
  "version": "4.4.0",
  "license": "MIT",
  "description": "Siemens iX Web Components",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "LICENSE",
    "README.md",
    "READMEOSS.html",
    "dist/",
    "components/",
    "loader/",
    "scss/",
    "hydrate/"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.cjs.js",
      "default": "./dist/esm/index.js"
    },
    "./hydrate": {
      "types": "./hydrate/index.d.ts",
      "import": "./hydrate/index.mjs",
      "require": "./hydrate/index.js",
      "default": "./hydrate/index.mjs"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js",
      "default": "./loader/index.js"
    },
    "./components/*.js": {
      "types": "./components/*.d.ts",
      "import": "./components/*.js"
    },
    "./components": {
      "types": "./components/custom-elements.d.ts",
      "import": "./components/index.js",
      "default": "./components/index.js"
    },
    "./dist/siemens-ix/siemens-ix.css": "./dist/siemens-ix/siemens-ix.css",
    "./dist/siemens-ix/siemens-ix-core.css": "./dist/siemens-ix/siemens-ix-core.css",
    "./dist/siemens-ix/theme/classic-dark.css": "./dist/siemens-ix/theme/classic-dark.css",
    "./dist/siemens-ix/theme/classic-light.css": "./dist/siemens-ix/theme/classic-light.css",
    "./component-doc.json": "./component-doc.json",
    "./scss/*": "./scss/*"
  },
  "siemensix": {
    "dependencies": [
      "@stencil/core"
    ]
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.13",
    "animejs": "^4.1.2",
    "luxon": "^3.4.4"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.11.0",
    "@playwright/test": "^1.58.1",
    "@siemens/ix-icons": "^3.3.0",
    "@stencil-community/eslint-plugin": "^0.10.0",
    "@stencil-community/postcss": "^2.2.0",
    "@stencil/angular-output-target": "^1.3.0",
    "@stencil/core": "^4.43.1",
    "@stencil/react-output-target": "^1.4.2",
    "@stencil/sass": "^3.2.3",
    "@stencil/vue-output-target": "^0.13.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.1",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.12",
    "@types/luxon": "^3.4.2",
    "@types/mustache": "^4.2.6",
    "@types/node": "^20.16.0",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "animate.css": "~4.1.1",
    "autoprefixer": "10.4.20",
    "cssnano": "^6.1.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.39.3",
    "eslint-plugin-react": "^7.35.0",
    "fs-extra": "^10.1.0",
    "http-server": "^14.1.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "mustache": "^4.2.0",
    "postcss": "^8.4.40",
    "puppeteer": "21.1.1",
    "rimraf": "^6.1.3",
    "sass": "^1.89.2",
    "start-server-and-test": "^2.0.12",
    "tsx": "^4.19.3",
    "typescript": "~5.4.5",
    "eslint-config-ix": "1.0.0"
  },
  "peerDependencies": {
    "@siemens/ix-icons": "^3.2.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "build": "stencil build --prod && npm run build.scss",
    "build.scss": "tsx ./scripts/build/build-css.ts",
    "build.watch": "stencil build --watch",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "prettier": "npx prettier src --check",
    "prettier:fix": "npm run prettier -- --write",
    "start": "stencil build --dev --watch --serve",
    "test.setup": "playwright install chromium --with-deps",
    "test": "npm run test.spec && npm run test.ct",
    "test.spec": "stencil test --spec",
    "test.ct": "playwright test --config playwright.config.ts --reporter list",
    "generate": "stencil generate",
    "host-root": "http-server -a 127.0.0.1 -p 8080 -c-1"
  }
}