]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
Remove useless components
[github/Chocobozzz/PeerTube.git] / client / angular.json
index dc50bf709f94def34ae97a9fdb33db5bf9ec84af..13be6e55583f391bb5f79387d733a6576aff1276 100644 (file)
             "outputPath": "dist",
             "index": "src/index.html",
             "main": "src/main.ts",
-            "tsConfig": "tsconfig.app.json",
+            "tsConfig": "tsconfig.json",
             "polyfills": "src/polyfills.ts",
             "baseHref": "/",
             "deployUrl": "",
               "chart.js",
               "htmlparser2",
               "markdown-it-emoji/light",
+              "linkifyjs/lib/linkify-html",
+              "linkifyjs/lib/plugins/mention",
               "sanitize-html",
               "debug",
-              "p2p-media-loader-hlsjs",
+              "@peertube/p2p-media-loader-hlsjs",
               "video.js",
-              "sha1",
+              "sha.js/sha1",
               "postcss",
               "core-js/features/reflect"
             ],
                 }
               ]
             },
-            "hmr": {
-              "localize": false,
+            "ar-locale": {
+              "localize": [
+                "ar"
+              ],
               "budgets": [
                 {
                   "type": "anyComponentStyle",
                 }
               ]
             },
-            "e2e": {
+            "hmr": {
               "localize": false,
               "budgets": [
                 {
               "fileReplacements": [
                 {
                   "replace": "src/environments/environment.ts",
-                  "with": "src/environments/environment.e2e.ts"
+                  "with": "src/environments/environment.hmr.ts"
                 }
               ]
             }
             "hmr": {
               "browserTarget": "PeerTube:build:hmr"
             },
-            "e2e": {
-              "browserTarget": "PeerTube:build:e2e",
-              "proxyConfig": "e2e/proxy.config.json"
+            "ar-locale": {
+              "browserTarget": "PeerTube:build:ar-locale"
             }
           }
         },
           }
         },
         "lint": {
-          "builder": "@angular-devkit/build-angular:tslint",
+          "builder": "@angular-eslint/builder:lint",
           "options": {
-            "tsConfig": [
-              "tsconfig.app.json"
-            ],
-            "exclude": [
-              "**/node_modules/**"
+            "lintFilePatterns": [
+              "e2e/**/*.ts",
+              "src/**/*.ts",
+              "src/**/*.html"
             ]
           }
         },
           }
         }
       }
-    },
-    "PeerTube-e2e": {
-      "root": "e2e/",
-      "sourceRoot": "",
-      "projectType": "application",
-      "architect": {
-        "e2e": {
-          "builder": "@angular-devkit/build-angular:protractor",
-          "options": {
-            "protractorConfig": "e2e/protractor.conf.js",
-            "devServerTarget": "PeerTube:serve:e2e"
-          },
-          "configurations": {
-            "local": {
-              "protractorConfig": "e2e/local-protractor.conf.js"
-            }
-          }
-        },
-        "lint": {
-          "builder": "@angular-devkit/build-angular:tslint",
-          "options": {
-            "tsConfig": [
-              "e2e/tsconfig.e2e.json"
-            ],
-            "exclude": [
-              "**/node_modules/**"
-            ]
-          }
-        }
-      }
     }
   },
   "defaultProject": "PeerTube",