2020-05-10 23:19:31 +00:00
{
2023-08-07 17:13:29 +00:00
"name" : "@design.estate/dees-catalog" ,
2024-12-09 18:14:21 +00:00
"version" : "1.3.2" ,
2020-05-10 23:19:31 +00:00
"private" : false ,
2024-12-09 18:14:21 +00: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 18:40:28 +00: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 08:37:52 +00:00
"build" : "tsbuild tsfolders --allowimplicitany && tsbundle element --production" ,
2023-01-03 16:37:10 +00: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" : {
2024-10-04 13:30:13 +00:00
"@design.estate/dees-domtools" : "^2.0.61" ,
"@design.estate/dees-element" : "^2.0.39" ,
2024-06-30 08:37:12 +00:00
"@design.estate/dees-wcctools" : "^1.0.90" ,
2024-09-02 20:07:42 +00:00
"@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" ,
2023-10-23 15:26:03 +00:00
"@push.rocks/smarti18n" : "^1.0.4" ,
2024-06-30 08:37:12 +00:00
"@push.rocks/smartpromise" : "^4.0.4" ,
"@push.rocks/smartstring" : "^4.0.15" ,
2024-09-02 20:07:42 +00:00
"@tsclass/tsclass" : "^4.1.2" ,
2024-10-04 13:33:59 +00:00
"@webcontainer/api" : "1.2.0" ,
2024-10-04 13:30:13 +00:00
"apexcharts" : "^3.54.0" ,
2024-09-02 20:07:42 +00:00
"highlight.js" : "11.10.0" ,
2024-06-30 08:37:12 +00:00
"ibantools" : "^4.5.1" ,
2024-10-04 13:30:13 +00:00
"monaco-editor" : "^0.52.0" ,
"pdfjs-dist" : "^4.6.82" ,
2024-01-22 16:12:58 +00:00
"xterm" : "^5.3.0" ,
"xterm-addon-fit" : "^0.8.0"
2020-05-10 23:19:31 +00:00
} ,
"devDependencies" : {
2024-09-02 20:07:42 +00:00
"@git.zone/tsbuild" : "^2.1.84" ,
2024-01-18 01:08:19 +00:00
"@git.zone/tsbundle" : "^2.0.15" ,
2024-06-30 08:37:12 +00:00
"@git.zone/tstest" : "^1.0.90" ,
2024-02-05 12:11:05 +00:00
"@git.zone/tswatch" : "^2.0.23" ,
2023-08-19 09:47:45 +00:00
"@push.rocks/projectinfo" : "^5.0.2" ,
2024-10-04 13:30:13 +00:00
"@push.rocks/tapbundle" : "^5.3.0" ,
"@types/node" : "^22.7.4"
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 21:16:19 +00:00
] ,
"keywords" : [
"Web Components" ,
"User Interface" ,
"UI Library" ,
"Component Library" ,
"JavaScript" ,
"TypeScript" ,
2024-12-09 18:14:21 +00:00
"Dynamic Components" ,
"Modular Architecture" ,
"Reusable Components" ,
"Web Development" ,
"Application UI" ,
2024-04-20 21:16:19 +00:00
"Custom Elements" ,
"Shadow DOM" ,
2024-12-09 18:14:21 +00: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 18:14:21 +00:00
}