Files
frontend/packages/stylelint-config/package.json
Valentin Silyutin 7a39d520dd Publish
- @advdominion/browserslist-to-targets@1.0.1
 - @advdominion/sass-importer@1.0.1
 - @advdominion/stylelint-config@2.1.0
2026-09-08 23:28:13 +04:00

24 lines
500 B
JSON

{
"name": "@advdominion/stylelint-config",
"version": "2.1.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/frontend.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"postcss": "^8.5.26",
"postcss-html": "^2.0.0",
"stylelint-config-recommended-scss": "^17.0.1",
"stylelint-order": "^8.1.1"
},
"peerDependencies": {
"stylelint": "^17.0.0"
}
}