mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Fix indentation of angular.json
This commit is contained in:
		
							parent
							
								
									b092bb6848
								
							
						
					
					
						commit
						ab5098a036
					
				@ -1,135 +1,135 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
 | 
						"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
 | 
				
			||||||
  "version": 1,
 | 
						"version": 1,
 | 
				
			||||||
  "newProjectRoot": "projects",
 | 
						"newProjectRoot": "projects",
 | 
				
			||||||
  "projects": {
 | 
						"projects": {
 | 
				
			||||||
    "paperless-ui": {
 | 
							"paperless-ui": {
 | 
				
			||||||
      "projectType": "application",
 | 
								"projectType": "application",
 | 
				
			||||||
      "schematics": {
 | 
								"schematics": {
 | 
				
			||||||
        "@schematics/angular:component": {
 | 
									"@schematics/angular:component": {
 | 
				
			||||||
          "style": "scss"
 | 
										"style": "scss"
 | 
				
			||||||
        }
 | 
									}
 | 
				
			||||||
      },
 | 
								},
 | 
				
			||||||
      "root": "",
 | 
								"root": "",
 | 
				
			||||||
      "sourceRoot": "src",
 | 
								"sourceRoot": "src",
 | 
				
			||||||
      "prefix": "app",
 | 
								"prefix": "app",
 | 
				
			||||||
      "architect": {
 | 
								"architect": {
 | 
				
			||||||
        "build": {
 | 
									"build": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:browser",
 | 
										"builder": "@angular-devkit/build-angular:browser",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "outputPath": "dist/paperless-ui",
 | 
											"outputPath": "dist/paperless-ui",
 | 
				
			||||||
            "outputHashing": "none",
 | 
											"outputHashing": "none",
 | 
				
			||||||
            "index": "src/index.html",
 | 
											"index": "src/index.html",
 | 
				
			||||||
            "main": "src/main.ts",
 | 
											"main": "src/main.ts",
 | 
				
			||||||
            "polyfills": "src/polyfills.ts",
 | 
											"polyfills": "src/polyfills.ts",
 | 
				
			||||||
            "tsConfig": "tsconfig.app.json",
 | 
											"tsConfig": "tsconfig.app.json",
 | 
				
			||||||
            "aot": true,
 | 
											"aot": true,
 | 
				
			||||||
            "assets": [
 | 
											"assets": [
 | 
				
			||||||
              "src/favicon.ico",
 | 
												"src/favicon.ico",
 | 
				
			||||||
              "src/assets",
 | 
												"src/assets",
 | 
				
			||||||
              "src/manifest.webmanifest"
 | 
												"src/manifest.webmanifest"
 | 
				
			||||||
            ],
 | 
											],
 | 
				
			||||||
            "styles": [
 | 
											"styles": [
 | 
				
			||||||
              "src/styles.scss"
 | 
												"src/styles.scss"
 | 
				
			||||||
            ],
 | 
											],
 | 
				
			||||||
            "scripts": [],
 | 
					            "scripts": [],
 | 
				
			||||||
            "allowedCommonJsDependencies": [
 | 
					            "allowedCommonJsDependencies": [
 | 
				
			||||||
              "ng2-pdf-viewer"
 | 
					              "ng2-pdf-viewer"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
          },
 | 
										},
 | 
				
			||||||
          "configurations": {
 | 
										"configurations": {
 | 
				
			||||||
            "production": {
 | 
											"production": {
 | 
				
			||||||
              "fileReplacements": [
 | 
												"fileReplacements": [
 | 
				
			||||||
                {
 | 
													{
 | 
				
			||||||
                  "replace": "src/environments/environment.ts",
 | 
														"replace": "src/environments/environment.ts",
 | 
				
			||||||
                  "with": "src/environments/environment.prod.ts"
 | 
														"with": "src/environments/environment.prod.ts"
 | 
				
			||||||
                }
 | 
													}
 | 
				
			||||||
              ],
 | 
												],
 | 
				
			||||||
              "optimization": true,
 | 
												"optimization": true,
 | 
				
			||||||
              "outputHashing": "none",
 | 
												"outputHashing": "none",
 | 
				
			||||||
              "sourceMap": false,
 | 
												"sourceMap": false,
 | 
				
			||||||
              "extractCss": true,
 | 
												"extractCss": true,
 | 
				
			||||||
              "namedChunks": false,
 | 
												"namedChunks": false,
 | 
				
			||||||
              "extractLicenses": true,
 | 
												"extractLicenses": true,
 | 
				
			||||||
              "vendorChunk": false,
 | 
												"vendorChunk": false,
 | 
				
			||||||
              "buildOptimizer": true,
 | 
												"buildOptimizer": true,
 | 
				
			||||||
              "budgets": [
 | 
												"budgets": [
 | 
				
			||||||
                {
 | 
													{
 | 
				
			||||||
                  "type": "initial",
 | 
														"type": "initial",
 | 
				
			||||||
                  "maximumWarning": "2mb",
 | 
														"maximumWarning": "2mb",
 | 
				
			||||||
                  "maximumError": "5mb"
 | 
														"maximumError": "5mb"
 | 
				
			||||||
                },
 | 
													},
 | 
				
			||||||
                {
 | 
													{
 | 
				
			||||||
                  "type": "anyComponentStyle",
 | 
														"type": "anyComponentStyle",
 | 
				
			||||||
                  "maximumWarning": "6kb",
 | 
														"maximumWarning": "6kb",
 | 
				
			||||||
                  "maximumError": "10kb"
 | 
														"maximumError": "10kb"
 | 
				
			||||||
                }
 | 
													}
 | 
				
			||||||
              ]
 | 
												]
 | 
				
			||||||
            }
 | 
											}
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        },
 | 
									},
 | 
				
			||||||
        "serve": {
 | 
									"serve": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:dev-server",
 | 
										"builder": "@angular-devkit/build-angular:dev-server",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "browserTarget": "paperless-ui:build"
 | 
											"browserTarget": "paperless-ui:build"
 | 
				
			||||||
          },
 | 
										},
 | 
				
			||||||
          "configurations": {
 | 
										"configurations": {
 | 
				
			||||||
            "production": {
 | 
											"production": {
 | 
				
			||||||
              "browserTarget": "paperless-ui:build:production"
 | 
												"browserTarget": "paperless-ui:build:production"
 | 
				
			||||||
            }
 | 
											}
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        },
 | 
									},
 | 
				
			||||||
        "extract-i18n": {
 | 
									"extract-i18n": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:extract-i18n",
 | 
										"builder": "@angular-devkit/build-angular:extract-i18n",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "browserTarget": "paperless-ui:build"
 | 
											"browserTarget": "paperless-ui:build"
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        },
 | 
									},
 | 
				
			||||||
        "test": {
 | 
									"test": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:karma",
 | 
										"builder": "@angular-devkit/build-angular:karma",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "main": "src/test.ts",
 | 
											"main": "src/test.ts",
 | 
				
			||||||
            "polyfills": "src/polyfills.ts",
 | 
											"polyfills": "src/polyfills.ts",
 | 
				
			||||||
            "tsConfig": "tsconfig.spec.json",
 | 
											"tsConfig": "tsconfig.spec.json",
 | 
				
			||||||
            "karmaConfig": "karma.conf.js",
 | 
											"karmaConfig": "karma.conf.js",
 | 
				
			||||||
            "assets": [
 | 
											"assets": [
 | 
				
			||||||
              "src/favicon.ico",
 | 
												"src/favicon.ico",
 | 
				
			||||||
              "src/assets",
 | 
												"src/assets",
 | 
				
			||||||
              "src/manifest.webmanifest"
 | 
												"src/manifest.webmanifest"
 | 
				
			||||||
            ],
 | 
											],
 | 
				
			||||||
            "styles": [
 | 
											"styles": [
 | 
				
			||||||
              "src/styles.scss"
 | 
												"src/styles.scss"
 | 
				
			||||||
            ],
 | 
											],
 | 
				
			||||||
            "scripts": []
 | 
											"scripts": []
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        },
 | 
									},
 | 
				
			||||||
        "lint": {
 | 
									"lint": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:tslint",
 | 
										"builder": "@angular-devkit/build-angular:tslint",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "tsConfig": [
 | 
											"tsConfig": [
 | 
				
			||||||
              "tsconfig.app.json",
 | 
												"tsconfig.app.json",
 | 
				
			||||||
              "tsconfig.spec.json",
 | 
												"tsconfig.spec.json",
 | 
				
			||||||
              "e2e/tsconfig.json"
 | 
												"e2e/tsconfig.json"
 | 
				
			||||||
            ],
 | 
											],
 | 
				
			||||||
            "exclude": [
 | 
											"exclude": [
 | 
				
			||||||
              "**/node_modules/**"
 | 
												"**/node_modules/**"
 | 
				
			||||||
            ]
 | 
											]
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        },
 | 
									},
 | 
				
			||||||
        "e2e": {
 | 
									"e2e": {
 | 
				
			||||||
          "builder": "@angular-devkit/build-angular:protractor",
 | 
										"builder": "@angular-devkit/build-angular:protractor",
 | 
				
			||||||
          "options": {
 | 
										"options": {
 | 
				
			||||||
            "protractorConfig": "e2e/protractor.conf.js",
 | 
											"protractorConfig": "e2e/protractor.conf.js",
 | 
				
			||||||
            "devServerTarget": "paperless-ui:serve"
 | 
											"devServerTarget": "paperless-ui:serve"
 | 
				
			||||||
          },
 | 
										},
 | 
				
			||||||
          "configurations": {
 | 
										"configurations": {
 | 
				
			||||||
            "production": {
 | 
											"production": {
 | 
				
			||||||
              "devServerTarget": "paperless-ui:serve:production"
 | 
												"devServerTarget": "paperless-ui:serve:production"
 | 
				
			||||||
            }
 | 
											}
 | 
				
			||||||
          }
 | 
										}
 | 
				
			||||||
        }
 | 
									}
 | 
				
			||||||
      }
 | 
								}
 | 
				
			||||||
    }
 | 
							}
 | 
				
			||||||
  },
 | 
						},
 | 
				
			||||||
  "defaultProject": "paperless-ui"
 | 
						"defaultProject": "paperless-ui"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user