update pwa support + web fonts performance (#1005)

* update pwa support + web fonts performance

* update web manifest
This commit is contained in:
Hayden
2022-02-24 15:49:58 -09:00
committed by GitHub
parent ccfaa02b03
commit 1ffd668033
12 changed files with 264 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "mealie",
"version": "1.0.0",
"private": true,
"scripts": {
@@ -38,6 +38,7 @@
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/vuetify": "^1.12.1",
"@types/sortablejs": "^1.10.7",
"@vue/runtime-dom": "^3.2.9",
@@ -54,4 +55,4 @@
"resolutions": {
"vite": "2.3.8"
}
}
}