UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

143 lines 5.54 kB
{ "version": "3.5.0", "author": "Community for NL Design System", "description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture", "license": "EUPL-1.2", "name": "@utrecht/web-component-library-stencil", "keywords": [ "nl-design-system" ], "private": false, "publishConfig": { "access": "public" }, "main": "./dist/index.cjs.js", "module": "./dist/index.js", "types": "./dist/types/components.d.ts", "collection": "./dist/collection/collection-manifest.json", "collection:main": "./dist/collection/collection-manifest.json", "unpkg": "./dist/utrecht/utrecht.esm.js", "files": [ "dist/", "loader/" ], "repository": { "type": "git+ssh", "url": "git+ssh://git@github.com/nl-design-system/utrecht.git", "directory": "packages/web-component-library-stencil" }, "devDependencies": { "@gemeente-denhaag/process-steps": "0.1.0-alpha.224", "@gemeente-denhaag/step-marker": "0.0.1-alpha.96", "@stencil/angular-output-target": "0.8.4", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.8", "@types/jest": "29.5.12", "@types/node": "22.7.4", "chokidar-cli": "3.0.0", "clsx": "2.1.1", "node-sass-package-importer": "5.3.3", "rimraf": "5.0.7", "@utrecht/alert-css": "2.3.0", "@utrecht/article-css": "1.5.1", "@utrecht/backdrop-css": "1.4.1", "@utrecht/badge-counter-css": "1.4.1", "@utrecht/badge-css": "1.4.1", "@utrecht/badge-list-css": "2.2.1", "@utrecht/badge-status-css": "1.4.1", "@utrecht/blockquote-css": "1.6.1", "@utrecht/body-css": "1.2.1", "@utrecht/breadcrumb-nav-css": "1.4.1", "@utrecht/button-css": "2.3.1", "@utrecht/button-group-css": "1.4.1", "@utrecht/button-link-css": "1.3.1", "@utrecht/checkbox-css": "1.6.1", "@utrecht/code-block-css": "1.5.1", "@utrecht/code-css": "1.5.1", "@utrecht/color-sample-css": "1.4.1", "@utrecht/column-layout-css": "1.5.1", "@utrecht/custom-checkbox-css": "1.3.2", "@utrecht/data-badge-css": "1.0.1", "@utrecht/data-list-css": "1.4.1", "@utrecht/digid-button-css": "1.4.1", "@utrecht/document-css": "1.5.1", "@utrecht/drawer-css": "1.4.1", "@utrecht/emphasis-css": "1.5.1", "@utrecht/figure-css": "1.5.1", "@utrecht/focus-ring-css": "2.3.1", "@utrecht/form-css": "1.5.1", "@utrecht/form-field-css": "1.5.1", "@utrecht/form-field-description-css": "1.5.1", "@utrecht/form-field-error-message-css": "1.5.1", "@utrecht/form-fieldset-css": "1.5.1", "@utrecht/form-label-css": "1.6.1", "@utrecht/form-toggle-css": "1.5.1", "@utrecht/heading-css": "1.4.1", "@utrecht/heading-1-css": "1.5.1", "@utrecht/heading-2-css": "1.5.1", "@utrecht/heading-3-css": "1.5.1", "@utrecht/heading-4-css": "1.5.1", "@utrecht/heading-5-css": "1.5.1", "@utrecht/heading-6-css": "1.5.1", "@utrecht/heading-group-css": "1.5.1", "@utrecht/html-content-css": "1.4.1", "@utrecht/iban-data-css": "1.3.1", "@utrecht/icon": "2.1.0", "@utrecht/icon-css": "2.0.1", "@utrecht/link-button-css": "1.4.1", "@utrecht/link-css": "1.6.1", "@utrecht/logo-button-css": "1.4.1", "@utrecht/logo-css": "1.4.1", "@utrecht/logo-image-css": "1.4.1", "@utrecht/map-marker-css": "1.4.1", "@utrecht/mark-css": "1.5.1", "@utrecht/multiline-data-css": "1.3.1", "@utrecht/nav-bar-css": "1.4.1", "@utrecht/number-badge-css": "2.3.1", "@utrecht/number-data-css": "1.4.1", "@utrecht/ordered-list-css": "1.5.2", "@utrecht/page-content-css": "1.4.1", "@utrecht/page-css": "1.4.1", "@utrecht/page-body-css": "0.1.1", "@utrecht/page-footer-css": "2.1.1", "@utrecht/page-header-css": "1.5.1", "@utrecht/page-layout-css": "1.1.1", "@utrecht/pagination-css": "1.4.1", "@utrecht/paragraph-css": "2.3.1", "@utrecht/pre-heading-css": "1.4.1", "@utrecht/preserve-data-css": "1.3.1", "@utrecht/radio-button-css": "1.6.1", "@utrecht/root-css": "1.2.1", "@utrecht/select-css": "1.8.1", "@utrecht/separator-css": "1.5.1", "@utrecht/skip-link-css": "1.5.1", "@utrecht/spotlight-section-css": "1.6.1", "@utrecht/surface-css": "1.4.1", "@utrecht/table-css": "1.6.1", "@utrecht/textarea-css": "2.3.2", "@utrecht/textbox-css": "1.7.1", "@utrecht/top-task-link-css": "1.4.1", "@utrecht/top-task-nav-css": "1.3.1", "@utrecht/unordered-list-css": "1.5.1", "@utrecht/url-data-css": "1.3.1" }, "dependencies": { "@stencil/core": "4.18.3" }, "scripts": { "build": "pnpm run '/^build:.*/'", "build:stencil": "stencil build", "clean": "pnpm run '/^clean:.*/'", "clean:stencil": "rimraf dist/ loader/ www/", "clean:angular-output-target": "rimraf ../web-component-library-angular/src/directives/", "clean:react-output-target": "rimraf ../web-component-library-react/src/components.ts ../web-component-library-react/src/react-component-lib/", "clean:vue-output-target": "rimraf ../web-component-library-vue/src/components.ts ../web-component-library-vue/src/vue-component-lib/", "lint-build": "pnpm run '/^lint:.*/'", "lint-build:ts": "tsc --noEmit --project tsconfig.json", "lint-build:jest": "tsc --noEmit --project tsconfig.jest.json", "start": "stencil build --dev --watch --serve", "watch:build": "stencil build --watch", "generate": "stencil generate" } }