UNPKG

@cbpds/web-components

Version:
76 lines (75 loc) 2.53 kB
{ "name": "@cbpds/web-components", "version": "0.0.1-develop.29", "description": "Web components for the CBP Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/web-components/web-components.esm.js", "license": "CC0-1.0", "author": "Creative Services <CreativeServices@cbp.dhs.gov>", "repository": { "type": "git", "url": "git+https://github.com/US-CBP/design-system.git" }, "homepage": "https://github.com/US-CBP/design-system/tree/develop/packages/web-components", "bugs": { "url": "https://github.com/US-CBP/design-system/issues" }, "files": [ "dist/" ], "scripts": { "analyze": "cem analyze --stencil", "analyze:dev": "cem analyze --watch", "build": "stencil build --docs", "build-dev": "stencil build --dev --docs", "start": "stencil build --dev --watch", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "storybook": "stencil build --docs && storybook dev -p 6006", "build-storybook": "storybook build", "build-pages": "stencil build --docs && storybook build --output-dir storybook-static" }, "dependencies": { "@stencil/core": "4.15.0" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.3", "@custom-elements-manifest/analyzer": "^0.9.4", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.7", "@stencil/store": "^2.0.12", "@storybook/addon-a11y": "^10.1.8", "@storybook/addon-docs": "^10.1.8", "@storybook/addon-themes": "^10.1.8", "@storybook/addon-vitest": "^10.1.9", "@storybook/web-components-vite": "^10.1.8", "@types/jest": "^27.5.2", "@types/node": "^24.5.1", "@vitest/browser-playwright": "^4.0.15", "@vitest/coverage-v8": "^4.0.15", "@whitespace/storybook-addon-html": "^8.0.2", "jest": "^27.5.1", "jest-cli": "^27.5.1", "lit": "^3.1.2", "playwright": "^1.57.0", "prettier": "^3.6.2", "puppeteer": "^23.1.1", "react-syntax-highlighter": "^15.6.6", "storybook": "^10.1.8", "storybook-addon-tag-badges": "^2.0.2", "vite": "7.1.5", "vitest": "^4.0.15" }, "keywords": [ "CBP", "CBP Design System" ], "gitHead": "ac0b62cd61861a3dd6ff9e0b6f402ce1b95088c7" }