-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
163 lines (163 loc) · 4.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
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
{
"name": "ngx-videogular",
"version": "10.0.1",
"license": "MIT",
"description": "The HTML5 video player for Angular 2 and successor to videogular2",
"author": {
"name": "Jaime 'Gondola' Oliveira",
"email": "[email protected]"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"yarn": false,
"contents": "dist/libs/ngx-videogular"
},
"repository": {
"type": "git",
"url": "https://github.com/videogular/ngx-videogular.git"
},
"bugs": {
"url": "https://github.com/videogular/ngx-videogular/issues"
},
"homepage": "https://github.com/videogular/ngx-videogular#readme",
"keywords": [
"video",
"player",
"framework",
"angular2",
"javascript"
],
"scripts": {
"test": "ng test ngx-videogular",
"lint": "ng lint",
"e2e": "ng e2e",
"start": "ng serve",
"build": "ng build",
"semantic-release": "semantic-release",
"update": "ng update @nrwl/workspace",
"test:commit": "ng test ngx-videogular --watch=false --progress=false --browsers=ChromeHeadless",
"test:ci": "ng test ngx-videogular --watch=false --progress=false --browsers=FirefoxHeadless",
"build:docs": "cross-env NODE_ENV=production ng build ngx-videogular-demo --configuration production --base-href \"https://videogular.github.io/ngx-videogular/\" && cd docs/ngx-videogular-demo && gitbook install && gitbook build && cd -",
"predeploy": "npm run build:docs",
"deploy:docs": "angular-cli-ghpages --dir ./dist/docs/ngx-videogular-demo --name=Videogular [email protected]",
"copy-files": "cp README.md dist/libs/ngx-videogular/README.md && cp LICENSE dist/libs/ngx-videogular/LICENSE",
"build:css": "node scripts/fonts-cpt.js",
"build:lib": "ng build ngx-videogular --configuration production && npm run build:css && npm run copy-files",
"publish:lib": "npm publish ./dist/libs/ngx-videogular",
"publish:ci": "npm run build:lib && ng deploy ngx-videogular",
"package": "npm run build:lib",
"pack": "npm pack ./dist/libs/ngx-videogular",
"release:local": "np",
"release:ci": "node scripts/ci-pub-yolo.js"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"commit-msg": "validate-commit-msg"
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"ci"
],
"scope": {
"required": true,
"allowed": [
"*"
],
"validate": true,
"multiple": false
},
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "",
"autoFix": false
}
},
"private": false,
"dependencies": {
"@angular/animations": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@nrwl/angular": "13.1.3",
"core-js": "^3.15.2",
"normalize.css": "8.0.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10",
"gitbook-cli": "2.3.0",
"gitbook-plugin-ga": "1.0.1",
"gitbook-plugin-responsive-iframes": "1.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.2",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@angular/language-service": "^18.2.2",
"@nrwl/workspace": "13.1.3",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^16.11.7",
"angular-cli-ghpages": "1.0.0-rc.2",
"autoprefixer": "^9.3.1",
"clean-css": "^4.2.3",
"codelyzer": "~5.0.1",
"commitizen": "4.2.5",
"conventional-commit-types": "3.0.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"gh-pages": "3.2.3",
"husky": "4.2.5",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "6.3.20",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-firefox-launcher": "1.3.0",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^18.2.1",
"ngx-deploy-npm": "2.1.0",
"node-sass": "^9.0.0",
"np": "7.5.0",
"nx-semantic-release": "0.1.2",
"postcss": "^8.2.10",
"postcss-url": "^8.0.0",
"prettier": "2.4.1",
"protractor": "~7.0.0",
"semantic-release": "^17.1.1",
"ts-node": "~10.4.0",
"tsickle": "0.43.0",
"tslint": "~6.1.3",
"typescript": "~5.4.5",
"validate-commit-msg": "2.12.1",
"yargs": "15.4.0"
},
"resolutions": {
"graceful-fs": "4.2.4"
}
}