2026-01-18 18:57:06 +04:00
|
|
|
{
|
|
|
|
|
"name": "dexarmarket",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"dexar": "ng serve --configuration=development --port 4200",
|
|
|
|
|
"start:dexar": "ng serve --configuration=development --port 4200",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"build:dexar": "ng build --configuration=production",
|
|
|
|
|
"watch": "ng build --watch --configuration development",
|
2026-07-03 02:16:03 +04:00
|
|
|
"arch:check:boundaries": "node tools/architecture/check-boundaries.mjs",
|
|
|
|
|
"arch:check:cycles": "npx --yes madge --circular --extensions ts src/app --ts-config tsconfig.app.json",
|
2026-07-10 15:55:38 +04:00
|
|
|
"arch:check": "npm run arch:check:boundaries ; npm run arch:check:cycles",
|
|
|
|
|
"barry": "barry-cache",
|
|
|
|
|
"barry:validate": "barry-cache validate",
|
|
|
|
|
"barry:resume": "barry-cache resume",
|
|
|
|
|
"barry:finalize": "barry-cache finalize",
|
|
|
|
|
"barry:failure": "barry-cache failure"
|
2026-01-18 18:57:06 +04:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2026-06-20 15:05:09 +04:00
|
|
|
"@angular/animations": "21.1.5",
|
|
|
|
|
"@angular/cdk": "21.1.5",
|
|
|
|
|
"@angular/common": "21.1.5",
|
|
|
|
|
"@angular/compiler": "21.1.5",
|
|
|
|
|
"@angular/core": "21.1.5",
|
|
|
|
|
"@angular/forms": "21.1.5",
|
|
|
|
|
"@angular/platform-browser": "21.1.5",
|
|
|
|
|
"@angular/router": "21.1.5",
|
|
|
|
|
"@angular/service-worker": "21.1.5",
|
2026-01-18 18:57:06 +04:00
|
|
|
"primeicons": "^7.0.0",
|
|
|
|
|
"primeng": "^21.0.3",
|
|
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.8.0",
|
|
|
|
|
"zone.js": "~0.16.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-20 15:05:09 +04:00
|
|
|
"@angular/build": "21.1.5",
|
|
|
|
|
"@angular/cli": "21.1.5",
|
|
|
|
|
"@angular/compiler-cli": "21.1.5",
|
2026-07-10 15:55:38 +04:00
|
|
|
"typescript": "~5.9.3",
|
|
|
|
|
"barry-cache": "^0.1.0"
|
2026-01-18 18:57:06 +04:00
|
|
|
}
|
2026-06-21 23:42:39 +04:00
|
|
|
}
|