Amélioration de l'installation automatique Ajout de la possibilité de télécharger le llm que l'on veut à l'interieur de l'application en communicant avec ollama
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "loremind-web",
|
|
"version": "0.6.8",
|
|
"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": "^17.0.0",
|
|
"@angular/common": "^17.0.0",
|
|
"@angular/compiler": "^17.0.0",
|
|
"@angular/core": "^17.0.0",
|
|
"@angular/forms": "^17.0.0",
|
|
"@angular/platform-browser": "^17.0.0",
|
|
"@angular/platform-browser-dynamic": "^17.0.0",
|
|
"@angular/router": "^17.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.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^17.0.0",
|
|
"@angular/cli": "^17.0.0",
|
|
"@angular/compiler-cli": "^17.0.0",
|
|
"@playwright/test": "^1.59.1",
|
|
"typescript": "~5.2.2"
|
|
}
|
|
}
|