@blockquote-web-components/blockquote-mixin-slot-content
Version:
Webcomponent blockquote-mixin-slot-content following open-wc recommendations
132 lines (131 loc) • 3.6 kB
JSON
{
"name": "@blockquote-web-components/blockquote-mixin-slot-content",
"version": "1.9.7",
"description": "Webcomponent blockquote-mixin-slot-content following open-wc recommendations",
"keywords": [
"lit",
"web-component",
"lit-element",
"slotchange",
"assignedNodes"
],
"license": "MIT",
"author": "blockquote-mixin-slot-content",
"type": "module",
"exports": {
".": {
"default": "./src/index.js"
},
"./package.json": {
"default": "./package.json"
},
"./BlockquoteMixinSlotContent.js": {
"default": "./src/BlockquoteMixinSlotContent.js"
},
"./index.js": {
"default": "./src/index.js"
}
},
"main": "src/index.js",
"module": "src/index.js",
"files": [
"/define/",
"/src/",
"index.js",
"!/**/*.scss"
],
"scripts": {
"analyze": "cem analyze --litelement --globs \"{src,define}/**/*.{js,ts}\" \"index.js\"",
"build": "echo \"This is not a TypeScript project, so no need to build.\"",
"dev:vite": "vite build",
"format": "npm run format:eslint && npm run format:prettier && npm run format:stylelint",
"format:eslint": "eslint . --fix",
"format:prettier": "prettier \"**/*.{js,ts,css,scss,html,json}\" --write --ignore-path .prettierignore",
"format:stylelint": "stylelint \"{demo,src}/**/*.{js,ts,css,scss,html}\" --fix --ignore-path .prettierignore",
"postinstall": "npm run sort:package",
"preview:vite": "vite preview",
"sass:watch": "sass-style-template",
"sort:package": "npx sort-package-json",
"start": "concurrently -k -r \"npm:vite\" \"npm:sass:watch\"",
"test": "vitest --run --browser.headless",
"test:watch": "vitest",
"vite": "vite"
},
"lint-staged": {
"**/*.{js,ts,html}": [
"npm run format"
],
"**/*.json": [
"npm run format:prettier"
],
"**/*.{scss,css}": [
"npm run format:prettier",
"npm run format:stylelint"
]
},
"prettier": {
"bracketSameLine": true,
"bracketSpacing": false,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"overrides": [
{
"files": "*.{scss,css}",
"options": {
"singleQuote": false
}
},
{
"files": "*.json",
"options": {
"parser": "json-stringify"
}
}
]
},
"stylelint": {
"extends": "stylelint-config-standard-scss",
"allowEmptyInput": true,
"rules": {
"custom-property-pattern": null,
"no-duplicate-selectors": null,
"color-function-notation": null,
"alpha-value-notation": null,
"media-feature-name-no-unknown": null,
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"property-no-vendor-prefix": null,
"selector-attribute-quotes": null,
"value-no-vendor-prefix": null
},
"overrides": [
{
"files": [
"**/*.html"
],
"customSyntax": "postcss-html"
},
{
"files": [
"**/*.{ts,js}"
],
"customSyntax": "postcss-lit"
}
]
},
"dependencies": {
"@open-wc/dedupe-mixin": "^2.0.1",
"lit": "^3.3.1"
},
"devDependencies": {
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.12.3",
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.13.7"
},
"publishConfig": {
"access": "public"
},
"customElements": "custom-elements.json",
"gitHead": "2580fca4a2ecd8787aa2efa7ef5861b32da29b70"
}