29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"name": "@punkfairie/stylelint-config",
|
|
"version": "1.0.2",
|
|
"description": "My personal stylelint config",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/punkfairie/stylelint-config.git"
|
|
},
|
|
"keywords": [
|
|
"stylelint"
|
|
],
|
|
"author": "Marley Rae",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/punkfairie/stylelint-config/issues"
|
|
},
|
|
"homepage": "https://github.com/punkfairie/stylelint-config#readme",
|
|
"dependencies": {
|
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
"stylelint": "^15.9.0",
|
|
"stylelint-config-recess-order": "^4.2.0",
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
"stylelint-declaration-strict-value": "^1.9.2",
|
|
"stylelint-plugin-defensive-css": "^0.8.1",
|
|
"stylelint-plugin-logical-css": "^0.12.0",
|
|
"stylelint-rem-over-px": "^1.0.0"
|
|
}
|
|
}
|