{ "$schema": "https://www.schemastore.org/package.json", "name": "@ivuorinen/stylelint-config", "version": "0.3.19", "description": "ivuorinen's shareable configuration for stylelint.", "keywords": [ "stylelint-config", "stylelint", "config", "ivuorinen" ], "homepage": "https://github.com/ivuorinen/base-configs-stylelint#readme", "bugs": { "url": "https://github.com/ivuorinen/base-configs-stylelint/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ivuorinen/base-configs-stylelint.git" }, "license": "MIT", "author": { "name": "Ismo Vuorinen", "url": "https://github.com/ivuorinen" }, "maintainers": [ { "name": "Ismo Vuorinen", "url": "https://github.com/ivuorinen" } ], "type": "module", "exports": { ".": { "import": "./css/index.mjs", "require": "./css/index.cjs" }, "./css": { "import": "./scss/index.mjs", "require": "./scss/index.cjs" }, "./scss": { "import": "./scss/index.mjs", "require": "./scss/index.cjs" } }, "main": "css/index.cjs", "module": "css/index.mjs", "files": [ "css/*", "scss/*", "scripts/*" ], "scripts": { "postinstall": "node scripts/postinstall.cjs", "eslint:fix": "eslint '**/*.{js,tsx,ts,mjs,cjs}' --fix", "eslint:report": "eslint '**/*.{js,tsx,ts,mjs,cjs}'", "markdownlint:fix": "markdownlint '**/*.md' --fix", "markdownlint:report": "markdownlint '**/*.md'", "prettier:fix": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --write", "prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check" }, "dependencies": { "@ivuorinen/config-checker": "^1.1.12", "postcss": "^8", "stylelint": "^16", "stylelint-config-recommended-scss": "^16.0.0", "stylelint-config-standard": "^39.0.0", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.12.1" }, "devDependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", "@types/postcss-js": "^4.0.4", "@types/stylelint": "^14.0.0", "@types/typescript": "^2.0.0", "typescript": "^5.8.3" }, "packageManager": "yarn@4.9.2", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230", "devDependencies": { "@ivuorinen/eslint-config": "^0.5.13", "@ivuorinen/markdownlint-config": "^0.3.16", "@ivuorinen/prettier-config": "^0.3.12", "@ivuorinen/semantic-release-config": "^0.3.18" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }