@flypeng/stylelint-config
Version:
flingyp's lint config of Style
52 lines • 1.3 kB
JSON
{
"name": "@flypeng/stylelint-config",
"type": "module",
"version": "2.0.3",
"description": "flingyp's lint config of Style",
"author": "flingyp <flingyp@163.com> (https://github.com/flingyp/)",
"license": "MIT",
"homepage": "https://github.com/flingyp/lint-config",
"keywords": [
"lint",
"Stylelint",
"Stylelint Config"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"peerDependencies": {
"prettier": ">=3.0.0",
"stylelint": ">=16.0.0"
},
"dependencies": {
"local-pkg": "^0.5.1",
"postcss-html": "^1.8.0",
"postcss-scss": "^4.0.9",
"stylelint-config-html": "^1.1.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3"
},
"devDependencies": {
"@types/node": "^20.10.5",
"stylelint": "^16.21.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsup --minify"
}
}