chore: add generate pwa icons script (#2130)
This commit is contained in:
parent
0767df3f78
commit
d601a117c0
28 changed files with 449 additions and 9 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"update:team:avatars": "tsx scripts/avatars.ts",
|
||||
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
|
||||
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
|
||||
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
|
||||
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
|
||||
"release": "stale-dep && bumpp && tsx scripts/release.ts"
|
||||
},
|
||||
|
|
@ -94,7 +95,7 @@
|
|||
"ufo": "^1.1.2",
|
||||
"ultrahtml": "^1.2.0",
|
||||
"unimport": "^3.0.7",
|
||||
"vite-plugin-pwa": "^0.15.0",
|
||||
"vite-plugin-pwa": "^0.15.1",
|
||||
"vue-advanced-cropper": "^2.8.8",
|
||||
"vue-virtual-scroller": "2.0.0-beta.8",
|
||||
"workbox-build": "^6.5.4",
|
||||
|
|
@ -120,6 +121,8 @@
|
|||
"lint-staged": "^13.2.2",
|
||||
"nuxt": "3.5.2",
|
||||
"prettier": "^2.8.8",
|
||||
"sharp": "^0.32.1",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"tsx": "^3.12.7",
|
||||
"typescript": "^5.0.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue