This commit is contained in:
2026-05-21 21:33:37 +05:30
parent f50dd4692d
commit 26478608b1
28 changed files with 4948 additions and 259 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -31,8 +31,10 @@
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"@primeng/themes": "^19.1.0",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primeng": "^17.18.0",
"primeng": "^19.1.0",
"quill": "^2.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",