WeAreGenki/minna-ui

View on GitHub
utils/stylelint-config/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@minna-ui/stylelint-config",
  "version": "0.36.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Stylelint config preset for use in Minna UI projects.",
  "license": "Apache-2.0",
  "repository": "https://github.com/WeAreGenki/minna-ui/tree/master/utils/stylelint-config",
  "author": "Max Milton <max@wearegenki.com>",
  "homepage": "https://wearegenki.github.io/minna-ui",
  "bugs": "https://github.com/WeAreGenki/minna-ui/issues",
  "main": "index.js",
  "keywords": [
    "javascript",
    "minna-ui",
    "stylelint",
    "wearegenki"
  ],
  "peerDependencies": {
    "stylelint": "^13.0.0"
  },
  "dependencies": {
    "stylelint-a11y": "^1.2.2",
    "stylelint-config-css-modules": "^2.2.0",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-csstree-validator": "^1.8.0",
    "stylelint-declaration-strict-value": "^1.2.1",
    "stylelint-high-performance-animation": "^1.5.0",
    "stylelint-order": "^4.0.0"
  }
}