dees-domtools/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2020-05-23 14:44:42 +00:00
{
2020-05-23 15:40:08 +00:00
"name": "@designestate/dees-domtools",
2023-08-06 17:36:49 +00:00
"version": "2.0.34",
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": {
2022-08-01 14:19:45 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
2023-05-07 18:56:08 +00:00
"@types/node": "^20.1.0"
2020-05-23 14:44:42 +00:00
},
2020-05-23 15:00:01 +00:00
"dependencies": {
2022-08-01 14:19:45 +00:00
"@apiglobal/typedrequest": "^2.0.8",
2022-03-29 13:54:06 +00:00
"@designestate/dees-comms": "^1.0.22",
2023-04-05 14:38:43 +00:00
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartdelay": "^3.0.1",
2022-12-31 10:34:04 +00:00
"@pushrocks/smartjson": "^5.0.5",
2023-05-07 18:56:08 +00:00
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrouter": "^1.0.16",
2022-12-31 10:34:04 +00:00
"@pushrocks/smartrx": "^3.0.0",
2023-05-07 18:56:08 +00:00
"@pushrocks/smartstate": "^2.0.6",
"@pushrocks/smarturl": "^3.0.6",
"@pushrocks/webrequest": "^3.0.23",
2023-05-08 13:26:17 +00:00
"@pushrocks/websetup": "^3.0.19",
2023-05-07 18:56:08 +00:00
"@pushrocks/webstore": "^2.0.8",
"lit": "^2.7.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"
2020-05-23 14:44:42 +00:00
]
2023-05-07 18:56:08 +00:00
}