-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 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": "plantuml-mobile-editor",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vueuse/core": "^10.6.0",
"file-saver": "^2.0.5",
"ol": "^8.1.0",
"ol-contextmenu": "^5.3.0",
"ol-ext": "^4.0.11",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue3-ace-editor": "^2.2.4",
"vue3-openlayers": "^3.1.0",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.69.5",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.16.7",
"vite-plugin-vuetify": "^1.0.0"
}
}