@umbraco-ui/uui-toggle
Version:
Umbraco style toggle component
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "@umbraco-ui/uui-toggle",
"version": "1.13.0",
"license": "MIT",
"keywords": [
"Umbraco",
"Custom elements",
"Web components",
"UI",
"Lit",
"Toggle"
],
"description": "Umbraco style toggle component",
"repository": {
"type": "git",
"url": "https://github.com/umbraco/Umbraco.UI.git",
"directory": "packages/toggle"
},
"bugs": {
"url": "https://github.com/umbraco/Umbraco.UI/issues"
},
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"customElements": "custom-elements.json",
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"custom-elements.json"
],
"dependencies": {
"@umbraco-ui/uui-base": "1.13.0",
"@umbraco-ui/uui-boolean-input": "1.13.0"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://uui.umbraco.com/?path=/story/uui-toggle",
"gitHead": "f57b1fdfea3678b843fbec706cecb3a220f6046f"
}