-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 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
{
"name": "comtheory",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@types/axios": "^0.9.36",
"@types/marked": "^5.0.2",
"axios": "^1.7.7",
"datjs": "^0.0.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"element-plus": "^2.8.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"katex": "^0.16.19",
"markdown-it": "^14.1.0",
"markdown-it-katex": "^2.0.3",
"marked": "^14.1.3",
"mathjax": "^3.2.2",
"mathjax-full": "^3.2.2",
"mathlive": "^0.101.1",
"mavon-editor": "^3.0.1",
"quill": "^2.0.3",
"socket.io-client": "^4.8.1",
"vue": "^3.5.12",
"vue-pdf-embed": "^2.1.1",
"vue-puzzle-vcode": "^1.1.10",
"vue-quill-editor": "^3.0.6",
"vue-router": "^4.4.5",
"vue-socket.io": "^3.0.10",
"vue3-pdf-app": "^1.0.3",
"vue3-pdfjs": "^0.1.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.11",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/runtime-dom": "^3.5.13",
"@vue/tsconfig": "^0.5.1",
"less": "^4.2.1",
"npm-run-all2": "^6.2.3",
"sass-embedded": "^1.86.0",
"typescript": "~5.5.4",
"vite": "^5.4.11",
"vue-tsc": "^2.2.0"
}
}