@3mo/theme
Version:
Tools & tokens for theming 3MO components & applications.
32 lines (31 loc) • 646 B
JSON
{
"name": "@3mo/theme",
"version": "0.3.0",
"description": "Tools & tokens for theming 3MO components & applications.",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"theme"
],
"author": "3MO GmbH",
"license": "MIT",
"homepage": "https://www.3mo.de",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"customElements": "dist/custom-elements.json",
"files": [
"dist"
],
"dependencies": {
"@a11d/lit": "x",
"@a11d/local-storage": "x",
"@a11d/root-css-injector": "x",
"@3mo/color": "x",
"tslib": "x"
}
}