dees-catalog/package.json

89 lines
2.4 KiB
JSON
Raw Normal View History

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:59:23 +01:00
"version": "1.4.1",
2020-05-10 23:19:31 +00:00
"private": false,
"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",
"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": {
"@design.estate/dees-domtools": "^2.1.1",
"@design.estate/dees-element": "^2.0.39",
"@design.estate/dees-wcctools": "^1.0.90",
"@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",
"@push.rocks/smartpromise": "^4.2.0",
"@push.rocks/smartstring": "^4.0.15",
"@tsclass/tsclass": "^4.4.0",
"@webcontainer/api": "1.2.0",
"apexcharts": "^4.3.0",
"highlight.js": "11.11.1",
"ibantools": "^4.5.1",
"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": {
"@git.zone/tsbuild": "^2.1.84",
2024-01-18 02:08:19 +01:00
"@git.zone/tsbundle": "^2.0.15",
"@git.zone/tstest": "^1.0.90",
"@git.zone/tswatch": "^2.0.37",
2023-08-19 11:47:45 +02:00
"@push.rocks/projectinfo": "^5.0.2",
"@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",
"Dynamic Components",
"Modular Architecture",
"Reusable Components",
"Web Development",
"Application UI",
2024-04-20 23:16:19 +02:00
"Custom Elements",
"Shadow DOM",
"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
}