Main logic

This commit is contained in:
Микаэл Оганесян
2026-04-08 02:10:17 +03:00
parent 55742c1bbc
commit 68c3029835
58 changed files with 4807 additions and 418 deletions

View File

@@ -3,8 +3,12 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"env:sync": "node scripts/sync-env.cjs",
"prestart": "npm run env:sync",
"prebuild": "npm run env:sync",
"start": "ng serve --proxy-config proxy.conf.cjs",
"build": "ng build",
"prewatch": "npm run env:sync",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
@@ -17,16 +21,24 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@taiga-ui/cdk": "^5.1.0",
"@taiga-ui/core": "^5.1.0",
"@taiga-ui/icons": "^5.1.0",
"@taiga-ui/kit": "^5.1.0",
"@taiga-ui/styles": "^5.1.0",
"hls.js": "^1.6.15",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"dotenv": "^16.4.7",
"@angular/build": "^21.2.6",
"@angular/cli": "^21.2.6",
"@angular/compiler-cli": "^21.2.0",
"jsdom": "^28.0.0",
"less": "^4.6.4",
"prettier": "^3.8.1",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}