dees-appui-catalog/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-17 10:12:40 +00:00
{
2022-11-18 00:30:36 +00:00
"name": "@losslessone_private/lele-appui-catalog",
2023-01-19 11:41:14 +00:00
"version": "1.0.75",
2020-09-17 10:12:40 +00:00
"private": false,
"description": "a catalog with app webcomponents",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
2022-05-02 11:43:55 +00:00
"type": "module",
2020-09-17 10:12:40 +00:00
"scripts": {
"test": "npm run build",
2022-05-02 11:43:55 +00:00
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
2023-01-04 14:10:23 +00:00
"watch": "tswatch element",
"buildDocs": "tsdoc"
2020-09-17 10:12:40 +00:00
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
2023-09-06 16:43:33 +00:00
"@design.estate/dees-catalog": "^1.0.170",
"@design.estate/dees-domtools": "^2.0.34",
"@design.estate/dees-element": "^2.0.23",
"@design.estate/dees-wcctools": "^1.0.76",
"@losslessone_private/loint-pubapi": "^1.0.13"
2020-09-17 10:12:40 +00:00
},
"devDependencies": {
2023-09-06 16:43:33 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tswatch": "^2.0.7",
"@push.rocks/projectinfo": "^5.0.1",
"@types/node": "^20.5.9"
2020-09-17 10:12:40 +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-10 12:11:02 +00:00
}