@postnord/web-components
Version:
PostNord Web Components
159 lines (158 loc) • 3.83 kB
JSON
{
"name": "@postnord/web-components",
"version": "7.12.0",
"description": "PostNord Web Components",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "index.cjs.js",
"module": "components/index.js",
"es2017": "esm/index.js",
"types": "components/index.d.ts",
"collection": "collection/collection-manifest.json",
"collection:main": "collection/index.js",
"unpkg": "postnord-web-components/postnord-web-components.esm.js",
"scripts": {
"start": "wireit",
"build": "wireit",
"stencil:build": "wireit",
"generate": "wireit",
"exposed": "wireit",
"bom": "cyclonedx-bom -o bom.xml --include-dev"
},
"dependencies": {
"@stencil/core": "4.22.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@cyclonedx/bom": "^3.10.6",
"@stencil/sass": "3.0.12",
"@storybook/addon-a11y": "^8.6.12",
"@storybook/addon-actions": "^8.6.12",
"@storybook/addon-controls": "^8.6.12",
"@storybook/addon-designs": "^8.2.1",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/builder-vite": "^8.6.12",
"@storybook/cli": "^8.6.12",
"@storybook/manager-api": "^8.6.12",
"@storybook/preview-api": "^8.6.12",
"@storybook/test": "^8.6.12",
"@storybook/web-components-vite": "^8.6.12",
"api-now": "^0.5.4",
"dayjs": "1.11.13",
"lodash.kebabcase": "^4.1.1",
"plop": "^4.0.1",
"pn-design-assets": "2.2.0",
"prettier": "3.4.2",
"sass": "^1.83.4",
"storybook": "^8.6.12",
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"wireit": "^0.14.10"
},
"license": "MIT",
"type": "module",
"wireit": {
"start": {
"command": "storybook dev -p 6006",
"service": {
"readyWhen": {
"lineMatches": "info => Starting preview.."
}
},
"dependencies": [
"stats",
"stencil:watch"
]
},
"stencil:watch": {
"command": "stencil build --dev --watch",
"service": {
"readyWhen": {
"lineMatches": "build finished, watching for changes..."
}
},
"dependencies": [
"stats"
]
},
"build": {
"command": "storybook build",
"files": [
".storybook"
],
"output": [
"storybook-static/**"
],
"dependencies": [
"stencil:build",
"readme:build"
]
},
"stencil:build": {
"command": "stencil build",
"files": [
"src/**/*{.scss,.ts,.tsx}",
"tsconfig.json"
],
"output": [
"dist/**"
],
"dependencies": [
"stats"
]
},
"storybook:build": {
"command": "storybook build",
"files": [
".storybook"
],
"output": [
"storybook-static/**"
],
"dependencies": [
"stencil:build"
]
},
"readme:build": {
"command": "cp readme.md dist/",
"dependencies": [
"stencil:build"
]
},
"exposed": {
"command": "./scripts/expose_server.sh",
"dependencies": [
"start"
]
},
"stats": {
"command": "node ./scripts/generateStats.js",
"dependencies": [
"stats:ts"
]
},
"stats:ts": {
"command": "tsc --module NodeNext --moduleResolution NodeNext --skipLibCheck ./scripts/generateStats.ts"
},
"generate": {
"command": "plop",
"dependencies": [
"generate:ts"
]
},
"generate:ts": {
"command": "tsc --module NodeNext --moduleResolution NodeNext --skipLibCheck ./plopfile.ts"
}
},
"keywords": [
"postnord",
"web components",
"components",
"stencil",
"custom elements"
]
}