2020-05-10 23:19:31 +00:00
{
2023-08-07 19:13:29 +02:00
"name" : "@design.estate/dees-catalog" ,
2025-01-20 03:43:21 +01:00
"version" : "1.4.0" ,
2020-05-10 23:19:31 +00:00
"private" : false ,
2024-12-09 19:14:21 +01:00
"description" : "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript." ,
2020-05-10 23:19:31 +00:00
"main" : "dist_ts_web/index.js" ,
"typings" : "dist_ts_web/index.d.ts" ,
2022-03-18 19:40:28 +01:00
"type" : "module" ,
2020-05-10 23:19:31 +00:00
"scripts" : {
2021-03-06 15:48:02 +00:00
"test" : "tstest test/ --web" ,
2024-06-30 10:37:52 +02:00
"build" : "tsbuild tsfolders --allowimplicitany && tsbundle element --production" ,
2023-01-03 17:37:10 +01:00
"watch" : "tswatch element" ,
"buildDocs" : "tsdoc"
2020-05-10 23:19:31 +00:00
} ,
"author" : "Lossless GmbH" ,
2020-09-13 16:24:48 +00:00
"license" : "MIT" ,
2020-05-10 23:19:31 +00:00
"dependencies" : {
2025-01-15 16:00:03 +01:00
"@design.estate/dees-domtools" : "^2.1.1" ,
2024-10-04 15:30:13 +02:00
"@design.estate/dees-element" : "^2.0.39" ,
2024-06-30 10:37:12 +02:00
"@design.estate/dees-wcctools" : "^1.0.90" ,
2025-01-15 16:00:03 +01:00
"@fortawesome/fontawesome-svg-core" : "^6.7.2" ,
"@fortawesome/free-brands-svg-icons" : "^6.7.2" ,
"@fortawesome/free-regular-svg-icons" : "^6.7.2" ,
"@fortawesome/free-solid-svg-icons" : "^6.7.2" ,
2023-10-23 17:26:03 +02:00
"@push.rocks/smarti18n" : "^1.0.4" ,
2025-01-20 03:59:23 +01:00
"@push.rocks/smartpromise" : "^4.2.0" ,
2024-06-30 10:37:12 +02:00
"@push.rocks/smartstring" : "^4.0.15" ,
2025-01-15 16:00:03 +01:00
"@tsclass/tsclass" : "^4.4.0" ,
2025-01-20 03:59:23 +01:00
"@webcontainer/api" : "1.2.0" ,
2025-01-15 16:00:03 +01:00
"apexcharts" : "^4.3.0" ,
"highlight.js" : "11.11.1" ,
2024-06-30 10:37:12 +02:00
"ibantools" : "^4.5.1" ,
2025-01-15 16:00:03 +01:00
"monaco-editor" : "^0.52.2" ,
"pdfjs-dist" : "^4.10.38" ,
2024-01-22 17:12:58 +01:00
"xterm" : "^5.3.0" ,
"xterm-addon-fit" : "^0.8.0"
2020-05-10 23:19:31 +00:00
} ,
"devDependencies" : {
2024-09-02 22:07:42 +02:00
"@git.zone/tsbuild" : "^2.1.84" ,
2024-01-18 02:08:19 +01:00
"@git.zone/tsbundle" : "^2.0.15" ,
2024-06-30 10:37:12 +02:00
"@git.zone/tstest" : "^1.0.90" ,
2025-01-15 16:00:03 +01:00
"@git.zone/tswatch" : "^2.0.37" ,
2023-08-19 11:47:45 +02:00
"@push.rocks/projectinfo" : "^5.0.2" ,
2025-01-20 03:59:23 +01:00
"@push.rocks/tapbundle" : "^5.5.6" ,
"@types/node" : "^22.10.7"
2020-05-10 23:19:31 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-09-13 16:24:48 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-20 23:16:19 +02:00
] ,
"keywords" : [
"Web Components" ,
"User Interface" ,
"UI Library" ,
"Component Library" ,
"JavaScript" ,
"TypeScript" ,
2024-12-09 19:14:21 +01:00
"Dynamic Components" ,
"Modular Architecture" ,
"Reusable Components" ,
"Web Development" ,
"Application UI" ,
2024-04-20 23:16:19 +02:00
"Custom Elements" ,
"Shadow DOM" ,
2024-12-09 19:14:21 +01:00
"UI Elements" ,
"Dashboard Interfaces" ,
"Form Handling" ,
"Data Display" ,
"Visualization" ,
"Charting" ,
"Interactive Components" ,
"Responsive Design" ,
"Web Applications" ,
"Modern Web" ,
"Frontend Development"
2020-05-10 23:19:31 +00:00
]
2024-12-09 19:14:21 +01:00
}