UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

62 lines (61 loc) 1.71 kB
{ "name": "@progress/kendo-themes-html", "description": "A collection of HTML helpers used for developing Kendo UI themes", "version": "11.3.2", "author": "Progress", "license": "Apache-2.0", "keywords": [ "Kendo UI", "Theme", "HTML", "Helpers" ], "types": "./dist/types/index.d.ts", "exports": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" }, "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 && npm run typegen", "typegen": "npx tsc --emitDeclarationOnly --declaration --declarationDir dist/types/", "typecheck": "npx tsc --noEmit --emitDeclarationOnly false --project tsconfig.json ", "build:tests": "node ./scripts/build-tests.js", "prepublishOnly": "npm run build" }, "dependencies": { "@progress/kendo-svg-icons": "^4.1.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", "react": "^19.0.0", "react-dom": "^19.0.0" }, "gitHead": "dda792b83f27d1dd1f3cb44658b5b4ed3d26d729" }