stylelint-config-medusa
Version:
37 lines • 986 B
JSON
{
"name": "stylelint-config-medusa",
"version": "1.0.1",
"description": "StyleLint通用规则集",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oc-master/stylelint-config-medusa.git"
},
"keywords": [
"StyleLint"
],
"author": "O_c",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oc-master/stylelint-config-medusa/issues"
},
"homepage": "https://github.com/Oc-master/stylelint-config-medusa#readme",
"devDependencies": {
"cz-conventional-changelog": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"stylelint": "^13.6.1",
"stylelint-config-recess-order": "^2.0.4",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0"
}
}