@zywave/zui-picker
Version:
## Installation
32 lines (31 loc) • 1.41 kB
JSON
{
"name": "@zywave/zui-picker",
"version": "4.2.13",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "UNLICENSED",
"dependencies": {
"@zywave/zui-base": "^4.6.1",
"@zywave/zui-button": "^4.2.0",
"@zywave/zui-pager": "^4.1.1",
"@zywave/zui-search": "^4.1.4"
},
"scripts": {
"build": "npm run build:scss && npm run build:ts",
"build:clean": "node ../../../scripts/node/remove-build-files.mjs && npm run build",
"build:scss": "node ../../../scripts/node/sass.mjs",
"build:ts": "tsc -p tsconfig.build.json",
"launch-server:cem": "web-dev-server --root-dir ../../../ --app-index docs/customelement-manifest-element.html --open --node-resolve --watch",
"launch-server:demo": "web-dev-server --root-dir ../../../ --app-index docs/demo.html --open --node-resolve --watch",
"launch-server:lab": "web-dev-server --root-dir ../../../ --app-index lab.html --open --node-resolve --watch",
"demo": "npm-run-all build --parallel watcher:start launch-server:demo",
"watch": "npm-run-all build --parallel watcher:start launch-server:lab",
"watcher:start": "node ../../../scripts/node/watcher.mjs",
"analyze": "cem analyze --globs src/zui-*.ts --litelement --outdir dist"
},
"publishConfig": {
"access": "public"
},
"customElements": "dist/custom-elements.json",
"gitHead": "6ccacba5d09f8f9b2548272f06482a8c392af6c9"
}