mirror of
https://github.com/onyx-dot-app/onyx.git
synced 2026-02-16 23:35:46 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
702 B
JSON
31 lines
702 B
JSON
{
|
|
"name": "onyx-chat-widget",
|
|
"version": "1.0.0",
|
|
"description": "Embeddable chat widget for Onyx",
|
|
"type": "module",
|
|
"main": "dist/onyx-widget.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:cloud": "vite build --mode production",
|
|
"build:self-hosted": "vite build --mode self-hosted",
|
|
"preview": "vite preview",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.0.0",
|
|
"lit": "^3.1.0",
|
|
"marked": "^12.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|