1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-11 00:15:24 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
}
}