88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "@design.estate/dees-catalog",
|
|
"version": "1.3.1",
|
|
"private": false,
|
|
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
|
"main": "dist_ts_web/index.js",
|
|
"typings": "dist_ts_web/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "tstest test/ --web",
|
|
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
|
|
"watch": "tswatch element",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@design.estate/dees-domtools": "^2.0.61",
|
|
"@design.estate/dees-element": "^2.0.39",
|
|
"@design.estate/dees-wcctools": "^1.0.90",
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@push.rocks/smarti18n": "^1.0.4",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartstring": "^4.0.15",
|
|
"@tsclass/tsclass": "^4.1.2",
|
|
"@webcontainer/api": "1.2.0",
|
|
"apexcharts": "^3.54.0",
|
|
"highlight.js": "11.10.0",
|
|
"ibantools": "^4.5.1",
|
|
"monaco-editor": "^0.52.0",
|
|
"pdfjs-dist": "^4.6.82",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.84",
|
|
"@git.zone/tsbundle": "^2.0.15",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@git.zone/tswatch": "^2.0.23",
|
|
"@push.rocks/projectinfo": "^5.0.2",
|
|
"@push.rocks/tapbundle": "^5.3.0",
|
|
"@types/node": "^22.7.4"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"Web Components",
|
|
"User Interface",
|
|
"UI Library",
|
|
"Component Library",
|
|
"JavaScript",
|
|
"TypeScript",
|
|
"Dynamic Components",
|
|
"Modular Architecture",
|
|
"Reusable Components",
|
|
"Web Development",
|
|
"Application UI",
|
|
"Custom Elements",
|
|
"Shadow DOM",
|
|
"UI Elements",
|
|
"Dashboard Interfaces",
|
|
"Form Handling",
|
|
"Data Display",
|
|
"Visualization",
|
|
"Charting",
|
|
"Interactive Components",
|
|
"Responsive Design",
|
|
"Web Applications",
|
|
"Modern Web",
|
|
"Frontend Development"
|
|
]
|
|
} |