Initial Commit - NG UI

* Roboto and font-awesome fonts are added in package.json
* Replace Nginx alpine varient to stable
* Devops files are added
* Docker file aligned as per community reviews
* Enhancement - NS primitive, Azure inclusion and domain name
* RWD changes

Change-Id: If543efbf127964cbd8f4be4c5a67260c91407fd9
Signed-off-by: kumaran.m <kumaran.m@tataelxsi.co.in>
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fc1d601
--- /dev/null
+++ b/package.json
@@ -0,0 +1,91 @@
+{
+  "name": "osm",
+  "version": "1.0.2",
+  "scripts": {
+    "ng": "ng",
+    "start": "ng serve",
+    "build": "ng build --prod --aot",
+    "test": "ng test",
+    "lint": "tslint --type-check --project tsconfig.json -c tslint.json",
+    "e2e": "ng e2e",
+    "proxy": "ng serve --proxy-config proxy.conf.json"
+  },
+  "private": true,
+  "dependencies": {
+    "@akveo/ng2-completer": "^9.0.1",
+    "@angular/animations": "~9.1.0",
+    "@angular/cdk": "^7.3.7",
+    "@angular/common": "~9.1.0",
+    "@angular/compiler": "~9.1.0",
+    "@angular/core": "~9.1.0",
+    "@angular/flex-layout": "^9.0.0-beta.29",
+    "@angular/forms": "~9.1.0",
+    "@angular/localize": "^9.1.2",
+    "@angular/platform-browser": "~9.1.0",
+    "@angular/platform-browser-dynamic": "~9.1.0",
+    "@angular/router": "~9.1.0",
+    "@ctrl/ngx-codemirror": "^2.2.1",
+    "@fortawesome/fontawesome-free": "^5.13.0",
+    "@ng-bootstrap/ng-bootstrap": "^5.3.0",
+    "@ng-idle/core": "^8.0.0-beta.4",
+    "@ng-idle/keepalive": "^8.0.0-beta.4",
+    "@ng-select/ng-select": "^3.7.3",
+    "@ngx-translate/core": "^12.1.2",
+    "@ngx-translate/http-loader": "^4.0.0",
+    "@nomadreservations/ngx-codemirror": "^2.0.0",
+    "@types/d3": "^5.7.2",
+    "@types/js-yaml": "^3.12.1",
+    "@types/jsonpath": "^0.2.0",
+    "@types/ol": "^5.3.5",
+    "angular-notifier": "^6.0.1",
+    "bootstrap": "^4.4.1",
+    "chart.js": "^2.8.0",
+    "codemirror": "^5.51.0",
+    "core-js": "^2.5.4",
+    "d3": "^5.9.2",
+    "http-status-codes": "^1.3.2",
+    "js-untar": "^2.0.0",
+    "js-yaml": "^3.13.1",
+    "jsonpath": "^1.0.2",
+    "ng-sidebar": "^9.2.0",
+    "ng2-charts": "^3.0.0-beta.5",
+    "ng2-file-upload": "^1.3.0",
+    "ng2-smart-table": "^1.6.0",
+    "ol": "^5.3.3",
+    "pako": "^1.0.10",
+    "roboto-fontface": "^0.10.0",
+    "rxjs": "^6.5.4",
+    "rxjs-compat": "^6.5.5",
+    "stream": "0.0.2",
+    "text-encoding": "^0.7.0",
+    "tslib": "^1.11.1",
+    "web-animations-js": "^2.3.2",
+    "zone.js": "~0.10.3"
+  },
+  "devDependencies": {
+    "@angular-devkit/build-angular": "~0.901.0",
+    "@angular/cli": "~9.1.0",
+    "@angular/compiler-cli": "~9.1.0",
+    "@angular/language-service": "~9.1.0",
+    "@types/jasmine": "~2.8.8",
+    "@types/jasminewd2": "~2.0.3",
+    "@types/jquery": "^3.3.31",
+    "@types/node": "^8.10.59",
+    "codelyzer": "^5.0.1",
+    "jasmine-core": "~2.99.1",
+    "jasmine-spec-reporter": "~4.2.1",
+    "karma": "~3.1.1",
+    "karma-chrome-launcher": "~2.2.0",
+    "karma-coverage-istanbul-reporter": "~2.0.1",
+    "karma-jasmine": "~1.1.2",
+    "karma-jasmine-html-reporter": "^0.2.2",
+    "ng2-completer": "^3.0.3",
+    "node-sass": "^4.14.1",
+    "protractor": "~5.4.0",
+    "ts-node": "~7.0.0",
+    "tslint": "^5.11.0",
+    "tslint-html-report": "^2.0.3",
+    "tslint-microsoft-contrib": "^6.1.1",
+    "typescript": "~3.8.3"
+  }
+}