-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 5.8 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ngx-dhis2-components",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test-period-filter": "ng test ngx-dhis2-period-filter -- --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI",
"test-http-client": "ng test ngx-dhis2-http-client -- --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI",
"test-org-unit-filter": "ng test ngx-dhis2-org-unit-filter -- --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI",
"test:headless": "npm run test -- --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI",
"test:ci": "npm run test-http-client && npm run test-org-unit-filter",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:headless": "npm run e2e -- --protractor-config=e2e/protractor-ci.conf.js",
"build-http-client": "ng build ngx-dhis2-http-client --configuration production",
"build-org-unit-filter": "ng build ngx-dhis2-org-unit-filter --configuration production",
"build-dictionary": "ng build ngx-dhis2-dictionary --configuration production",
"build-dashboard": "ng build dhis2-dashboard --configuration production",
"build-data-filter": "ng build ngx-dhis2-data-filter --configuration production",
"build-menu": "ng build ngx-dhis2-menu --configuration production",
"build-period-filter": "ng build ngx-dhis2-period-filter --configuration production",
"build-selection-filters": "ng build ngx-dhis2-selection-filters --configuration production",
"publish-http-client": "npm run build-http-client && cd dist/ngx-dhis2-http-client && npm publish --access public && cd ../../",
"publish-org-unit": "npm run build-org-unit-filter && cd dist/ngx-dhis2-org-unit-filter && npm publish --access public && cd ../../",
"publish-dictionary": "npm run build-dictionary && cd dist/ngx-dhis2-dictionary && npm publish --access public",
"publish-dashboard": "npm run build-dashboard && cd dist/dhis2-dashboard && npm publish --access public && cd ../../",
"publish-data-filter": "npm run build-data-filter && cd dist/ngx-dhis2-data-filter && npm publish --access public && cd ../../",
"publish-menu": "npm run build-menu && cd dist/ngx-dhis2-menu && npm publish --access public && cd ../../",
"link-period-filter": "npm run build-period-filter && cd dist/ngx-dhis2-period-filter && npm link",
"publish-period-filter": "npm run build-period-filter && cd dist/ngx-dhis2-period-filter && npm publish --access public && cd ../../",
"publish-selection-filters": "npm run build-selection-filters && cd dist/ngx-dhis2-selection-filters && npm publish --access public && cd ../../",
"pack-http-client": "npm run build-http-client && cd dist/ngx-dhis2-http-client && npm pack",
"link-http-client": "npm run build-http-client && cd dist/ngx-dhis2-http-client && npm link",
"link-org-unit-filter": "npm run build-org-unit-filter && cd dist/ngx-dhis2-org-unit-filter && npm link",
"pack-org-unit-filter": "npm run build-org-unit-filter && cd dist/ngx-dhis2-org-unit-filter && npm pack",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.1",
"@angular/cdk": "^15.1.1",
"@angular/common": "^15.1.1",
"@angular/compiler": "^15.1.1",
"@angular/core": "^15.1.1",
"@angular/forms": "^15.1.1",
"@angular/localize": "^15.1.1",
"@angular/material": "^15.1.1",
"@angular/platform-browser": "^15.1.1",
"@angular/platform-browser-dynamic": "^15.1.1",
"@angular/router": "^15.1.1",
"@iapps/d2-visualizer": "^1.0.8",
"@iapps/function-analytics": "^1.0.0-beta.21",
"@iapps/ngx-d2-table": "^1.7.1",
"@iapps/ngx-dhis2-data-filter": "^1.0.0-beta.20",
"@iapps/ngx-dhis2-dictionary": "^2.1.0",
"@iapps/ngx-dhis2-http-client": "^2.0.8-rc.4",
"@iapps/ngx-dhis2-org-unit-filter": "^1.1.22",
"@iapps/ngx-dhis2-period-filter": "^2.0.0-rc.1",
"@iapps/period-utilities": "^1.0.1",
"@ngrx/effects": "^15.1.0",
"@ngrx/entity": "^14.3.2",
"@ngrx/router-store": "^14.3.2",
"@ngrx/schematics": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@ngrx/store-devtools": "^14.3.2",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@turf/turf": "^6.5.0",
"@types/async": "^3.2.14",
"async": "^3.2.4",
"bootstrap": "^4.5.0",
"dexie": "^3.2.3",
"file-saver": "^2.0.5",
"function-analytics": "^1.0.0-beta.5",
"highcharts": "^10.0.0",
"highcharts-grouped-categories": "^1.3.0",
"i": "^0.3.7",
"lodash": "^4.17.20",
"mapbox-gl": "^2.8.2",
"ng2-dragula": "^2.1.1",
"ngrx-store-freeze": "^0.2.4",
"ngx-color-picker": "^9.1.0",
"ngx-pagination": "^5.0.0",
"npm": "^8.12.2",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"xlsx": "^0.18.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.2",
"@angular-devkit/build-ng-packagr": "^0.1002.1",
"@angular-devkit/schematics": "^15.1.2",
"@angular/cli": "^15.1.2",
"@angular/compiler-cli": "^15.1.1",
"@angular/language-service": "^15.1.1",
"@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.5",
"codelyzer": "^5.2.2",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.2.0",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^15.1.1",
"protractor": "~7.0.0",
"terser": "^4.8.1",
"ts-node": "~8.10.2",
"tslint": "~6.1.2",
"typescript": "^4.6.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}