-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 Bytes
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
{
"name": "ChatMermaid",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/AlienHub/ChatMermaid.git",
"author": "Alien <zhouxshh@163.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@excalidraw/excalidraw": "^0.16.1",
"@excalidraw/mermaid-to-excalidraw": "^0.1.2",
"@vitejs/plugin-vue": "^4.1.0",
"axios": "^1.3.4",
"element-plus": "^2.3.1",
"excalidraw": "^0.6.4",
"express": "^4.18.2",
"html2canvas": "^1.4.1",
"mermaid": "^10.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"vite": "^4.2.1",
"vue": "^3.2.47",
"vue-demi": "^0.14.6"
}
}