dees-domtools/package.json

57 lines
1.5 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",
2023-10-23 15:22:15 +00:00
"version": "2.0.55",
2020-05-23 14:44:42 +00:00
"private": false,
"description": "tools to simplify complex css structures",
"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": {
2023-08-27 11:33:36 +00:00
"@git.zone/tsbuild": "^2.1.70",
2023-10-03 17:20:38 +00:00
"@git.zone/tsbundle": "^2.0.10",
2023-09-09 21:36:31 +00:00
"@git.zone/tstest": "^1.0.81",
2023-08-27 11:33:36 +00:00
"@push.rocks/tapbundle": "^5.0.15",
2023-10-23 15:04:11 +00:00
"@types/node": "^20.8.7"
2020-05-23 14:44:42 +00:00
},
2020-05-23 15:00:01 +00:00
"dependencies": {
2023-10-23 15:04:11 +00:00
"@api.global/typedrequest": "^3.0.2",
2023-08-27 11:33:36 +00:00
"@design.estate/dees-comms": "^1.0.22",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartjson": "^5.0.10",
2023-08-20 15:10:10 +00:00
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrouter": "^1.0.16",
2023-08-27 11:33:36 +00:00
"@push.rocks/smartrx": "^3.0.6",
2023-10-07 10:25:44 +00:00
"@push.rocks/smartstate": "^2.0.17",
2023-08-20 15:10:10 +00:00
"@push.rocks/smarturl": "^3.0.6",
2023-10-23 15:04:11 +00:00
"@push.rocks/webrequest": "^3.0.34",
2023-08-20 15:10:10 +00:00
"@push.rocks/websetup": "^3.0.19",
2023-10-03 09:33:38 +00:00
"@push.rocks/webstore": "^2.0.13",
2023-10-23 15:04:11 +00:00
"lit": "^3.0.0",
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"
2020-05-23 14:44:42 +00:00
]
2023-05-07 18:56:08 +00:00
}