1 Star 1 Fork 0

迷途小书童/stylelint-config-custom-chl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
陈亨陵 提交于 2023-10-11 17:31 . feat: 依赖升级调整
{
"name": "stylelint-config-custom-chl",
"version": "1.2.0",
"description": "依据个人习惯定制的stylelint配置",
"keywords": [
"stylelint",
"stylelint-config",
"custom-chl"
],
"main": ".stylelintrc.js",
"files": [
".stylelintrc.js",
"README.md",
"package.json",
"LICENSE"
],
"author": "minichen <879614206@qq.com>",
"license": "MIT",
"dependencies": {
"semver": "^7.5.4",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.2.0",
"eslint-config-custom-chl": "^1.0.0",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^2.4.1",
"stylelint": "^15.10.3"
},
"peerDependencies": {
"stylelint": ">=14.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "https",
"url": "https://gitee.com/happychl/stylelint-config-custom-chl.git"
},
"bugs": {
"url": "https://gitee.com/happychl/stylelint-config-custom-chl/issues"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happychl/stylelint-config-custom-chl.git
git@gitee.com:happychl/stylelint-config-custom-chl.git
happychl
stylelint-config-custom-chl
stylelint-config-custom-chl
master

搜索帮助