You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			85 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "youtube-dl-material",
 | 
						|
  "version": "4.3.0",
 | 
						|
  "license": "MIT",
 | 
						|
  "scripts": {
 | 
						|
    "ng": "ng",
 | 
						|
    "start": "ng serve",
 | 
						|
    "build": "ng build --configuration production",
 | 
						|
    "prebuild": "node src/postbuild.mjs",
 | 
						|
    "heroku-postbuild": "npm install --prefix backend",
 | 
						|
    "test": "ng test",
 | 
						|
    "lint": "ng lint",
 | 
						|
    "e2e": "ng e2e",
 | 
						|
    "electron": "ng build --base-href ./ && electron .",
 | 
						|
    "generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true",
 | 
						|
    "i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": "12.3.1",
 | 
						|
    "npm": "6.10.3"
 | 
						|
  },
 | 
						|
  "private": true,
 | 
						|
  "dependencies": {
 | 
						|
    "@angular-devkit/core": "^13.3.3",
 | 
						|
    "@angular/animations": "^13.3.4",
 | 
						|
    "@angular/cdk": "^13.3.4",
 | 
						|
    "@angular/common": "^13.3.4",
 | 
						|
    "@angular/compiler": "^13.3.4",
 | 
						|
    "@angular/core": "^13.3.4",
 | 
						|
    "@angular/forms": "^13.3.4",
 | 
						|
    "@angular/localize": "^13.3.4",
 | 
						|
    "@angular/material": "^13.3.4",
 | 
						|
    "@angular/platform-browser": "^13.3.4",
 | 
						|
    "@angular/platform-browser-dynamic": "^13.3.4",
 | 
						|
    "@angular/router": "^13.3.4",
 | 
						|
    "@fontsource/material-icons": "^4.5.4",
 | 
						|
    "@ngneat/content-loader": "^5.0.0",
 | 
						|
    "@videogular/ngx-videogular": "^5.0.1",
 | 
						|
    "core-js": "^2.4.1",
 | 
						|
    "crypto-js": "^4.1.1",
 | 
						|
    "file-saver": "^2.0.2",
 | 
						|
    "filesize": "^6.1.0",
 | 
						|
    "fingerprintjs2": "^2.1.0",
 | 
						|
    "fs-extra": "^10.0.0",
 | 
						|
    "material-icons": "^1.10.8",
 | 
						|
    "nan": "^2.14.1",
 | 
						|
    "ng-lazyload-image": "^7.0.1",
 | 
						|
    "ngx-avatars": "^1.3.1",
 | 
						|
    "ngx-file-drop": "^13.0.0",
 | 
						|
    "rxjs": "^6.6.3",
 | 
						|
    "rxjs-compat": "^6.0.0-rc.0",
 | 
						|
    "tslib": "^2.0.0",
 | 
						|
    "typescript": "~4.6.3",
 | 
						|
    "xliff-to-json": "^1.0.4",
 | 
						|
    "zone.js": "~0.11.4"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@angular-devkit/build-angular": "^13.3.3",
 | 
						|
    "@angular/cli": "^13.3.3",
 | 
						|
    "@angular/compiler-cli": "^13.3.4",
 | 
						|
    "@angular/language-service": "^13.3.4",
 | 
						|
    "@types/core-js": "^2.5.2",
 | 
						|
    "@types/file-saver": "^2.0.1",
 | 
						|
    "@types/jasmine": "~3.6.0",
 | 
						|
    "@types/node": "^12.11.1",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^4.29.0",
 | 
						|
    "@typescript-eslint/parser": "^4.29.0",
 | 
						|
    "codelyzer": "^6.0.0",
 | 
						|
    "electron": "^19.0.6",
 | 
						|
    "eslint": "^7.32.0",
 | 
						|
    "jasmine-core": "~3.6.0",
 | 
						|
    "jasmine-spec-reporter": "~5.0.0",
 | 
						|
    "karma": "~6.3.16",
 | 
						|
    "karma-chrome-launcher": "~3.1.0",
 | 
						|
    "karma-cli": "~1.0.1",
 | 
						|
    "karma-coverage-istanbul-reporter": "~3.0.2",
 | 
						|
    "karma-jasmine": "~4.0.0",
 | 
						|
    "karma-jasmine-html-reporter": "^1.5.0",
 | 
						|
    "openapi-typescript-codegen": "^0.21.0",
 | 
						|
    "protractor": "~7.0.0",
 | 
						|
    "ts-node": "~3.0.4",
 | 
						|
    "tslint": "~6.1.0"
 | 
						|
  }
 | 
						|
}
 |