diff --git a/package.json b/package.json index 91c706f..6f5e115 100644 --- a/package.json +++ b/package.json @@ -3,24 +3,26 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "vite build" + "build": "vite-ssg build" }, "dependencies": { - "@googlemaps/js-api-loader": "^1.4.0", - "@types/google.maps": "^3.48.3", - "@vitejs/plugin-vue": "^2.2.4", - "@vueuse/core": "^8.2.0", - "fflate": "^0.7.3", + "@types/google.maps": "^3.50.4", + "@vitejs/plugin-vue": "^3.1.2", + "@vueuse/core": "^9.3.1", + "fflate": "^0.7.4", "js-base64": "^3.5.2", - "tailwindcss": "^3.0.23", + "tailwindcss": "^3.2.1", "tatween": "^0.2.0", - "vue": "^3.0.0-rc.1" + "vue": "^3.2.41" }, "devDependencies": { - "@vue/compiler-sfc": "^3.0.0-rc.1", - "autoprefixer": "^10.2.6", - "postcss": "^8.1.1", - "postcss-cli": "^8.0.0", - "vite": "^2.4.0" + "@googlemaps/js-api-loader": "^1.14.0", + "@vue/compiler-sfc": "^3.2.41", + "@vueuse/head": "^0.9.8", + "autoprefixer": "^10.4.12", + "postcss": "^8.4.18", + "postcss-cli": "^10.0.0", + "vite": "^3.1.8", + "vite-ssg": "^0.21.1" } } diff --git a/src/App.vue b/src/App.vue index 021d891..8a1dd3d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@