dees-domtools/package.json

56 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-05-01 18:07:30 +00:00
"version": "2.0.22",
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-03-16 12:39:50 +00:00
"build": "(tsbuild --web --allowimplicitany --skiplibcheck && tsbundle npm)",
2020-05-23 14:44:42 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2022-03-25 01:28:39 +00:00
"@gitzone/tsbuild": "^2.1.61",
2022-03-29 13:54:06 +00:00
"@gitzone/tsbundle": "^1.0.102",
2022-03-25 01:28:39 +00:00
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23",
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": {
2022-03-29 13:54:06 +00:00
"@apiglobal/typedrequest": "^2.0.3",
"@designestate/dees-comms": "^1.0.22",
2022-01-28 17:05:57 +00:00
"@pushrocks/lik": "^5.0.4",
2021-09-08 20:42:32 +00:00
"@pushrocks/smartdelay": "^2.0.13",
2022-03-16 12:39:50 +00:00
"@pushrocks/smartpromise": "^3.1.7",
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-03-25 13:01:44 +00:00
"@pushrocks/smartstate": "^2.0.0",
2022-03-25 01:28:39 +00:00
"@pushrocks/webrequest": "^3.0.3",
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-04-14 14:42:51 +00:00
"lit": "^2.2.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
}