mirror of
https://github.com/primer/css.git
synced 2024-12-20 04:32:21 +03:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "stylelint-config-primer",
|
|
"version": "2.1.0",
|
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"ava": "ava --verbose \"tests/**/*.js\"",
|
|
"lint": "eslint **/*.js",
|
|
"test": "npm run lint && npm run ava"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/primer/stylelint-config-primer.git"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"primer",
|
|
"stylelint-config",
|
|
"stylelint",
|
|
"css"
|
|
],
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/stylelint-config-primer/issues"
|
|
},
|
|
"homepage": "https://github.com/primer/stylelint-config-primer#readme",
|
|
"dependencies": {
|
|
"stylelint-no-unsupported-browser-features": "^1.0.0",
|
|
"stylelint-order": "^0.4.4",
|
|
"stylelint-scss": "^1.4.1",
|
|
"stylelint-selector-no-utility": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.20.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-rule-documentation": "^1.0.11",
|
|
"eslint-plugin-github": "^0.12.0",
|
|
"stylelint": "^7.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^7.13.0"
|
|
}
|
|
}
|