Skip to content

Commit 2b18c91

Browse files
committed
Remove google maps and some deps
1 parent 14465af commit 2b18c91

File tree

8 files changed

+809
-1169
lines changed

8 files changed

+809
-1169
lines changed

package-lock.json

Lines changed: 803 additions & 975 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@capacitor/core": "3.4.3",
14-
"@googlemaps/js-api-loader": "^1.13.7",
1514
"@ionic/vue": "^5.6.8",
1615
"@ionic/vue-router": "^6.0.10",
1716
"@vuelidate/core": "^2.0.0-alpha.34",
@@ -28,15 +27,14 @@
2827
},
2928
"devDependencies": {
3029
"@capacitor/cli": "3.4.3",
31-
"@types/googlemaps": "^3.43.3",
3230
"@types/jest": "^27.4.1",
3331
"@typescript-eslint/eslint-plugin": "^2.33.0",
3432
"@typescript-eslint/parser": "^2.33.0",
35-
"@vue/cli-plugin-eslint": "~4.5.15",
3633
"@vue/cli-plugin-babel": "~5.0.1",
3734
"@vue/cli-plugin-e2e-cypress": "~4.5.15",
35+
"@vue/cli-plugin-eslint": "~4.5.15",
3836
"@vue/cli-plugin-router": "~5.0.1",
39-
"@vue/cli-plugin-typescript": "~5.0.1",
37+
"@vue/cli-plugin-typescript": "^4.5.15",
4038
"@vue/cli-plugin-unit-jest": "~4.5.15",
4139
"@vue/cli-service": "~4.5.15",
4240
"@vue/compiler-sfc": "^3.2.31",
@@ -49,8 +47,11 @@
4947
"eslint-plugin-vue": "^7.20.0",
5048
"flush-promises": "^1.0.2",
5149
"prettier": "^2.5.1",
50+
"sass": "^1.26.5",
51+
"sass-loader": "^12.6.0",
5252
"typescript": "~4.3.2",
53-
"vue-jest": "^5.0.0-alpha.10"
53+
"vue-jest": "^5.0.0-alpha.10",
54+
"webpack": "^4.46.0"
5455
},
5556
"description": "An Ionic project"
5657
}

src/modules/media/components/GoogleMap.vue

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/modules/media/logic/useGeolocation.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/modules/media/logic/useGoogleMap.ts

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/modules/media/routes.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { RouteRecordRaw } from 'vue-router';
22
import MediaModule from './MediaModule.vue';
33
import Comments from './views/Comments.vue';
44
import Index from './views/Index.vue';
5-
import Maps from './views/Maps.vue';
65
import Users from './views/Users.vue';
76

87
export const routes: Array<RouteRecordRaw> = [
@@ -26,10 +25,6 @@ export const routes: Array<RouteRecordRaw> = [
2625
path: 'users',
2726
component: Users,
2827
},
29-
{
30-
path: 'maps',
31-
component: Maps,
32-
},
3328
],
3429
},
3530
];

src/modules/media/views/Index.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export default defineComponent({
3838
name: 'Users',
3939
href: '/media/users',
4040
},
41-
{
42-
name: 'Maps',
43-
href: '/media/maps',
44-
},
4541
]);
4642
4743
const onClick = (item: any) => {

src/modules/media/views/Maps.vue

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)