Files
seguidorDeLotes/nuxt4-app/package.json
josedario87 7612487d3f
All checks were successful
build-and-deploy / build (push) Successful in 2m7s
build-and-deploy / deploy (push) Successful in 3s
Add Nuxt 4 app with OAuth/OIDC authentication and PWA support
- Integrated Authentik OAuth/OIDC authentication
- Added PWA functionality with offline support
- Created protected and public API endpoints
- Configured Docker deployment with Traefik
- Added Gitea Actions CI/CD workflow
- Included comprehensive setup documentation
2025-10-11 17:12:05 -06:00

22 lines
449 B
JSON

{
"name": "nuxt4-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^4.0.1",
"@vite-pwa/nuxt": "^1.0.4",
"nuxt": "^4.1.3",
"nuxt-auth-utils": "^0.5.25",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
}
}