55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "stylelint-config-recommended-scss",
|
|
"version": "12.0.0",
|
|
"description": "The recommended shareable SCSS config for Stylelint",
|
|
"keywords": [
|
|
"stylelint",
|
|
"stylelint-config",
|
|
"recommended",
|
|
"scss"
|
|
],
|
|
"repository": "stylelint-scss/stylelint-config-recommended-scss",
|
|
"license": "MIT",
|
|
"author": "kristerkari",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"format": "prettier . --write",
|
|
"lint": "npm-run-all --parallel lint:*",
|
|
"lint:formatting": "prettier . --check",
|
|
"lint:js": "eslint . --ignore-path .gitignore",
|
|
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
|
|
"release": "np",
|
|
"test": "jest",
|
|
"watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"postcss-scss": "^4.0.6",
|
|
"stylelint-config-recommended": "^12.0.0",
|
|
"stylelint-scss": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@stylelint/prettier-config": "^2.0.0",
|
|
"@stylelint/remark-preset": "^4.0.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-stylelint": "^18.0.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"jest": "^29.5.0",
|
|
"np": "^7.7.0",
|
|
"npm-run-all2": "^5.0.2",
|
|
"prettier": "^2.8.8",
|
|
"remark-cli": "^11.0.0",
|
|
"stylelint": "^15.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.3.3",
|
|
"stylelint": "^15.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|