blob: fc1d601bf924933fb28784d41904ac385005f56e [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301{
2 "name": "osm",
3 "version": "1.0.2",
4 "scripts": {
5 "ng": "ng",
6 "start": "ng serve",
7 "build": "ng build --prod --aot",
8 "test": "ng test",
9 "lint": "tslint --type-check --project tsconfig.json -c tslint.json",
10 "e2e": "ng e2e",
11 "proxy": "ng serve --proxy-config proxy.conf.json"
12 },
13 "private": true,
14 "dependencies": {
15 "@akveo/ng2-completer": "^9.0.1",
16 "@angular/animations": "~9.1.0",
17 "@angular/cdk": "^7.3.7",
18 "@angular/common": "~9.1.0",
19 "@angular/compiler": "~9.1.0",
20 "@angular/core": "~9.1.0",
21 "@angular/flex-layout": "^9.0.0-beta.29",
22 "@angular/forms": "~9.1.0",
23 "@angular/localize": "^9.1.2",
24 "@angular/platform-browser": "~9.1.0",
25 "@angular/platform-browser-dynamic": "~9.1.0",
26 "@angular/router": "~9.1.0",
27 "@ctrl/ngx-codemirror": "^2.2.1",
28 "@fortawesome/fontawesome-free": "^5.13.0",
29 "@ng-bootstrap/ng-bootstrap": "^5.3.0",
30 "@ng-idle/core": "^8.0.0-beta.4",
31 "@ng-idle/keepalive": "^8.0.0-beta.4",
32 "@ng-select/ng-select": "^3.7.3",
33 "@ngx-translate/core": "^12.1.2",
34 "@ngx-translate/http-loader": "^4.0.0",
35 "@nomadreservations/ngx-codemirror": "^2.0.0",
36 "@types/d3": "^5.7.2",
37 "@types/js-yaml": "^3.12.1",
38 "@types/jsonpath": "^0.2.0",
39 "@types/ol": "^5.3.5",
40 "angular-notifier": "^6.0.1",
41 "bootstrap": "^4.4.1",
42 "chart.js": "^2.8.0",
43 "codemirror": "^5.51.0",
44 "core-js": "^2.5.4",
45 "d3": "^5.9.2",
46 "http-status-codes": "^1.3.2",
47 "js-untar": "^2.0.0",
48 "js-yaml": "^3.13.1",
49 "jsonpath": "^1.0.2",
50 "ng-sidebar": "^9.2.0",
51 "ng2-charts": "^3.0.0-beta.5",
52 "ng2-file-upload": "^1.3.0",
53 "ng2-smart-table": "^1.6.0",
54 "ol": "^5.3.3",
55 "pako": "^1.0.10",
56 "roboto-fontface": "^0.10.0",
57 "rxjs": "^6.5.4",
58 "rxjs-compat": "^6.5.5",
59 "stream": "0.0.2",
60 "text-encoding": "^0.7.0",
61 "tslib": "^1.11.1",
62 "web-animations-js": "^2.3.2",
63 "zone.js": "~0.10.3"
64 },
65 "devDependencies": {
66 "@angular-devkit/build-angular": "~0.901.0",
67 "@angular/cli": "~9.1.0",
68 "@angular/compiler-cli": "~9.1.0",
69 "@angular/language-service": "~9.1.0",
70 "@types/jasmine": "~2.8.8",
71 "@types/jasminewd2": "~2.0.3",
72 "@types/jquery": "^3.3.31",
73 "@types/node": "^8.10.59",
74 "codelyzer": "^5.0.1",
75 "jasmine-core": "~2.99.1",
76 "jasmine-spec-reporter": "~4.2.1",
77 "karma": "~3.1.1",
78 "karma-chrome-launcher": "~2.2.0",
79 "karma-coverage-istanbul-reporter": "~2.0.1",
80 "karma-jasmine": "~1.1.2",
81 "karma-jasmine-html-reporter": "^0.2.2",
82 "ng2-completer": "^3.0.3",
83 "node-sass": "^4.14.1",
84 "protractor": "~5.4.0",
85 "ts-node": "~7.0.0",
86 "tslint": "^5.11.0",
87 "tslint-html-report": "^2.0.3",
88 "tslint-microsoft-contrib": "^6.1.1",
89 "typescript": "~3.8.3"
90 }
91}