UNPKG

@umbraco-ui/uui-base

Version:

This is a base dependency for Umbraco UI components. It contains mixins, animations, abstract base classes, UUIEvent base class, and universal types for properties shared by different components

42 lines (41 loc) 1.16 kB
{ "name": "@umbraco-ui/uui-base", "version": "1.13.0", "license": "MIT", "keywords": [ "Umbraco", "Custom elements", "Web components", "UI", "Lit" ], "description": "This is a base dependency for Umbraco UI components. It contains mixins, animations, abstract base classes, UUIEvent base class, and universal types for properties shared by different components ", "repository": { "type": "git", "url": "https://github.com/umbraco/Umbraco.UI.git", "directory": "packages/uui-base" }, "bugs": { "url": "https://github.com/umbraco/Umbraco.UI/issues" }, "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "files": [ "lib/**/*.d.ts", "lib/**/*.js" ], "peerDependencies": { "lit": ">=2.8.0" }, "scripts": { "build": "tsc --build && rollup -c rollup.config.js", "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts" }, "publishConfig": { "access": "public" }, "homepage": "https://uui.umbraco.com/?path=/story/uui-base", "gitHead": "f57b1fdfea3678b843fbec706cecb3a220f6046f" }