-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
177 lines (177 loc) · 6.16 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "ng2-openmrs-formentry",
"version": "2.6.4-SNAPSHOT",
"description": "Provides a component for rendering openmrs forms. However it is generic enough for use outside openmrs",
"repository": {
"url": "https://github.com/AMPATH/ng2-opemmrs-formentry"
},
"author": {
"name": "Ampath Kenya",
"url": "http://www.ampathkenya.org/"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "npm run build:esm && npm run build:umd",
"build:esm": "gulp inline-templates && npm run ngcompile",
"build:esm:watch": "gulp build:esm:watch",
"build:umd": "webpack --config webpack-umd.config.ts",
"build:umd:watch": "npm run build:umd -- --watch",
"build:watch": "concurrently --raw \"npm run build:umd:watch\" \"npm run build:esm:watch\"",
"ci": "npm run lint && npm run test && npm run build && npm run docs",
"clean:all": "npm run clean:tmp && rimraf node_modules",
"clean:tmp": "rimraf coverage dist tmp docs",
"codecov": "cat coverage/lcov.info | codecov",
"docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivateOrInternalSupport",
"explorer": "source-map-explorer ./dist/index.umd.js",
"gh-pages": "rimraf docs && npm run docs && gh-pages -d docs",
"lint": "npm run tslint 'src/**/*.ts'",
"ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json",
"postversion": "git push && git push --tags",
"prebuild": "rimraf dist tmp",
"prebuild:watch": "rimraf dist tmp",
"prepublishOnly": "npm run ci",
"preversion": "npm run ci",
"test": "karma start",
"test:watch": "karma start --auto-watch --no-single-run",
"tslint": "tslint",
"clean": "rimraf node_modules doc dist && npm cache clean",
"clean-install": "npm run clean && npm install",
"clean-start": "npm run clean-install && npm start",
"watch": "webpack --watch --progress --profile",
"server": "webpack-dev-server --inline --progress --port 8080",
"e2e": "protractor",
"e2e-live": "protractor --elementExplorer",
"pretest": "",
"posttest": "",
"test-watch": "karma start --no-single-run --auto-watch",
"start": "npm run server",
"start:hmr": "npm run server -- --hot"
},
"peerDependencies": {
"@angular/animations": "^4.2.6",
"@angular/common": "^4.2.6",
"@angular/compiler": "^4.2.6",
"@angular/core": "^4.2.6",
"@angular/forms": "^4.2.6",
"@angular/http": "^4.2.6",
"@angular/platform-browser": "^4.2.6",
"@angular/platform-browser-dynamic": "^4.2.6",
"@angular/router": "^4.2.6"
},
"dependencies": {
"@angular/animations": "^4.2.6",
"@angular/cdk": "2.0.0-beta.8",
"@angular/common": "^4.2.6",
"@angular/compiler": "^4.2.6",
"@angular/core": "^4.2.6",
"@angular/forms": "^4.2.6",
"@angular/http": "^4.2.6",
"@angular/material": "2.0.0-beta.1",
"@angular/platform-browser": "^4.2.6",
"@angular/platform-browser-dynamic": "^4.2.6",
"@angular/router": "^4.2.6",
"@types/jasmine": "^2.5.41",
"@types/lodash": "^4.14.50",
"@types/node": "^7.0.18",
"angular2-cookie": "^1.2.6",
"core-js": "^2.4.1",
"expose-loader": "^0.7.1",
"hammerjs": "^2.0.8",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"ngx-bootstrap": "next",
"ngx-file-uploader": "git+https://github.com/enyachoke/ngx-file-uploader.git#0.0.8",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.5.2",
"shelljs": "^0.7.0",
"slick-carousel": "^1.6.0",
"tree-model": "^1.0.5",
"zone.js": "^0.8.10"
},
"devDependencies": {
"@angular/common": "^4.2.6",
"@angular/compiler": "^4.2.6",
"@angular/compiler-cli": "^4.2.6",
"@angular/core": "^4.2.6",
"@angular/platform-browser": "^4.2.6",
"@angular/platform-browser-dynamic": "^4.2.6",
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^3.0.2",
"@compodoc/compodoc": "^1.0.0-beta.9",
"@types/core-js": "^0.9.0",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "^2.5.41",
"@types/karma": "^0.13.35",
"@types/log4js": "0.0.33",
"@types/node": "^7.0.18",
"@types/protractor": "^1.5.16",
"@types/webpack": "^2.2.15",
"@types/webpack-env": "^1.13.0",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^6.3.2",
"awesome-typescript-loader": "^3.4.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"bootstrap-loader": "^2.0.0-beta.12",
"bootstrap-sass": "^3.3.7",
"codecov": "^2.2.0",
"codelyzer": "^3.0.1",
"concurrently": "^3.4.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.8.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.6.1",
"jasmine-spec-reporter": "^2.4.0",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.0.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-remap-istanbul": "0.2.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"marked": "^0.3.9",
"node-sass": "^4.5.2",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"postcss-loader": "^1.1.0",
"protractor": "^4.0.10",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.6.4",
"resolve-url-loader": "^1.6.0",
"rimraf": "2.6.1",
"rxjs": "5.3.1",
"sass-loader": "4.1.1",
"shelljs": "^0.7.0",
"source-map-explorer": "^1.3.3",
"style-loader": "^0.13.0",
"to-string-loader": "^1.1.5",
"ts-helpers": "^1.1.1",
"ts-node": "^3.0.4",
"tslint": "^5.2.0",
"tslint-loader": "^2.1.0",
"typedoc": "^0.5.1",
"typescript": "2.3.2",
"url-loader": "^0.5.6",
"webpack": "^2.3.3",
"webpack-angular-externals": "^1.0.2",
"webpack-dev-server": "^2.4.5",
"webpack-rxjs-externals": "^1.0.0",
"zone.js": "^0.8.10"
}
}