{
  "name": "@progress/kendo-themes-html",
  "description": "A collection of HTML helpers used for developing Kendo UI themes",
  "version": "14.3.0",
  "author": "Progress",
  "license": "Apache-2.0",
  "keywords": [
    "Kendo UI",
    "Theme",
    "HTML",
    "Helpers"
  ],
  "types": "./dist/types/index.d.ts",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "import": "./dist/esm/index.mjs",
    "require": "./dist/cjs/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.mjs",
    "dist/**/*.d.ts",
    "dist/**/*.js.map",
    "src/**/**.ts",
    "src/**/**.tsx"
  ],
  "main": "index.js",
  "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-themes.git",
    "directory": "packages/html"
  },
  "bugs": {
    "url": "https://github.com/telerik/kendo-themes/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node ./scripts/start",
    "build": "node ./scripts/build.js",
    "typegen": "npx tsc --emitDeclarationOnly --declaration --declarationDir dist/types/",
    "typecheck": "npx tsc --noEmit --emitDeclarationOnly false --project tsconfig.json ",
    "build:tests": "node ./scripts/build-tests.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build && npm run typegen"
  },
  "dependencies": {
    "@progress/kendo-svg-icons": "^4.9.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.8",
    "@vitest/coverage-v8": "4.1.7",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "vitest": "4.1.7"
  }
}
