forked from lix-project/lix-website
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "stylelint-config-twbs-bootstrap",
|
|
"version": "2.2.4",
|
|
"description": "Default stylelint config used by Bootstrap.",
|
|
"main": "css/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/twbs/stylelint-config-twbs-bootstrap.git"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"stylelint",
|
|
"stylelint-config",
|
|
"config",
|
|
"lint"
|
|
],
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/stylelint-config-twbs-bootstrap/graphs/contributors)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/twbs/stylelint-config-twbs-bootstrap/issues"
|
|
},
|
|
"homepage": "https://github.com/twbs/stylelint-config-twbs-bootstrap#readme",
|
|
"files": [
|
|
"css/index.js",
|
|
"scss/index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^13.13.1"
|
|
},
|
|
"dependencies": {
|
|
"stylelint-config-recommended-scss": "^4.3.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-order": "^4.1.0",
|
|
"stylelint-scss": "^3.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"stylelint": "^13.13.1"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
|
|
"lint": "npm run eslint",
|
|
"test": "npm run eslint",
|
|
"test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config scss/index.js --ignore-pattern \"**/vendor/\" --formatter verbose"
|
|
}
|
|
}
|