diff --git a/.gitignore b/.gitignore
index b7ad028..b4c4f95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dev-dist
+/dist
# local env files
.env.local
diff --git a/package.json b/package.json
index baefdd0..a3179cb 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"deploy": "yarn build && firebase deploy --only hosting",
- "preview": "vite preview"
+ "preview": "yarn build && vite preview"
},
"dependencies": {
"core-js": "^3.12.1",
@@ -21,13 +21,13 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
- "@types/node": "^18.11.1",
+ "@types/node": "^18.11.17",
"@vitejs/plugin-vue": "^4.0.0",
- "axios": "^1.1.2",
- "typescript": "^4.6.4",
- "vite": "^4.0.2",
+ "axios": "^1.2.1",
+ "typescript": "^4.9.4",
+ "vite": "^4.0.3",
"vite-plugin-pwa": "^0.14.0",
- "vue-tsc": "^1.0.16"
+ "vue-tsc": "^1.0.18"
},
"browserslist": [
"> 1%",
diff --git a/src/App.vue b/src/App.vue
index 9e9f9f8..868938f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -29,7 +29,7 @@