Skip to content

Commit

Permalink
install @vueuse/head and setup main app with it.
Browse files Browse the repository at this point in the history
Fixes #221
  • Loading branch information
skamansam committed Sep 29, 2023
1 parent f144c74 commit ac0e2b5
Show file tree
Hide file tree
Showing 4 changed files with 3,414 additions and 1,619 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@firebase/auth": "^0.22.0",
"@mdi/font": "^7.2.96",
"@mdi/svg": "^7.2.96",
"@vueuse/head": "^2.0.0",
"algoliasearch": "^4.17.0",
"core-js": "^3.30.0",
"dotenv": "^16.0.3",
Expand All @@ -54,7 +55,6 @@
"roboto-fontface": "0.10.0",
"sass": "^1.61.0",
"slugify": "^1.6.6",
"storybook": "^7.0.2",
"vite-plugin-pwa": "^0.14.7",
"vue": "^3.3.1",
"vue-i18n": "^9.2.2",
Expand All @@ -66,13 +66,13 @@
"yorkie": "^2.0.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.0.2",
"@storybook/addon-actions": "^7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-links": "^7.0.2",
"@storybook/addons": "^7.0.2",
"@storybook/theming": "^7.0.2",
"@storybook/vue3": "^7.0.2",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addons": "^7.4.5",
"@storybook/theming": "^7.4.5",
"@storybook/vue3": "^7.4.5",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/test-utils": "^2.3.2",
Expand All @@ -91,6 +91,7 @@
"firebase-tools": "^12.4.2",
"flush-promises": "^1.0.2",
"jest-environment-node": "^29.5.0",
"storybook": "^7.0.2",
"ts-jest": "^29.1.0",
"vite": "^4.2.1",
"vite-plugin-vuetify": "^1.0.2",
Expand Down
Loading

0 comments on commit ac0e2b5

Please sign in to comment.