Add @lucide/angular dependency and a single shared entry point for every icon in the app: app-icon (src/app/shared/ui/icon), backed by a canonical name -> Lucide-icon registry (icon-registry.ts) covering every concept the RC icon audit needs across storefront, builder, and backoffice. One name per meaning, one default size/stroke-width, so every screen renders the same icon the same way. Package note: lucide-angular (unscoped) is deprecated upstream in favor of @lucide/angular - installed the maintained package directly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"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",
|
|
"test": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
|
|
"watch": "ng build --watch --configuration development",
|
|
"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",
|
|
"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"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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",
|
|
"@lucide/angular": "^1.25.0",
|
|
"primeicons": "^7.0.0",
|
|
"primeng": "^21.0.3",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.8.0",
|
|
"zone.js": "~0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "21.1.5",
|
|
"@angular/cli": "21.1.5",
|
|
"@angular/compiler-cli": "21.1.5",
|
|
"@types/jasmine": "~5.1.0",
|
|
"jasmine-core": "~5.5.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~5.9.3",
|
|
"barry-cache": "^0.1.0"
|
|
}
|
|
}
|