-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.24 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@a3s/code-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"typecheck": "tsc --noEmit",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "biome lint --write .",
"lint:check": "biome lint .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@embedpdf/pdfium": "2.14.3",
"@embedpdf/react-pdf-viewer": "2.14.3",
"@fortune-sheet/core": "^1.0.4",
"@fortune-sheet/react": "^1.0.4",
"@monaco-editor/react": "^4.7.0",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@tiptap/core": "^3.27.3",
"@tiptap/extension-color": "3.27.3",
"@tiptap/extension-highlight": "3.27.3",
"@tiptap/extension-image": "3.27.3",
"@tiptap/extension-link": "3.27.3",
"@tiptap/extension-placeholder": "^3.27.3",
"@tiptap/extension-table": "3.27.3",
"@tiptap/extension-text-align": "3.27.3",
"@tiptap/extension-text-style": "3.27.3",
"@tiptap/extension-underline": "3.27.3",
"@tiptap/markdown": "^3.27.3",
"@tiptap/pm": "^3.27.3",
"@tiptap/react": "^3.27.3",
"@tiptap/starter-kit": "^3.27.3",
"ahooks": "^3.9.7",
"basecoat-css": "^1.0.2",
"docx": "^9.7.1",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.3",
"jszip": "^3.10.1",
"lucide-react": "^0.544.0",
"mammoth": "^1.12.0",
"monaco-editor": "^0.55.1",
"pptxgenjs": "^4.0.1",
"qrcode.react": "^4.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-force-graph-3d": "^1.29.1",
"streamdown": "^2.5.0",
"three": "^0.184.0",
"valtio": "^2.3.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@rsbuild/core": "^2.1.5",
"@rsbuild/plugin-react": "^2.1.0",
"@tailwindcss/postcss": "^4.3.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.3.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.0",
"jsdom": "^28.1.0",
"tailwindcss": "^4.3.2",
"typescript": "7.0.2",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=22"
}
}