stylelint-config-ali
Version:
stylelint shareable config for Alibaba F2E Guidelines
79 lines • 1.59 kB
JSON
{
"name": "stylelint-config-ali",
"version": "3.0.0",
"description": "stylelint shareable config for Alibaba F2E Guidelines",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"CHANGELOG.md",
"CHANGELOG.zh.md",
"LICENSE",
"README.md",
"README.zh.md"
],
"keywords": [
"stylelint",
"stylelint-config",
"alibaba",
"f2elint",
"Alibaba F2E Guidelines"
],
"repository": {
"type": "git",
"url": "https://github.com/alibaba/f2e-spec"
},
"bugs": {
"url": "https://github.com/alibaba/f2e-spec/issues"
},
"homepage": "https://github.com/alibaba/f2e-spec",
"author": {
"name": "Sabo",
"email": "bowei.jbw@gmail.com"
},
"contributors": [
{
"name": "Xat_MassacrE",
"email": "xxat.massacre@gmail.com"
},
{
"name": "Guo Yunhe",
"email": "i@guoyunhe.me",
"url": "https://guoyunhe.me/"
}
],
"license": "MPL-2.0",
"dependencies": {
"postcss": "^8.4.34",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"stylelint-less": "^4.1.0",
"stylelint-scss": "^7.0.0"
},
"peerDependencies": {
"stylelint": "^17.0.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"stylelint": "^17.6.0"
},
"engines": {
"node": ">=20.19.0"
},
"rive": {
"doc": {
"disabled": true
}
},
"scripts": {
"build": "rive build",
"test": "vitest run"
}
}