mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-09 20:12:00 +10:00
78 lines
2.6 KiB
JSON
78 lines
2.6 KiB
JSON
{
|
|
"name": "docmost",
|
|
"homepage": "https://docmost.com",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nx run-many -t build",
|
|
"start": "pnpm --filter ./apps/server run start:prod",
|
|
"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 @docmost/transactional:dev"
|
|
},
|
|
"dependencies": {
|
|
"@docmost/editor-ext": "workspace:*",
|
|
"@hocuspocus/extension-redis": "^2.13.2",
|
|
"@hocuspocus/provider": "^2.13.2",
|
|
"@hocuspocus/server": "^2.13.2",
|
|
"@hocuspocus/transformer": "^2.13.2",
|
|
"@sindresorhus/slugify": "^2.2.1",
|
|
"@tiptap/core": "^2.4.0",
|
|
"@tiptap/extension-code-block": "^2.4.0",
|
|
"@tiptap/extension-collaboration": "^2.4.0",
|
|
"@tiptap/extension-collaboration-cursor": "^2.4.0",
|
|
"@tiptap/extension-color": "^2.4.0",
|
|
"@tiptap/extension-document": "^2.4.0",
|
|
"@tiptap/extension-heading": "^2.4.0",
|
|
"@tiptap/extension-highlight": "^2.4.0",
|
|
"@tiptap/extension-history": "^2.4.0",
|
|
"@tiptap/extension-image": "^2.4.0",
|
|
"@tiptap/extension-link": "^2.4.0",
|
|
"@tiptap/extension-list-item": "^2.4.0",
|
|
"@tiptap/extension-list-keymap": "^2.4.0",
|
|
"@tiptap/extension-mention": "^2.4.0",
|
|
"@tiptap/extension-placeholder": "^2.4.0",
|
|
"@tiptap/extension-subscript": "^2.4.0",
|
|
"@tiptap/extension-superscript": "^2.4.0",
|
|
"@tiptap/extension-table": "^2.4.0",
|
|
"@tiptap/extension-table-cell": "^2.4.0",
|
|
"@tiptap/extension-table-header": "^2.4.0",
|
|
"@tiptap/extension-table-row": "^2.4.0",
|
|
"@tiptap/extension-task-item": "^2.4.0",
|
|
"@tiptap/extension-task-list": "^2.4.0",
|
|
"@tiptap/extension-text": "^2.4.0",
|
|
"@tiptap/extension-text-align": "^2.4.0",
|
|
"@tiptap/extension-text-style": "^2.4.0",
|
|
"@tiptap/extension-typography": "^2.4.0",
|
|
"@tiptap/extension-underline": "^2.4.0",
|
|
"@tiptap/extension-youtube": "^2.4.0",
|
|
"@tiptap/html": "^2.4.0",
|
|
"@tiptap/pm": "^2.4.0",
|
|
"@tiptap/react": "^2.4.0",
|
|
"@tiptap/starter-kit": "^2.4.0",
|
|
"@tiptap/suggestion": "^2.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"fractional-indexing-jittered": "^0.9.1",
|
|
"ioredis": "^5.4.1",
|
|
"uuid": "^10.0.0",
|
|
"y-indexeddb": "^9.0.12",
|
|
"yjs": "^13.6.18"
|
|
},
|
|
"devDependencies": {
|
|
"@nx/js": "19.3.2",
|
|
"@types/uuid": "^10.0.0",
|
|
"nx": "19.3.2",
|
|
"tsx": "^4.15.7"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"apps/*",
|
|
"packages/*"
|
|
]
|
|
}
|
|
}
|