-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 751 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
32
{
"name": "imgworkflow",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"pinia": "^2.1.7",
"element-plus": "^2.5.6",
"@vue-flow/core": "^1.33.5",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/minimap": "^1.4.0",
"@element-plus/icons-vue": "^2.3.1",
"browser-image-compression": "^2.0.2",
"mermaid": "^10.9.0",
"jszip": "^3.10.1",
"idb": "^8.0.0",
"plantuml-encoder": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.4",
"sass": "^1.71.1"
}
}