mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-17 12:00:13 +00:00
Initial commit
This commit is contained in:
48
packages/stylelint-config/package.json
Normal file
48
packages/stylelint-config/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@ivuorinen/stylelint-config",
|
||||
"version": "0.1.0",
|
||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
"url": "https://github.com/ivuorinen"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12",
|
||||
"npm": ">= 6",
|
||||
"yarn": ">=1.20.0"
|
||||
},
|
||||
"files": [
|
||||
"css/index.js",
|
||||
"scripts/*",
|
||||
"scss/index.js"
|
||||
],
|
||||
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/stylelint-config#readme",
|
||||
"keywords": [
|
||||
"stylelint-config",
|
||||
"stylelint",
|
||||
"config",
|
||||
"ivuorinen"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "css/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ivuorinen/base-configs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"stylelint": "14.16.0",
|
||||
"stylelint-config-recommended-scss": "8.0.0",
|
||||
"stylelint-config-standard": "29.0.0",
|
||||
"stylelint-order": "5.0.0",
|
||||
"stylelint-scss": "4.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user