Files
docmost_custom/package.json
T

106 lines
3.5 KiB
JSON
Raw Normal View History

2024-01-09 18:58:26 +01:00
{
"name": "docmost",
"homepage": "https://docmost.com",
2025-09-18 18:00:28 +01:00
"version": "0.23.2",
2024-01-09 18:58:26 +01:00
"private": true,
"scripts": {
2024-05-01 17:27:05 +01:00
"build": "nx run-many -t build",
2024-06-07 17:29:34 +01:00
"start": "pnpm --filter ./apps/server run start:prod",
2025-02-25 13:15:51 +00:00
"collab": "pnpm --filter ./apps/server run collab:prod",
"collab:dev": "pnpm --filter ./apps/server run collab:dev",
2024-05-01 17:27:05 +01:00
"server:build": "nx run server:build",
"client:build": "nx run client:build",
2024-06-20 14:57:00 +01:00
"editor-ext:build": "nx run @docmost/editor-ext:build",
2024-05-01 17:27:05 +01:00
"client:dev": "nx run client:dev",
"server:dev": "nx run server:start:dev",
2024-05-02 03:12:40 +01:00
"server:start": "nx run server:start:prod",
2025-04-07 19:07:10 +01:00
"email:dev": "nx run server:email:dev",
2024-07-05 10:10:08 +12:00
"dev": "pnpm concurrently -n \"frontend,backend\" -c \"cyan,green\" \"pnpm run client:dev\" \"pnpm run server:dev\""
2024-01-09 18:58:26 +01:00
},
"dependencies": {
2025-07-29 19:28:48 +01:00
"@braintree/sanitize-url": "^7.1.0",
"@docmost/editor-ext": "workspace:*",
"@floating-ui/dom": "^1.7.3",
2025-02-14 16:59:19 +00:00
"@hocuspocus/extension-redis": "^2.15.2",
"@hocuspocus/provider": "^2.15.2",
"@hocuspocus/server": "^2.15.2",
"@hocuspocus/transformer": "^2.15.2",
"@joplin/turndown": "^4.0.74",
"@joplin/turndown-plugin-gfm": "^1.0.56",
"@sindresorhus/slugify": "1.1.0",
2025-06-13 21:38:49 +01:00
"@tiptap/core": "^2.10.3",
"@tiptap/extension-code-block": "^2.10.3",
"@tiptap/extension-code-block-lowlight": "^2.10.3",
"@tiptap/extension-collaboration": "^2.10.3",
"@tiptap/extension-collaboration-cursor": "^2.10.3",
"@tiptap/extension-color": "^2.10.3",
"@tiptap/extension-document": "^2.10.3",
"@tiptap/extension-heading": "^2.10.3",
"@tiptap/extension-highlight": "^2.10.3",
"@tiptap/extension-history": "^2.10.3",
"@tiptap/extension-image": "^2.10.3",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/extension-list-item": "^2.10.3",
"@tiptap/extension-list-keymap": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/extension-subscript": "^2.10.3",
"@tiptap/extension-superscript": "^2.10.3",
"@tiptap/extension-table": "^2.10.3",
"@tiptap/extension-table-cell": "^2.10.3",
"@tiptap/extension-table-header": "^2.10.3",
"@tiptap/extension-table-row": "^2.10.3",
"@tiptap/extension-task-item": "^2.10.3",
"@tiptap/extension-task-list": "^2.10.3",
"@tiptap/extension-text": "^2.10.3",
"@tiptap/extension-text-align": "^2.10.3",
"@tiptap/extension-text-style": "^2.10.3",
"@tiptap/extension-typography": "^2.10.3",
"@tiptap/extension-underline": "^2.10.3",
"@tiptap/extension-youtube": "^2.10.3",
"@tiptap/html": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@tiptap/suggestion": "^2.10.3",
2025-07-25 00:18:53 +01:00
"@types/qrcode": "^1.5.5",
"bytes": "^3.1.2",
2024-06-07 17:29:34 +01:00
"cross-env": "^7.0.3",
2025-01-22 22:11:11 +00:00
"date-fns": "^4.1.0",
2025-06-11 23:18:39 +01:00
"dompurify": "^3.2.6",
2025-02-14 16:59:19 +00:00
"fractional-indexing-jittered": "^1.0.0",
2024-06-07 17:29:34 +01:00
"ioredis": "^5.4.1",
2024-11-30 19:47:22 +00:00
"jszip": "^3.10.1",
2025-07-29 14:59:50 -07:00
"linkifyjs": "^4.3.2",
2025-06-11 23:18:39 +01:00
"marked": "13.0.3",
"ms": "3.0.0-canary.1",
2025-07-25 00:18:53 +01:00
"qrcode": "^1.5.4",
2025-02-20 21:17:03 +00:00
"uuid": "^11.1.0",
"y-indexeddb": "^9.0.12",
2025-06-11 23:18:39 +01:00
"yjs": "^13.6.27"
},
2024-01-09 18:58:26 +01:00
"devDependencies": {
2025-02-20 21:17:03 +00:00
"@nx/js": "20.4.5",
"@types/bytes": "^3.1.5",
2024-06-22 03:47:42 +01:00
"@types/uuid": "^10.0.0",
2025-02-20 21:17:03 +00:00
"concurrently": "^9.1.2",
"nx": "20.4.5",
"tsx": "^4.19.3"
2024-01-09 18:58:26 +01:00
},
"workspaces": {
"packages": [
"apps/*",
"packages/*"
2024-01-09 18:58:26 +01:00
]
},
2025-03-06 18:54:33 +00:00
"packageManager": "pnpm@10.4.0",
"pnpm": {
"patchedDependencies": {
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch"
},
"overrides": {
"jsdom": "25.0.1"
2025-02-14 16:59:19 +00:00
},
"neverBuiltDependencies": []
2024-01-09 18:58:26 +01:00
}
}