mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "stylelint-config-standard-scss",
|
|
"version": "11.0.0",
|
|
"description": "The standard shareable SCSS config for Stylelint",
|
|
"keywords": [
|
|
"stylelint",
|
|
"stylelint-config",
|
|
"standard",
|
|
"scss"
|
|
],
|
|
"repository": "stylelint-scss/stylelint-config-standard-scss",
|
|
"license": "MIT",
|
|
"author": "Stylelint SCSS",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"format": "prettier . --write --ignore-path=.prettierignore",
|
|
"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": {
|
|
"stylelint-config-recommended-scss": "^13.0.0",
|
|
"stylelint-config-standard": "^34.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@stylelint/prettier-config": "^3.0.0",
|
|
"@stylelint/remark-preset": "^4.0.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-stylelint": "^20.0.0",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"jest": "^29.6.4",
|
|
"np": "^8.0.4",
|
|
"npm-run-all2": "^5.0.2",
|
|
"prettier": "^3.0.3",
|
|
"remark-cli": "^11.0.0",
|
|
"stylelint": "^15.10.3"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.3.3",
|
|
"stylelint": "^15.10.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|