@pegakit/pegakit
Version:
The living styleguide, pattern library, UI ToolKit, and front-end build tools that power Pega's digital web properties.
77 lines (76 loc) • 1.94 kB
JSON
{
"name": "@pegakit/pegakit",
"version": "1.0.0-beta.1",
"description": "The living styleguide, pattern library, UI ToolKit, and front-end build tools that power Pega's digital web properties.",
"repository": {
"type": "git",
"url": "https://github.com/pega-digital/pegakit.git"
},
"scripts": {
"lint": "stylelint 'source/styles/**/*.scss' --syntax scss",
"test": "npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"pegakit",
"design system",
"ui toolkit",
"itcss",
"pattern library",
"pattern lab",
"drupal 8",
"twig",
"gulp",
"css architecture",
"build tools",
"starterkit"
],
"author": "Salem Ghoweri",
"contributors": [
{
"name": "Salem Ghoweri",
"email": "salem.ghoweri@pega.com"
},
{
"name": "Natalia Gabrieleva",
"email": "natalia.gabrieleva@pega.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pega-digital/pegakit/issues"
},
"homepage": "https://github.com/pega-digital/pegakit#readme",
"devDependencies": {
"lerna": "2.0.0-beta.38",
"gulp-bump": "^2.7.0",
"pegakit-build-tools": "github:pega-digital/pegakit-build-tools",
"semantic-release": "^6.3.2",
"stylelint": "^7.9.0",
"stylelint-config-guidelines": "^1.1.5",
"stylelint-scss": "^1.4.3",
"stylelint-selector-bem-pattern": "^1.0.0",
"stylelint-selector-pattern": "0.0.1"
},
"dependencies": {
"gulp": "^3.9.1",
"lerna": "2.0.0-beta.38",
"pre-commit": "^1.2.2"
},
"peerDependencies": {
"stylelint": "^7.9.0",
"stylelint-scss": "^1.4.3",
"stylelint-order": "^0.3.0",
"stylelint-selector-bem-pattern": "^1.0.0"
},
"eslintConfig": {
"extends": [
"airbnb"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}