Files
nur-falah-prevention/package.json
T
wmj eb1ce59159 Wire language switcher into Settings; add E2E UAT suite
- App.svelte: language toggle (EN/BM) wired to existing i18n.js store,
  header tagline reflects selection. Was previously dead code with no
  UI control (found by e2e-uat.cjs during full-flow UAT).
- e2e-uat.cjs: Playwright-driven E2E UAT against the live deployment —
  real clicks/typing through all 7 tabs, faraid textbook-case
  verification, heir-exclusion blocking, marad al-mawt guard, 1/3 cap
  override flow, claim issuance/transfer, export/delete-all guards,
  PWA and console-error checks.
2026-08-13 17:08:41 +08:00

24 lines
595 B
JSON

{
"name": "nur-falah-prevention",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Nur Falah Horizon 1 (Prevention Suite) + Horizon 2 (Unlock Programme, pre-pilot demo)",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "node src/lib/calc/faraid.test.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"playwright": "^1.62.1",
"svelte": "^5.20.0",
"vite": "^6.2.0"
},
"dependencies": {
"vite-plugin-pwa": "^0.21.0",
"workbox-precaching": "^7.3.0"
}
}