Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Jul 25, 2020
2 parents 57fecef + 83970d3 commit 2719d39
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 65 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"name": "iptv-player",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-and-deploy": "ng build --prod --base-href '/my-iptv-player-pwa/'",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.5",
"@angular/cdk": "^10.1.0",
"@angular/common": "~10.0.5",
"@angular/compiler": "~10.0.5",
"@angular/core": "~10.0.5",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.5",
"@angular/material": "^10.1.0",
"@angular/platform-browser": "~10.0.5",
"@angular/platform-browser-dynamic": "~10.0.5",
"@angular/router": "~10.0.5",
"@angular/service-worker": "~10.0.5",
"@datorama/akita": "^4.23.2",
"hls.js": "^0.12.4",
"iptv-playlist-parser": "git+https://github.com/4gray/iptv-playlist-parser.git",
"material-icons": "^0.3.1",
"ngx-filter-pipe": "^2.1.2",
"ngx-indexed-db": "^5.0.4",
"ngx-uploader": "^10.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"uuid": "^8.2.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.4",
"@angular/cli": "^10.0.4",
"@angular/compiler-cli": "~10.0.5",
"@angular/language-service": "~10.0.5",
"@types/hls.js": "^0.12.6",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lodash": "^4.17.15",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~3.9.7"
},
"akitaCli": {
"customFolderName": "true",
"template": "angular",
"basePath": "./src/app/"
}
"name": "iptv-player",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-and-deploy": "ng build --prod --base-href '/my-iptv-player-pwa/'",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.5",
"@angular/cdk": "^10.1.0",
"@angular/common": "~10.0.5",
"@angular/compiler": "~10.0.5",
"@angular/core": "~10.0.5",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.5",
"@angular/material": "^10.1.0",
"@angular/platform-browser": "~10.0.5",
"@angular/platform-browser-dynamic": "~10.0.5",
"@angular/router": "~10.0.5",
"@angular/service-worker": "~10.0.5",
"@datorama/akita": "^4.23.2",
"hls.js": "^0.12.4",
"iptv-playlist-parser": "git+https://github.com/4gray/iptv-playlist-parser.git",
"material-icons": "^0.3.1",
"ngx-filter-pipe": "^2.1.2",
"ngx-indexed-db": "^5.0.4",
"ngx-uploader": "^10.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"uuid": "^8.2.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.4",
"@angular/cli": "^10.0.4",
"@angular/compiler-cli": "~10.0.5",
"@angular/language-service": "~10.0.5",
"@types/hls.js": "^0.12.6",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.4",
"lodash": "^4.17.19",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~3.9.7"
},
"akitaCli": {
"customFolderName": "true",
"template": "angular",
"basePath": "./src/app/"
}
}

0 comments on commit 2719d39

Please sign in to comment.