{ "name": "ng-app", "version": "20.2.3", "config": { "publish_path_ex": "..", "publish_path": "C:\\Projects\\2sxc\\Testing\\sxc-angular\\Website\\Portals\\0\\2sxc\\Template-Angular\\" }, "scripts": { "ng": "ng", "build": "ng build", "test": "ng test", "lint": "ng lint", "local": "ng serve --public-host localhost:4200 --disable-host-check true", "local-ssl": "ng serve --public-host=localhost:4200 --disable-host-check=true --ssl", "watch-api": "node deploy/watch-local-api.js", "build-to-staging": "ng build --configuration production && node deploy/publish.js staging", "build-to-live": "ng build --configuration production && node deploy/publish.js live" }, "private": true, "dependencies": { "@2sic.com/sxc-angular": "^18.0.0", "@angular/animations": "^20.2.3", "@angular/common": "^20.2.3", "@angular/compiler": "^20.2.3", "@angular/core": "^20.2.3", "@angular/forms": "^20.2.3", "@angular/material": "^20.2.1", "@angular/platform-browser": "^20.2.3", "@angular/platform-browser-dynamic": "^20.2.3", "@angular/router": "^20.2.3", "rxjs": "~7.8.0", "tslib": "^2.7.0", "zone.js": "~0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "^20.2.1", "@angular/cli": "^20.2.1", "@angular/compiler-cli": "^20.2.3", "@types/jasmine": "^5.1.4", "cpx": "^1.5.0", "del": "^6.1.1", "jasmine-core": "^5.2.0", "karma": "^6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "^5.8.2" } }