mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-01-25 18:53:59 +00:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "@ivuorinen/stylelint-config",
|
|
"version": "0.3.19",
|
|
"type": "module",
|
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-stylelint/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "css/index.cjs",
|
|
"module": "css/index.mjs",
|
|
"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"
|
|
}
|
|
},
|
|
"files": [
|
|
"css/*",
|
|
"scss/*",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs-stylelint#readme",
|
|
"keywords": [
|
|
"stylelint-config",
|
|
"stylelint",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-stylelint.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/config-checker": "^2.1.1",
|
|
"postcss": "^8.5.6",
|
|
"stylelint": "^17.0.0",
|
|
"stylelint-config-recommended-scss": "^16.0.2",
|
|
"stylelint-config-standard": "^39.0.1",
|
|
"stylelint-order": "^7.0.0",
|
|
"stylelint-scss": "^6.13.0"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230",
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|