This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/package.json

25 lines
491 B
JSON
Raw Normal View History

2023-07-14 14:52:28 +00:00
{
"name": "micromobility-navigation",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2023-07-15 08:03:08 +00:00
"build": "vite build",
2023-07-14 14:52:28 +00:00
"preview": "vite preview"
},
2023-07-14 15:07:00 +00:00
"dependencies": {
2023-07-15 10:52:21 +00:00
"ol": "^7.4.0",
"ol-contextmenu": "^5.2.1",
"ol-ext": "^4.0.10",
2023-07-15 08:03:08 +00:00
"vue": "^3.3.4",
2023-07-15 09:34:46 +00:00
"vue-router": "^4.2.4",
2023-07-15 10:52:21 +00:00
"vue3-openlayers": "^1.0.0",
2023-07-15 09:34:46 +00:00
"vuetify": "^3.3.8"
2023-07-14 15:07:00 +00:00
},
2023-07-14 14:52:28 +00:00
"devDependencies": {
2023-07-14 15:07:00 +00:00
"@vitejs/plugin-vue": "^4.2.3",
2023-07-15 08:03:08 +00:00
"vite": "^4.4.0"
2023-07-14 14:52:28 +00:00
}
}