UNPKG

@kor-ui/kor

Version:

Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.

44 lines (43 loc) 1.27 kB
{ "name": "@kor-ui/kor", "version": "1.11.3", "description": "Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.", "scripts": { "start": "webpack-dev-server --config webpack.dev.config.js", "build": "webpack --config webpack.dev.config.js && npm run analyze", "analyze": "wca analyze 'components/**/kor-*.ts' --outFile custom-elements.json", "publish": "npm run build && lerna publish", "format": "prettier --write --single-quote components/*/kor-*" }, "author": "Eduardo Ferreira", "license": "MIT", "devDependencies": { "copy-webpack-plugin": "^5.1.2", "html-webpack-plugin": "^3.2.0", "lerna": "^3.22.0", "terser-webpack-plugin": "^2.3.8", "ts-loader": "^6.2.2", "typescript": "^3.9.9", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.2" }, "homepage": "https://kor-ui.com", "repository": { "type": "git", "url": "https://github.com/kor-ui/kor.git" }, "keywords": [ "design system", "ui", "ux", "litElement", "design", "webcomponents", "baukasten" ], "gitHead": "ed6d268a719f4771a5e09e45807876cfc548915b", "dependencies": { "lit": "^2.0.0-rc.2" } }