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

30 lines
640 B
JSON
Raw Permalink 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-11-18 20:50:10 +00:00
"axios": "^1.6.2",
2023-11-18 11:53:50 +00:00
"dotenv": "^16.3.1",
2024-03-27 17:41:46 +00:00
"ol": "^9.1.0",
"ol-contextmenu": "^5.4.0",
2023-07-15 10:52:21 +00:00
"ol-ext": "^4.0.10",
2023-09-07 19:19:20 +00:00
"ol-geocoder": "^4.3.0",
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-11-18 20:50:10 +00:00
"vue3-google-login": "^2.0.25",
"vue3-google-oauth2": "^1.0.7",
2024-03-27 17:41:46 +00:00
"vue3-openlayers": "^6.3.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": {
2024-03-27 17:43:24 +00:00
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.6"
2023-07-14 14:52:28 +00:00
}
}