@telerik/kendo-theme-default
Version:
SASS resources for the default Kendo UI theme
57 lines • 1.39 kB
JSON
{
"name": "@telerik/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "1.19.0",
"keywords": [
"Kendo UI",
"Theme"
],
"scripts": {
"lint": "sass-lint -v -c ./sass-lint.yml",
"build": "webpack",
"test": "npm run lint && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"main": "styles/packages/all.scss",
"author": "Telerik",
"license": "Apache-2.0",
"devDependencies": {
"@telerik/kendo-common-tasks": "^2.0.0",
"cz-conventional-changelog": "^1.1.5",
"ghooks": "^1.0.3",
"glob": "^7.0.5",
"sass-lint": "^1.7.0",
"semantic-release": "^4.3.5",
"validate-commit-msg": "^1.1.1",
"webpack": "^1.13.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run test",
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100
}
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-theme-default.git"
}
}