Files
LoreMind/web/package.json
IETM_FIXE\ietm6 eb78a75621
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Build & Push Images / build (brain) (push) Successful in 1m10s
Build & Push Images / build (core) (push) Successful in 3m8s
Build & Push Images / build (web) (push) Successful in 1m41s
Build & Push Images / build-switcher (push) Successful in 39s
Ajout du binaire tesseract pour la reconnaissance OCR des PDF pour l'installation local
Correction d'un problème d'écrasement de BDD à la réinstallation
2026-06-18 10:28:31 +02:00

45 lines
1.3 KiB
JSON

{
"name": "loremind-web",
"version": "0.16.1",
"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",
"@ngx-translate/core": "^18.0.0",
"@ngx-translate/http-loader": "^18.0.0",
"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"
}
}