2020-05-23 14:44:42 +00:00
{
2023-08-06 19:37:28 +02:00
"name" : "@design.estate/dees-domtools" ,
2025-01-09 00:24:17 +01:00
"version" : "2.1.0" ,
2020-05-23 14:44:42 +00:00
"private" : false ,
2024-04-20 23:18:09 +02:00
"description" : "A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies." ,
2020-05-23 14:44:42 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-03-16 13:39:50 +01:00
"type" : "module" ,
2020-05-23 14:44:42 +00:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"scripts" : {
2020-05-23 15:02:09 +00:00
"test" : "(tstest test/ --web)" ,
2022-08-01 16:19:45 +02:00
"build" : "(tsbuild --web --allowimplicitany && tsbundle npm)" ,
2023-05-07 20:56:08 +02:00
"format" : "(gitzone format)" ,
"buildDocs" : "tsdoc"
2020-05-23 14:44:42 +00:00
} ,
"devDependencies" : {
2025-01-09 00:24:17 +01:00
"@git.zone/tsbuild" : "^2.2.0" ,
"@git.zone/tsbundle" : "^2.1.0" ,
2024-07-01 11:23:14 +02:00
"@git.zone/tstest" : "^1.0.90" ,
2025-01-09 00:24:17 +01:00
"@push.rocks/tapbundle" : "^5.5.4" ,
"@types/node" : "^22.10.5"
2020-05-23 14:44:42 +00:00
} ,
2020-05-23 15:00:01 +00:00
"dependencies" : {
2025-01-09 00:24:17 +01:00
"@api.global/typedrequest" : "^3.1.10" ,
2024-07-01 11:23:14 +02:00
"@design.estate/dees-comms" : "^1.0.27" ,
2025-01-09 00:24:17 +01:00
"@push.rocks/lik" : "^6.1.0" ,
2023-08-27 13:33:36 +02:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-07-01 11:23:14 +02:00
"@push.rocks/smartjson" : "^5.0.20" ,
2024-01-20 01:08:25 +01:00
"@push.rocks/smartmarkdown" : "^3.0.3" ,
2025-01-09 00:24:17 +01:00
"@push.rocks/smartpromise" : "^4.1.0" ,
2024-10-06 23:31:44 +02:00
"@push.rocks/smartrouter" : "^1.3.2" ,
2024-01-20 01:08:25 +01:00
"@push.rocks/smartrx" : "^3.0.7" ,
2024-10-06 21:42:10 +02:00
"@push.rocks/smartstate" : "^2.0.19" ,
2024-07-01 11:23:14 +02:00
"@push.rocks/smartstring" : "^4.0.15" ,
2024-10-06 21:42:10 +02:00
"@push.rocks/smarturl" : "^3.1.0" ,
2024-07-01 11:23:14 +02:00
"@push.rocks/webrequest" : "^3.0.37" ,
2023-08-20 17:10:10 +02:00
"@push.rocks/websetup" : "^3.0.19" ,
2024-07-01 11:23:14 +02:00
"@push.rocks/webstore" : "^2.0.20" ,
2025-01-09 00:24:17 +01:00
"lit" : "^3.2.1" ,
2020-06-03 09:07:31 +00:00
"sweet-scroll" : "^4.0.0"
2020-05-23 15:00:01 +00:00
} ,
2020-05-23 14:44:42 +00:00
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-07-15 18:12:27 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-20 23:18:09 +02:00
] ,
"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"
2020-05-23 14:44:42 +00:00
]
2024-07-01 11:23:15 +02:00
}