Files
docmost/package.json
T
2025-09-26 18:53:18 +01:00

101 lines
3.2 KiB
JSON

{
"name": "docmost",
"homepage": "https://docmost.com",
"version": "0.23.2",
"private": true,
"scripts": {
"build": "nx run-many -t build",
"start": "pnpm --filter ./apps/server run start:prod",
"collab": "pnpm --filter ./apps/server run collab:prod",
"collab:dev": "pnpm --filter ./apps/server run collab:dev",
"server:build": "nx run server:build",
"client:build": "nx run client:build",
"editor-ext:build": "nx run @docmost/editor-ext:build",
"client:dev": "nx run client:dev",
"server:dev": "nx run server:start:dev",
"server:start": "nx run server:start:prod",
"email:dev": "nx run server:email:dev",
"dev": "pnpm concurrently -n \"frontend,backend\" -c \"cyan,green\" \"pnpm run client:dev\" \"pnpm run server:dev\""
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@docmost/editor-ext": "workspace:*",
"@floating-ui/dom": "^1.7.3",
"@hocuspocus/extension-redis": "^3.2.3",
"@hocuspocus/provider": "^3.2.3",
"@hocuspocus/server": "^3.2.3",
"@hocuspocus/transformer": "^3.2.3",
"@joplin/turndown": "^4.0.74",
"@joplin/turndown-plugin-gfm": "^1.0.56",
"@sindresorhus/slugify": "1.1.0",
"@tiptap/core": "^3.6.1",
"@tiptap/extension-code-block": "^3.6.1",
"@tiptap/extension-collaboration": "^3.6.1",
"@tiptap/extension-collaboration-caret": "^3.6.1",
"@tiptap/extension-color": "^3.6.1",
"@tiptap/extension-document": "^3.6.1",
"@tiptap/extension-heading": "^3.6.1",
"@tiptap/extension-highlight": "^3.6.1",
"@tiptap/extension-history": "^3.6.1",
"@tiptap/extension-image": "^3.6.1",
"@tiptap/extension-link": "^3.6.1",
"@tiptap/extension-list": "^3.6.1",
"@tiptap/extension-list-item": "^3.6.1",
"@tiptap/extension-list-keymap": "^3.6.1",
"@tiptap/extension-placeholder": "^3.6.1",
"@tiptap/extension-subscript": "^3.6.1",
"@tiptap/extension-superscript": "^3.6.1",
"@tiptap/extension-table": "^3.6.1",
"@tiptap/extension-text": "^3.6.1",
"@tiptap/extension-text-align": "^3.6.1",
"@tiptap/extension-text-style": "^3.6.1",
"@tiptap/extension-typography": "^3.6.1",
"@tiptap/extension-youtube": "^3.6.1",
"@tiptap/html": "^3.6.1",
"@tiptap/pm": "^3.6.1",
"@tiptap/react": "^3.6.1",
"@tiptap/starter-kit": "^3.6.1",
"@tiptap/suggestion": "^3.6.1",
"@types/qrcode": "^1.5.5",
"bytes": "^3.1.2",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"fractional-indexing-jittered": "^1.0.0",
"highlight.js": "^11.11.1",
"ioredis": "^5.4.1",
"jszip": "^3.10.1",
"linkifyjs": "^4.3.2",
"marked": "13.0.3",
"ms": "3.0.0-canary.1",
"qrcode": "^1.5.4",
"uuid": "^11.1.0",
"y-indexeddb": "^9.0.12",
"yjs": "^13.6.27"
},
"devDependencies": {
"@nx/js": "20.4.5",
"@types/bytes": "^3.1.5",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.2",
"nx": "20.4.5",
"tsx": "^4.19.3"
},
"workspaces": {
"packages": [
"apps/*",
"packages/*"
]
},
"packageManager": "pnpm@10.4.0",
"pnpm": {
"patchedDependencies": {
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch"
},
"overrides": {
"jsdom": "25.0.1"
},
"neverBuiltDependencies": []
}
}