dees-editor/package.json

62 lines
1.6 KiB
JSON

{
"name": "@design.estate/dees-editor",
"version": "1.0.75",
"private": false,
"description": "An advanced editor for markdown documents based on Monaco editor with integrated terminal and markdown preview features.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/",
"build": "tsbuild element --allowimplicitany && tsbundle element --allowimplicitany",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@design.estate/dees-domtools": "^2.0.55",
"@design.estate/dees-element": "^2.0.33",
"@design.estate/dees-wcctools": "^1.0.85",
"@git.zone/tsrun": "^1.2.46",
"@push.rocks/smartmarkdown": "^3.0.1",
"@webcontainer/api": "^1.1.8",
"monaco-editor": "^0.45.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsbundle": "^2.0.10",
"@git.zone/tstest": "^1.0.84",
"@git.zone/tswatch": "^2.0.13",
"@push.rocks/projectinfo": "^5.0.2",
"@push.rocks/tapbundle": "^5.0.15"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 Chrome versions"
],
"keywords": [
"markdown editor",
"Monaco editor",
"web components",
"typescript",
"custom elements",
"terminal",
"markdown preview",
"code editing",
"syntax highlighting"
]
}