-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.99 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
{
"name": "podnoms-player",
"version": "1.5.6",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"pnpbuild": "ng build ngx-audioplayer",
"publish:pre": "npm --prefix projects/ngx-audioplayer/ version patch && git commit -am \"Version bump\" && git push",
"publish:local": "npm version patch && npm --prefix projects/ngx-audioplayer/ version patch && npm --prefix projects/ngx-audioplayer/ version patch && ng build --configuration production ngx-audioplayer && cd dist/ngx-audioplayer && npm publish --access public --",
"publish:ci": "ng build ngx-audioplayer --configuration production && cd dist/ngx-audioplayer && npm publish --access public --",
"build:publish": "ng build ngx-audioplayer --configuration production",
"servedemo": "ng build ngx-audioplayer && ng serve --port=4202 ngx-audioplayer-test"
},
"private": false,
"dependencies": {
"@angular/animations": "~13.3.9",
"@angular/common": "~13.3.9",
"@angular/compiler": "~13.3.9",
"@angular/core": "~13.3.9",
"@angular/forms": "~13.3.9",
"@angular/platform-browser": "~13.3.9",
"@angular/platform-browser-dynamic": "~13.3.9",
"@angular/router": "~13.3.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"codelyzer": "^6.0.2",
"howler": "^2.2.3",
"jplayer": "^2.9.2",
"ngx-logger": "^5.0.9",
"rxjs": "7.5.5",
"tslib": "^2.0.0",
"wavesurfer.js": "^6.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.6",
"@angular/cli": "~13.3.6",
"@angular/compiler-cli": "~13.3.9",
"@angular/language-service": "~13.3.9",
"@types/node": "^17.0.35",
"ng-packagr": "^13.3.1",
"ts-node": "~10.8.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
}
}