48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@uptimelink_private/catalog",
|
|
"version": "1.0.59",
|
|
"private": false,
|
|
"description": "a catalog with webcomponents for uptimelink dashboard",
|
|
"main": "dist_ts_web/index.js",
|
|
"typings": "dist_ts_web/index.d.ts",
|
|
"scripts": {
|
|
"test": "npm run build",
|
|
"build": "tsbuild element && tsbundle element --production",
|
|
"watch": "tswatch element"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@designestate/dees-domtools": "^1.0.85",
|
|
"@designestate/dees-element": "^1.0.10",
|
|
"@designestate/dees-wcctools": "^1.0.54",
|
|
"@gitzone/tsrun": "^1.2.12",
|
|
"@losslessone_private/loint-pubapi": "^1.0.10",
|
|
"@pushrocks/smartexpress": "^3.0.100",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.24",
|
|
"@gitzone/tsbundle": "^1.0.80",
|
|
"@gitzone/tswatch": "^1.0.52",
|
|
"@pushrocks/projectinfo": "^4.0.5",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.17.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 Chrome versions"
|
|
]
|
|
}
|