UNPKG

@blockquote-web-components/blockquote-mixin-slot-content

Version:

Webcomponent blockquote-mixin-slot-content following open-wc recommendations

131 lines (130 loc) 3.52 kB
{ "name": "@blockquote-web-components/blockquote-mixin-slot-content", "version": "1.9.20", "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", "test:watch": "vitest --browser.headless=false", "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.3" }, "devDependencies": { "@blockquote-web-components/blockquote-base-embedded-webview": "^1.14.2" }, "publishConfig": { "access": "public" }, "customElements": "custom-elements.json", "gitHead": "20c45e878aeaaf737936d6457c24b344ebd9a41f" }