0bd4e5498e
- portal: new admin/ and partner/ surfaces with full component library (AppLauncher, Avatar, Badge, Card, Modal, Tabs, etc.), composables, layouts, partner-routing middleware, and supporting server APIs - pricing: Price schema/module with operator CRUD, pricing.vue catalog UI, Subscription extended with cycle/currency/perSeatAmount/seats snapshots for stable MRR aggregation - partner staff: User.partnerId, invite-partner-user DTO and flow, /partners/:slug/users endpoints, InvitePartnerUserModal, shared dezky-partner-staff Authentik group - /me: partner-aware endpoint returning user + partner context so portal can route between end-user and partner-admin surfaces - tenant: seats field for portfolio displays and future MRR calculations - operator: pricing page, signed-out page, useMe/useToast composables, ToastStack
25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"name": "@dezky/portal",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Dezky customer-facing portal — Nuxt 3",
|
|
"scripts": {
|
|
"dev": "nuxt dev --host 0.0.0.0 --port 3000 --dotenv ../../.env",
|
|
"build": "nuxt build",
|
|
"preview": "nuxt preview",
|
|
"typecheck": "nuxt typecheck",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^3.13.0",
|
|
"nuxt-oidc-auth": "1.0.0-beta.11",
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.5.0"
|
|
},
|
|
"packageManager": "pnpm@9.12.0"
|
|
}
|