statuspage/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-19 13:59:30 +00:00
{
"name": "@uptimelink_private/catalog",
2023-01-05 12:38:10 +00:00
"version": "1.0.71",
2020-09-19 13:59:30 +00:00
"private": false,
"description": "a catalog with webcomponents for uptimelink dashboard",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
2022-03-24 15:07:15 +00:00
"type": "module",
2020-09-19 13:59:30 +00:00
"scripts": {
"test": "npm run build",
2023-01-05 12:38:10 +00:00
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
2023-01-05 12:37:28 +00:00
"watch": "tswatch element",
"buildDocs": "tsdoc"
2020-09-19 13:59:30 +00:00
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
2022-03-24 15:07:15 +00:00
"@designestate/dees-domtools": "^2.0.1",
"@designestate/dees-element": "^2.0.4",
2022-03-24 17:38:08 +00:00
"@designestate/dees-wcctools": "^1.0.73",
2021-09-23 12:30:02 +00:00
"@losslessone_private/loint-pubapi": "^1.0.10",
2023-01-05 12:37:28 +00:00
"@uptimelink/interfaces": "^1.0.10"
2020-09-19 13:59:30 +00:00
},
"devDependencies": {
2022-03-24 17:38:08 +00:00
"@gitzone/tsbuild": "^2.1.61",
2023-01-05 12:37:28 +00:00
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tswatch": "^2.0.5",
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartenv": "^5.0.0",
"@types/node": "^18.11.18"
2020-09-19 13:59:30 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 Chrome versions"
]
2023-01-05 12:37:29 +00:00
}