dees-domtools/package.json

55 lines
1.4 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",
2022-03-04 07:21:58 +00:00
"version": "1.0.114",
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",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-05-23 15:02:09 +00:00
"test": "(tstest test/ --web)",
2020-05-25 22:14:37 +00:00
"build": "(tsbuild --web && tsbundle npm)",
2020-05-23 14:44:42 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2022-01-22 17:56:30 +00:00
"@gitzone/tsbuild": "^2.1.29",
2022-01-24 05:56:30 +00:00
"@gitzone/tsbundle": "^1.0.89",
2021-11-21 14:52:49 +00:00
"@gitzone/tstest": "^1.0.60",
2022-01-22 17:56:30 +00:00
"@pushrocks/tapbundle": "^4.0.0",
2022-01-28 17:05:57 +00:00
"@types/node": "^17.0.13",
2020-09-12 13:14:17 +00:00
"tslint": "^6.1.3",
2020-05-23 14:44:42 +00:00
"tslint-config-prettier": "^1.15.0"
},
2020-05-23 15:00:01 +00:00
"dependencies": {
2021-11-21 14:52:49 +00:00
"@apiglobal/typedrequest": "^1.0.65",
2022-01-28 17:05:57 +00:00
"@designestate/dees-comms": "^1.0.16",
"@pushrocks/lik": "^5.0.4",
2021-09-08 20:42:32 +00:00
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
2022-01-22 17:56:30 +00:00
"@pushrocks/smartrouter": "^1.0.12",
2022-01-28 17:05:57 +00:00
"@pushrocks/smartrx": "^2.0.25",
2022-01-24 05:56:30 +00:00
"@pushrocks/smartstate": "^1.0.23",
2020-11-04 18:35:45 +00:00
"@pushrocks/webrequest": "^2.0.13",
2022-01-22 17:56:30 +00:00
"@pushrocks/websetup": "^3.0.16",
2022-01-24 05:56:30 +00:00
"@pushrocks/webstore": "^1.0.18",
2022-01-28 17:05:57 +00:00
"lit": "^2.1.2",
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
]
2020-07-15 18:12:27 +00:00
}