forked from team-tapmah/ng2-amrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.48 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "ngx-amrs",
"version": "2.12.0-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 3000",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test --watch=false",
"test-folder": "tslint -c tslint.json",
"test-debug": "ng test --browsers ChromeDebug",
"lint": "ng lint",
"e2e": "ng e2e",
"build-prod": "node version.js && bash ./scripts/ng.sh build --prod --aot --optimization=false",
"serve:prod": "http-server dist/ngx-amrs/ -P https://ngx.ampath.or.ke",
"prebuild": "node version.js",
"prestart": "node version.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.0",
"@angular/cdk": "^6.1.0",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/material": "^6.4.3",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/pwa": "^0.6.8",
"@angular/router": "^6.1.0",
"@angular/service-worker": "^6.1.2",
"@ionic/storage": "^2.0.1",
"@ng-select/ng-select": "^1.5.0",
"@types/jasmine": "^2.5.53",
"@types/lodash": "^4.14.50",
"ag-grid": "17.0.0",
"ag-grid-angular": "17.0.0",
"ag-grid-enterprise": "17.0.0",
"angular-calendar": "^0.25.1",
"angular-draggable-droppable": "^3.0.1",
"angular-resizable-element": "^3.2.0",
"angular2-calendar": "^0.3.7",
"angular2-cookie": "^1.2.6",
"angular2-highcharts": "^0.5.5",
"angular2-ladda": "^2.0.0",
"angular2-materialize": "^5.2.1",
"angular2-multiselect-dropdown": "^1.2.6",
"angular2-select": "^1.0.0-beta.3",
"angulartics2": "^4.0.1",
"async": "^2.6.0",
"bardcode": "^1.0.0",
"blob-stream": "^0.1.3",
"bootstrap": "^3.3.7",
"bootstrap-loader": "^1.3.3",
"calendar-utils": "^0.1.2",
"child_process": "^1.0.2",
"constants": "0.0.2",
"core-js": "^2.5.7",
"date-fns": "^1.27.2",
"dotenv": "^4.0.0",
"font-awesome": "^4.7.0",
"fuse.js": "^3.2.0",
"git-describe": "^4.0.3",
"graceful-fs": "^4.1.11",
"ion-rangeslider": "^2.2.0",
"ionic-cache": "3.1.1",
"jquery": "^3.1.1",
"jsbarcode": "^3.9.0",
"lodash": "^4.17.4",
"moment": "2.19.3",
"ng-busy": "^6.0.0-rc3",
"ng-select": "^1.0.0-rc.5",
"ng2-bootstrap": "^1.1.16",
"ng2-bs3-modal": "^0.10.4",
"ng2-pdf-viewer": "^5.2.0",
"ngx-bootstrap": "^3.0.0",
"ngx-cookie": "^4.0.2",
"ngx-file-uploader": "git+https://github.com/enyachoke/ngx-file-uploader.git#0.0.9",
"ngx-mydatepicker": "^2.4.9",
"ngx-openmrs-formentry": "git+https://github.com/AMPATH/ngx-openmrs-formentry.git#v2.12.1",
"ngx-pagination": "^3.1.1",
"ngx-select": "^0.0.1",
"ngx-toastr": "^9.1.1",
"pdfjs-dist": "^1.7.308",
"pdfkit": "^0.8.0",
"pdfmake": "0.1.25",
"postcss-url": "^8.0.0",
"pouchdb": "^7.0.0",
"pouchdb-find": "^7.0.0",
"pouchdb-upsert": "^2.2.0",
"primeicons": "^1.0.0-beta.6",
"primeng": "^4.3.0",
"rison-node": "^2.0.0",
"rxjs": "~6.3.3",
"rxjs-compat": "^6.2.2",
"save": "^2.3.2",
"semver": "^5.3.0",
"slimscroll": "^0.9.1",
"tether": "^1.4.0",
"uglify-es": "^3.3.9",
"underscore": "^1.8.3",
"web-animations-js": "^2.2.2",
"webfont-medical-icons2": "^1.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.2",
"@angular/cli": "^6.1.0",
"@angular/compiler-cli": "^6.1.0",
"@angular/language-service": "^6.0.0",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "^2.5.53",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.3.4",
"@types/node": "^8.9.5",
"@types/pouchdb": "^6.3.0",
"@types/source-map": "^0.5.0",
"@types/uglify-js": "^2.6.28",
"codelyzer": "~4.2.1",
"fs-extra": "^6.0.1",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.5",
"protractor": "^5.4.0",
"rxjs-tslint": "^0.1.5",
"source-map-support": "^0.5.9",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2",
"karma-parallel": "^0.3.1"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"stream": false,
"zlib": false
}
}