File size: 1,842 Bytes
561e6f0
1e2f7dc
561e6f0
 
 
 
 
 
755a930
 
6a34a48
 
561e6f0
 
 
 
 
 
 
 
 
24e2428
561e6f0
db4f7ee
561e6f0
3171ebe
 
 
 
 
 
 
 
 
 
 
561e6f0
 
 
d062662
d15d7f7
3171ebe
561e6f0
8d245e0
6a34a48
82092f2
561e6f0
 
 
 
6a34a48
561e6f0
 
 
6a34a48
82092f2
6a34a48
561e6f0
755a930
 
561e6f0
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "research-article-template-editor-backend",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "build": "tsc",
    "start": "node dist/server.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "npx playwright test"
  },
  "dependencies": {
    "@ai-sdk/openai": "^3.0.52",
    "@ai-sdk/openai-compatible": "^2.0.41",
    "@citation-js/core": "^0.7.21",
    "@citation-js/plugin-bibtex": "^0.7.21",
    "@citation-js/plugin-csl": "^0.7.22",
    "@citation-js/plugin-doi": "^0.7.21",
    "@hocuspocus/extension-database": "^3.4.4",
    "@hocuspocus/provider": "^3.4.4",
    "@hocuspocus/server": "^3.4.4",
    "@hocuspocus/transformer": "^3.4.4",
    "@huggingface/hub": "^2.11.0",
    "@tiptap/core": "^3.22.3",
    "@tiptap/extension-image": "^3.22.3",
    "@tiptap/extension-link": "^3.22.3",
    "@tiptap/extension-mathematics": "^3.22.3",
    "@tiptap/extension-table": "^3.22.3",
    "@tiptap/extension-table-cell": "^3.22.3",
    "@tiptap/extension-table-header": "^3.22.3",
    "@tiptap/extension-table-row": "^3.22.3",
    "@tiptap/html": "^3.22.3",
    "@tiptap/pm": "^3.22.3",
    "@tiptap/starter-kit": "^3.22.3",
    "ai": "^6.0.158",
    "dotenv": "^17.4.1",
    "express": "^4.21.0",
    "katex": "^0.16.45",
    "linkedom": "^0.18.12",
    "lowlight": "^3.3.0",
    "multer": "^2.1.1",
    "playwright": "^1.59.1",
    "shiki": "^4.0.2",
    "ws": "^8.20.0",
    "yjs": "^13.6.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/express": "^5.0.0",
    "@types/multer": "^2.1.0",
    "@types/node": "^22.0.0",
    "@types/supertest": "^7.2.0",
    "@types/ws": "^8.18.1",
    "supertest": "^7.2.2",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.4"
  }
}