58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@design.estate/dees-element",
|
|
"version": "2.1.4",
|
|
"private": false,
|
|
"description": "A library for creating custom elements extending the lit element class with additional functionalities.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose)",
|
|
"build": "(tsbuild tsfolders --web --allowimplicitany && tsbundle npm)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.0.2",
|
|
"@git.zone/tsbundle": "^2.6.3",
|
|
"@git.zone/tstest": "^3.1.4",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^25.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@design.estate/dees-domtools": "^2.3.7",
|
|
"@push.rocks/isounique": "^1.0.5",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"lit": "^3.3.2"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"custom elements",
|
|
"lit",
|
|
"TypeScript",
|
|
"CSS manager",
|
|
"themes",
|
|
"decorators",
|
|
"async directive",
|
|
"web components",
|
|
"reactive programming",
|
|
"DOM manipulation"
|
|
],
|
|
"packageManager": "pnpm@10.27.0"
|
|
}
|