-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "hrhis-report",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.11",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.11",
"@angular/compiler": "~8.2.11",
"@angular/core": "^8.2.12",
"@angular/forms": "~8.2.11",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.11",
"@angular/platform-browser-dynamic": "~8.2.11",
"@angular/router": "~8.2.11",
"@hisptz/ngx-dhis2-http-client": "^1.0.2",
"@iapps/hris-menu": "^1.0.0-alpha.3",
"@mapbox/geojson-area": "^0.2.2",
"@ng-select/ng-select": "^3.3.0",
"@ngrx/effects": "^8.4.0",
"@ngrx/entity": "^8.4.0",
"@ngrx/store-devtools": "^8.4.0",
"@swimlane/ngx-dnd": "^8.1.0",
"angular-tree-component": "^8.4.0",
"angular2-csv": "^0.2.9",
"bootstrap": "^4.3.1",
"commitizen": "^4.0.3",
"d3": "^5.12.0",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.0",
"dbf": "^0.1.4",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.2",
"leaflet": "^1.5.1",
"ng2-dnd": "^5.0.2",
"ngx-bootstrap": "^5.2.0",
"ngx-color": "^4.1.0",
"ngx-color-picker": "^8.2.0",
"ngx-dnd": "^2.0.0",
"ngx-filesaver": "^8.1.0",
"ngx-paginate": "^2.0.1",
"ngx-pagination": "^4.1.0",
"node-dbf": "^0.4.0",
"npm-check": "^5.9.0",
"polylabel": "^1.0.2",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"shp-write": "^0.3.2",
"subscription": "^3.0.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.12",
"@angular/cli": "~8.3.12",
"@angular/compiler-cli": "~8.2.11",
"@angular/language-service": "~8.2.11",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"cz-conventional-changelog": "^3.0.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}