{ "name": "ng-app", "version": "16.00.0", "config": { "publish_path_ex": "..", "publish_path": "C:\\Projects\\2sxc\\Testing\\sxc-angular\\Website\\Portals\\0\\2sxc\\Template-Angular11\\" }, "scripts": { "ng": "ng", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "local": "ng serve --public-host localhost:4200 --disable-host-check true --ssl false", "local-ssl": "ng serve --public-host=localhost:4200 --disable-host-check=true --ssl=true", "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": "^14.7.1", "@angular/animations": "^16.2.7", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7", "@angular/core": "^16.2.7", "@angular/forms": "^16.2.7", "@angular/material": "^16.2.6", "@angular/platform-browser": "^16.2.7", "@angular/platform-browser-dynamic": "^16.2.7", "@angular/router": "^16.2.7", "moment": "^2.29.4", "rxjs": "~7.8.1", "tslib": "^2.6.2", "zone.js": "^0.14.0" }, "devDependencies": { "@angular-devkit/build-angular": "^16.2.4", "@angular/cli": "^16.2.4", "@angular/compiler-cli": "^16.2.7", "@angular/language-service": "^16.2.7", "@types/jasmine": "~4.3.6", "@types/jasminewd2": "~2.0.11", "@types/node": "^20.8.2", "codelyzer": "^6.0.2", "cpx": "^1.5.0", "del": "^6.1.1", "jasmine-core": "~5.1.1", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.4.2", "karma-chrome-launcher": "~3.2.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "^2.1.0", "protractor": "~7.0.0", "ts-node": "~10.9.1", "tslint": "~6.1.0", "typescript": "~5.1.3" } }