LifeRPG_v2.0/modern/frontend
dependabot[bot] a7dabb052f
build(deps): bump the npm_and_yarn group across 2 directories with 1 update (#7)
Bumps the npm_and_yarn group with 1 update in the /modern/frontend directory: [picomatch](https://github.com/micromatch/picomatch).
Bumps the npm_and_yarn group with 1 update in the /modern/mobile directory: [picomatch](https://github.com/micromatch/picomatch).


Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-26 23:35:05 -04:00
..
icons 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
public 🚀 Major Enhancement: Complete AI-Powered LifeRPG Platform with Git LFS 2025-09-28 21:29:19 +00:00
src Strip emoji from docs, fix XSS/hashing vulnerabilities, remediate all failing CI checks (#1) 2026-03-14 08:59:37 -04:00
.env.development 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
debug.html 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
Dockerfile 🚀 Major Enhancement: Complete AI-Powered LifeRPG Platform with Git LFS 2025-09-28 21:29:19 +00:00
index.html 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
manifest.json 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
package-lock.json build(deps): bump the npm_and_yarn group across 2 directories with 1 update (#7) 2026-04-26 23:35:05 -04:00
package.json Strip emoji from docs, fix XSS/hashing vulnerabilities, remediate all failing CI checks (#1) 2026-03-14 08:59:37 -04:00
postcss.config.js 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
README_2FA.md Strip emoji from docs, fix XSS/hashing vulnerabilities, remediate all failing CI checks (#1) 2026-03-14 08:59:37 -04:00
README.md scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
sw.js security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00
tailwind.config.js 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
vite.config.js 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00
vite.log 🧙‍♂️ Transform LifeRPG into The Wizard's Grimoire - Production-Ready Application 2025-08-30 17:32:42 +00:00

Frontend README

This folder contains a minimal React + Vite app scaffold with PWA manifest and a small Service Worker.

Next steps:

  • Run npm install then npm run dev to start local dev server.
  • Replace placeholder UI with real components and integrate with backend.