This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "ngx-httpclient-busy",
"version": "0.7.0",
"author": {
"name": "Oliver Sahner",
"email": "[email protected]",
"url": "https://osahner.github.io"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build_lib": "ng build ngx-httpclient-busy",
"copy-license": "cp ./LICENSE ./dist/ngx-httpclient-busy",
"copy-readme": "cp ./README.md ./dist/ngx-httpclient-busy",
"copy-files": "yarn copy-license && yarn copy-readme",
"npm_pack": "cd dist/ngx-httpclient-busy && npm pack",
"package": "yarn build_lib && yarn copy-files && yarn npm_pack",
"test": "yarn test_lib",
"test_lib": "ng test ngx-httpclient-busy",
"lint": "yarn lint_lib",
"lint_lib": "ng lint ngx-httpclient-busy"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
"@angular/forms": "~11.1.0",
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"core-js": "^3.8.3",
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@angular/language-service": "~11.1.0",
"@types/node": "^14.14.22",
"@types/jasmine": "~3.6.3",
"@types/jasminewd2": "~2.0.8",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.0.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^11.1.2",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.1.2"
}
}