{ "name": "loremind-web", "version": "0.12.0-beta", "description": "LoreMind Frontend - Angular", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "e2e": "playwright test", "e2e:ui": "playwright test --ui", "e2e:headed": "playwright test --headed", "e2e:report": "playwright show-report" }, "private": true, "dependencies": { "@angular/animations": "^21.2.16", "@angular/common": "^21.2.16", "@angular/compiler": "^21.2.16", "@angular/core": "^21.2.16", "@angular/forms": "^21.2.16", "@angular/platform-browser": "^21.2.16", "@angular/platform-browser-dynamic": "^21.2.16", "@angular/router": "^21.2.16", "dompurify": "^3.4.1", "lucide-angular": "^1.0.0", "marked": "^18.0.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "^21.2.14", "@angular/cli": "^21.2.14", "@angular/compiler-cli": "^21.2.16", "@emnapi/core": "^1.11.0", "@emnapi/runtime": "^1.11.0", "@playwright/test": "^1.59.1", "typescript": "~5.9.3" } }