feat(front+back): pwa added, register parkour update with it, and jeux added in coming soon
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 20s

This commit is contained in:
EvanChal
2026-01-25 19:28:21 +01:00
parent 0020c13bfd
commit 5bbe05000e
27 changed files with 14084 additions and 222 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"generate-icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
@@ -23,8 +24,10 @@
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sharp": "^0.33.5",
"tailwindcss": "^3.3.5",
"terser": "^5.43.1",
"vite": "^5.0.0"
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.20.5"
}
}