@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
64 lines (63 loc) • 1.98 kB
JSON
{
"name": "@alexlit/config-stylelint",
"version": "56.6.0",
"private": false,
"description": "Stylelint config",
"keywords": [
"stylelint",
"config"
],
"homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-stylelint#readme",
"bugs": {
"url": "https://github.com/alex-lit/lint-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-lit/lint-kit.git",
"directory": "packages/config-stylelint"
},
"license": "MIT",
"author": "Alexey Litovchenko",
"maintainers": [
"Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
],
"type": "module",
"main": "index.js",
"files": [
"README.md",
"index.js",
"plugins"
],
"scripts": {
"lint": "cd ../../ && ./scripts/lint.stylelint.sh",
"ou": "../../scripts/ou.sh",
"release": "../../scripts/release.sh",
"semver": "../../scripts/semver.sh",
"up": "../../scripts/up.sh"
},
"dependencies": {
"@double-great/stylelint-a11y": "^3.4.1",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"prettier": "^3.7.4",
"stylelint": "16.26.1",
"stylelint-color-format": "^1.1.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-gamut": "^1.3.4",
"stylelint-high-performance-animation": "^1.11.0",
"stylelint-media-use-custom-media": "^4.1.0",
"stylelint-no-indistinguishable-colors": "^2.3.1",
"stylelint-no-nested-media": "^0.1.0",
"stylelint-no-unresolved-module": "^2.5.2",
"stylelint-no-unsupported-browser-features": "^8.0.5",
"stylelint-order": "^7.0.1",
"stylelint-plugin-logical-css": "^1.2.3",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.14.0",
"stylelint-selector-no-empty": "^1.0.9",
"stylelint-use-nesting": "^6.0.1"
}
}