This repository has been archived by the owner on May 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
193 lines (193 loc) · 6.38 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "@hmcts/rpx-xui-test",
"version": "1.0.4",
"engines": {
"yarn": "^1.12.3",
"npm": "^5.6.0"
},
"description": "RPX XUI TEST",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hmcts/rpx-xui-test.git"
},
"scripts": {
"build": "npm run build:esm && npm run build:umd",
"build:esm": "gulp build:esm",
"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",
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
"docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks",
"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",
"preversion": "npm run ci",
"test": "ng test --code-coverage --no-watch --no-progress --browsers=ChromeHeadlessCI --source-map=false",
"test:codacy-upload": "echo `cat ./coverage/lcov.info | codacy-coverage`",
"test:coverage": "istanbul check-coverage --statements 80 --lines 80 --functions 80 --branches 80",
"test:watch": "karma start --auto-watch --no-single-run",
"test:audit": "./bin/run-yarn-audit.sh -f yarn-audit-known-issues",
"tslint": "tslint",
"install:demo": "yarn --cwd demo install",
"build:demo": "yarn --cwd demo build",
"start": "yarn --cwd demo start",
"heroku-postbuild": "yarn build:esm && yarn --cwd demo install && yarn --cwd demo build"
},
"dependencies": {
"@angular/cli": "^6.0.8",
"@angular/compiler-cli": "~7.0.3",
"braces": "^2.3.1",
"enhanced-resolve": "3.3.0",
"govuk-elements-sass": "^3.1.2",
"json-server": "^0.15.1",
"karma-jasmine-html-reporter": "^1.2.0",
"marked": "^0.7.0",
"mem": "^6.0.0",
"minimist": "1.2.3",
"mocha": "^5.0.5",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"npm-registry-fetch": "^4.0.5",
"rx-polling": "1.1.0",
"typescript": "3.1.1",
"underscore": "^1.9.1",
"yargs-parser": "18.1.2"
},
"peerDependencies": {
"@angular/common": "~7.0.3",
"@angular/core": "~7.0.3",
"@angular/forms": "~7.0.3",
"@angular/router": "~7.0.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.8.9",
"@angular/animations": "~7.0.3",
"@angular/cdk": "^7.0.3",
"@angular/common": "~7.0.3",
"@angular/compiler": "~7.0.3",
"@angular/compiler-cli": "~7.0.3",
"@angular/core": "~7.0.3",
"@angular/forms": "~7.0.3",
"@angular/http": "~7.0.3",
"@angular/material": "^7.0.3",
"@angular/platform-browser": "~7.0.3",
"@angular/platform-browser-dynamic": "~7.0.3",
"@angular/router": "~7.0.3",
"@angular/upgrade": "~7.0.3",
"@compodoc/compodoc": "^1.1.7",
"@hmcts/ccpay-web-component": "^2.0.12",
"@nicky-lenaers/ngx-scroll-to": "^1.0.0",
"@types/jasmine": "~2.8.0",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^10.11.0",
"@types/webpack": "^4.41.25",
"@types/webpack-env": "^1.16.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^5.2.1",
"class-transformer": "^0.3.2",
"codacy-coverage": "^2.1.1",
"codecov": "^3.0.0",
"codelyzer": "^4.1.0",
"concurrently": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"expect": "^23.0.0",
"express": "^4.16.4",
"font-awesome": "^4.6.1",
"gh-pages": "^2.0.0",
"git-message": "^2.0.2",
"govuk_frontend_toolkit": "^8.0.0",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^5.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"json-loader": "^0.5.4",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "^0.3.6",
"merge-stream": "^1.0.0",
"mocha": "^5.0.5",
"multidep": "2.0.2",
"ng2-mock-component": "^0.1.1",
"ngx-device-detector": "^1.3.0",
"ngx-md": "^7.0.0",
"ngx-pagination": "^3.0.3",
"node-sass": "^4.6.1",
"nyc": "^13.0.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.12",
"rimraf": "2.6.2",
"rollup": "^0.66.2",
"rollup-plugin-angular": "^0.5.3",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"sass-loader": "^7.1.0",
"source-map-explorer": "^1.5.0",
"to-string-loader": "^1.1.5",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.8.0",
"typescript": "3.1.1",
"webpack": "^5.0.0-rc.6",
"webpack-angular-externals": "^1.0.2",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack-rxjs-externals": "^2.0.0",
"zone.js": "^0.8.26"
},
"resolutions": {
"braces": "^2.3.1",
"dot-prop": "^5.1.1",
"elliptic": "^6.5.3",
"graceful-fs": "4.2.3",
"handlebars": "^4.5.3",
"https-proxy-agent": "^2.2.3",
"lodash": "^4.17.18",
"marked": "^0.7.0",
"mem": "^6.0.0",
"minimatch": "^3.0.2",
"minimist": "1.2.3",
"node-fetch": "2.6.1",
"node-forge": "^0.10.0",
"npm-registry-fetch": "^4.0.5",
"serialize-javascript": "^3.1.0",
"tree-kill": "1.2.2",
"yargs-parser": "18.1.2"
},
"publishConfig": {
"access": "public"
},
"nyc": {
"include": [
"src/**/*.js",
"bin/**/*.js"
],
"sourceMap": false,
"instrument": false
}
}