packages/stylelint-config/package.json
{
"name": "@void0/stylelint-config",
"version": "1.3.0",
"description": "Strict stylelint config for projects using Prettier.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .tsx --ext .ts --parser-options=tsconfigRootDir:./ --report-unused-disable-directives src/**",
"test": "jest",
"test-with-coverage": "jest --coverage"
},
"keywords": [
"stylelint",
"stylelintconfig",
"prettier"
],
"author": "Cédric Trigoso",
"repository": {
"type": "git",
"url": "git+https://github.com/1void0/utils.git",
"directory": "packages/stylelint-config"
},
"bugs": {
"url": "https://github.com/1void0/utils/issues"
},
"homepage": "https://github.com/1void0/utils#readme",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "8.0.2",
"stylelint-order": "4.1.0",
"stylelint-prettier": "1.1.2"
},
"devDependencies": {
"@void0/eslint-config": "^2.2.0"
},
"peerDependencies": {
"prettier": ">= 2.0.0",
"stylelint": ">= 13.0.0"
}
}