mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-01-26 11:13:59 +00:00
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"$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": "./css/index.mjs",
|
|
"require": "./css/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.13",
|
|
"postcss": "^8.5.6",
|
|
"stylelint": "^16.26.1",
|
|
"stylelint-config-recommended-scss": "^16.0.2",
|
|
"stylelint-config-standard": "^39.0.1",
|
|
"stylelint-order": "^7.0.0",
|
|
"stylelint-scss": "^6.12.1"
|
|
},
|
|
"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@4.12.0",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
|
}
|