-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "ngx-youtube-player",
"version": "18.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build ngx-youtube-player",
"dev:lib": "ng build ngx-youtube-player --watch",
"test": "ng test",
"test:lib": "ng test ngx-youtube-player",
"test:lib:ci": "CI=true ng test ngx-youtube-player",
"publish:lib": "npm publish ./dist/ngx-youtube-player",
"publish:lib:next": "npm publish --tag next ./dist/ngx-youtube-player",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.3",
"@angular/common": "^18.0.3",
"@angular/compiler": "^18.0.3",
"@angular/core": "^18.0.3",
"@angular/forms": "^18.0.3",
"@angular/platform-browser": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.3",
"@scarf/scarf": "^1.3.0",
"@types/youtube": "^0.0.50",
"core-js": "^2.5.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.5",
"@angular/cli": "^18.0.5",
"@angular/compiler-cli": "^18.0.3",
"@angular/language-service": "^18.0.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"ng-packagr": "^18.0.0",
"ts-node": "~7.0.0",
"typescript": "~5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/orizens/ngx-youtube-player.git"
},
"bugs": {
"url": "https://github.com/orizens/ngx-youtube-player/issues"
},
"homepage": "https://github.com/orizens/ngx-youtube-player"
}