75 lines
2.0 KiB
JSON
75 lines
2.0 KiB
JSON
{
|
|
"name": "@design.estate/dees-domtools",
|
|
"version": "2.0.65",
|
|
"private": false,
|
|
"description": "A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
|
"format": "(gitzone format)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
"@git.zone/tsbundle": "^2.1.0",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.5.4",
|
|
"@types/node": "^22.10.5"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.1.10",
|
|
"@design.estate/dees-comms": "^1.0.27",
|
|
"@push.rocks/lik": "^6.1.0",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartjson": "^5.0.20",
|
|
"@push.rocks/smartmarkdown": "^3.0.3",
|
|
"@push.rocks/smartpromise": "^4.1.0",
|
|
"@push.rocks/smartrouter": "^1.3.2",
|
|
"@push.rocks/smartrx": "^3.0.7",
|
|
"@push.rocks/smartstate": "^2.0.19",
|
|
"@push.rocks/smartstring": "^4.0.15",
|
|
"@push.rocks/smarturl": "^3.1.0",
|
|
"@push.rocks/webrequest": "^3.0.37",
|
|
"@push.rocks/websetup": "^3.0.19",
|
|
"@push.rocks/webstore": "^2.0.20",
|
|
"lit": "^3.2.1",
|
|
"sweet-scroll": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"CSS tools",
|
|
"web development",
|
|
"TypeScript support",
|
|
"CSS structure simplification",
|
|
"web components",
|
|
"theme management",
|
|
"DOM manipulation",
|
|
"responsive design",
|
|
"design system",
|
|
"lit element",
|
|
"keyboard event handling",
|
|
"state management",
|
|
"routing",
|
|
"performance optimization"
|
|
]
|
|
}
|