forked from mudigal-technologies/ngx-audio-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.97 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
{
"name": "ngx-audio-player-demo",
"version": "13.0.0",
"repository": {
"type": "git",
"url": "https://github.com/vmudigal/ngx-audio-player.git"
},
"author": {
"name": "Vijayendra Mudigal",
"email": "[email protected]"
},
"keywords": [
"ngx",
"audio",
"player",
"angular",
"angular13",
"audio player",
"angular audio player",
"audio player with playlist",
"material style audio player",
"material style basic audio player",
"material style advanced audio player"
],
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"lch-build": "ng build",
"prod-build": "ng build --configuration production",
"build-lib": "ng build ngx-audio-player --configuration production",
"publish-lib": "npm publish --f dist/ngx-audio-player --configuration production",
"build-demo": "ng build --configuration production --base-href https://vmudigal.github.io/ngx-audio-player/",
"publish-demo": "npx ngh --dir=dist/ngx-audio-player-demo/",
"test": "ng test --code-coverage --reporters=teamcity,coverage-istanbul",
"test-lib": "ng test ngx-audio-player --code-coverage --reporters=teamcity,coverage-istanbul",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.1",
"@angular/cdk": "~13.3.2",
"@angular/common": "~13.3.1",
"@angular/compiler": "~13.3.1",
"@angular/core": "~13.3.1",
"@angular/forms": "~13.3.1",
"@angular/material": "^13.3.2",
"@angular/platform-browser": "~13.3.1",
"@angular/platform-browser-dynamic": "~13.3.1",
"@angular/router": "~13.3.1",
"@fortawesome/angular-fontawesome": "^0.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@ngx-share/button": "^7.1.4",
"@ngx-share/buttons": "^7.1.4",
"@ngx-share/core": "^7.1.4",
"core-js": "^3.6.4",
"ngx-audio-player": "~9.0.4",
"rxjs": "~6.5.4",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.1",
"webpack": "^4.6.0",
"tsickle": "~0.38.1",
"node-sass": "^4.0.0",
"@angular/cli": "~13.3.1",
"@angular/compiler-cli": "^13.3.1",
"@angular/language-service": "~13.3.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.12.26",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-teamcity-reporter": "^1.1.0",
"ng-packagr": "^13.3.0",
"ngx-device-detector": "^1.4.6",
"protractor": "~7.0.0",
"ts-node": "~8.6.2",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}
}