@cbpds/web-components
Version:
Web components for the CBP Design System.
71 lines (70 loc) • 2.35 kB
JSON
{
"name": "@cbpds/web-components",
"version": "0.0.1-develop.28",
"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.1",
"@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": "^9.1.6",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-themes": "^9.1.6",
"@storybook/web-components-vite": "^9.1.6",
"@types/jest": "^27.5.2",
"@types/node": "^24.5.1",
"@whitespace/storybook-addon-html": "^8.0.2",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"lit": "^3.1.2",
"prettier": "^3.6.2",
"puppeteer": "^23.1.1",
"react-syntax-highlighter": "^15.6.6",
"storybook": "^9.1.6",
"storybook-addon-tag-badges": "^2.0.2",
"vite": "7.1.5"
},
"keywords": [
"CBP",
"CBP Design System"
],
"gitHead": "d225f6b64b92b35e7ae1804763d19448dd1969f4"
}