dees-domtools/package.json

75 lines
2.0 KiB
JSON
Raw Normal View History

2020-05-23 14:44:42 +00:00
{
2023-08-06 17:37:28 +00:00
"name": "@design.estate/dees-domtools",
2024-07-01 09:23:15 +00:00
"version": "2.0.58",
2020-05-23 14:44:42 +00:00
"private": false,
2024-04-20 21:18:09 +00: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 12:39:50 +00: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 14:19:45 +00:00
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
2023-05-07 18:56:08 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2020-05-23 14:44:42 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.82",
2024-01-20 00:08:25 +00:00
"@git.zone/tsbundle": "^2.0.15",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.14.9"
2020-05-23 14:44:42 +00:00
},
2020-05-23 15:00:01 +00:00
"dependencies": {
"@api.global/typedrequest": "^3.0.30",
"@design.estate/dees-comms": "^1.0.27",
"@push.rocks/lik": "^6.0.15",
2023-08-27 11:33:36 +00:00
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartjson": "^5.0.20",
2024-01-20 00:08:25 +00:00
"@push.rocks/smartmarkdown": "^3.0.3",
"@push.rocks/smartpromise": "^4.0.4",
2023-08-20 15:10:10 +00:00
"@push.rocks/smartrouter": "^1.0.16",
2024-01-20 00:08:25 +00:00
"@push.rocks/smartrx": "^3.0.7",
2023-10-07 10:25:44 +00:00
"@push.rocks/smartstate": "^2.0.17",
"@push.rocks/smartstring": "^4.0.15",
2023-08-20 15:10:10 +00:00
"@push.rocks/smarturl": "^3.0.6",
"@push.rocks/webrequest": "^3.0.37",
2023-08-20 15:10:10 +00:00
"@push.rocks/websetup": "^3.0.19",
"@push.rocks/webstore": "^2.0.20",
"lit": "^3.1.4",
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 21:18:09 +00: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 09:23:15 +00:00
}