dees-catalog/package.json

77 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2020-05-10 23:19:31 +00:00
{
2023-08-07 17:13:29 +00:00
"name": "@design.estate/dees-catalog",
2024-07-01 09:59:31 +00:00
"version": "1.1.6",
2020-05-10 23:19:31 +00:00
"private": false,
2024-04-20 21:16:19 +00:00
"description": "A library for building components and other projects",
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",
"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-01-21 00:12:57 +00:00
"@design.estate/dees-domtools": "^2.0.57",
2024-02-05 12:11:05 +00:00
"@design.estate/dees-element": "^2.0.34",
"@design.estate/dees-wcctools": "^1.0.90",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
2023-10-23 15:26:03 +00:00
"@push.rocks/smarti18n": "^1.0.4",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartstring": "^4.0.15",
"@tsclass/tsclass": "^4.0.63",
"@webcontainer/api": "^1.2.0",
"apexcharts": "^3.49.2",
2023-10-23 15:26:03 +00:00
"highlight.js": "11.9.0",
"ibantools": "^4.5.1",
"monaco-editor": "^0.50.0",
"pdfjs-dist": "^4.3.136",
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": {
"@git.zone/tsbuild": "^2.1.82",
2024-01-18 01:08:19 +00:00
"@git.zone/tsbundle": "^2.0.15",
"@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",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.14.9"
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",
"Design System",
"UI Library",
"Component Library",
"Web Development",
"JavaScript",
"TypeScript",
"Custom Elements",
"Shadow DOM",
"CSS",
"HTML"
2020-05-10 23:19:31 +00:00
]
2024-06-30 08:37:12 +00:00
}