create .env and login by Google

This commit is contained in:
NekoVari 2023-11-19 03:50:10 +07:00
parent 6853d106d8
commit 419d6d9813
5 changed files with 67 additions and 4 deletions

View file

@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"ol": "^7.4.0",
"ol-contextmenu": "^5.2.1",
@ -17,6 +17,8 @@
"ol-geocoder": "^4.3.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue3-google-login": "^2.0.25",
"vue3-google-oauth2": "^1.0.7",
"vue3-openlayers": "^1.0.0",
"vuetify": "^3.3.8"
},