数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

73 lines
1.7 KiB

{
"name": "stylelint-config-standard-scss",
"version": "9.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",
"lint:formatting": "prettier . --check",
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
"lint": "npm-run-all --parallel lint:*",
"release": "np",
"test": "jest",
"watch": "jest --watch"
},
"prettier": "@stylelint/prettier-config",
"eslintConfig": {
"extends": [
"stylelint",
"stylelint/jest"
],
"globals": {
"module": true,
"require": true
}
},
"remarkConfig": {
"plugins": [
"@stylelint/remark-preset"
]
},
"dependencies": {
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-config-standard": "^33.0.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^4.0.0",
"eslint": "^8.3.0",
"eslint-config-stylelint": "^18.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.5.0",
"jest": "^29.2.2",
"np": "^7.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"remark-cli": "^11.0.0",
"stylelint": "^15.1.0"
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^15.5.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
}
}