Advertisement
Guest User

angular.json

a guest
Feb 23rd, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.13 KB | None | 0 0
  1. {
  2.   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3.   "version": 1,
  4.   "newProjectRoot": "projects",
  5.   "projects": {
  6.     "juice-becky-wedding": {
  7.       "projectType": "application",
  8.       "schematics": {
  9.         "@schematics/angular:component": {
  10.           "style": "scss"
  11.         }
  12.       },
  13.       "root": "",
  14.       "sourceRoot": "src",
  15.       "prefix": "app",
  16.       "architect": {
  17.         "build": {
  18.           "builder": "@angular-devkit/build-angular:browser",
  19.           "options": {
  20.             "outputPath": "dist/juice-becky-wedding",
  21.             "index": "src/index.html",
  22.             "main": "src/main.ts",
  23.             "polyfills": "src/polyfills.ts",
  24.             "tsConfig": "tsconfig.app.json",
  25.             "aot": true,
  26.             "assets": [
  27.               "src/favicon.ico",
  28.               "src/assets"
  29.             ],
  30.             "styles": [
  31.               "./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
  32.               "./node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
  33.               "./node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
  34.               "./node_modules/@fortawesome/fontawesome-free/scss/regular.scss",
  35.               "./node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
  36.               "./node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss",
  37.               "./node_modules/angular-bootstrap-md/assets/scss/mdb.scss",
  38.               "./node_modules/animate.css/animate.css",
  39.               "./node_modules/slick-carousel/slick/slick.scss",
  40.               "./node_modules/slick-carousel/slick/slick-theme.scss",
  41.               "src/styles.scss"
  42.             ],
  43.             "scripts": [
  44.               "./node_modules/jquery/dist/jquery.min.js",
  45.               "./node_modules/popper.js/dist/umd/popper.min.js",
  46.               "./node_modules/slick-carousel/slick/slick.min.js",
  47.               "./node_modules/chart.js/dist/Chart.js",
  48.               "./node_modules/hammerjs/hammer.min.js",
  49.               "./node_modules/bootstrap/dist/js/bootstrap.min.js"
  50.             ]
  51.           },
  52.           "configurations": {
  53.             "production": {
  54.               "fileReplacements": [
  55.                 {
  56.                   "replace": "src/environments/environment.ts",
  57.                   "with": "src/environments/environment.prod.ts"
  58.                 }
  59.               ],
  60.               "optimization": true,
  61.               "outputHashing": "all",
  62.               "sourceMap": false,
  63.               "extractCss": true,
  64.               "namedChunks": false,
  65.               "extractLicenses": true,
  66.               "vendorChunk": false,
  67.               "buildOptimizer": true,
  68.               "budgets": [
  69.                 {
  70.                   "type": "initial",
  71.                   "maximumWarning": "2mb",
  72.                   "maximumError": "5mb"
  73.                 },
  74.                 {
  75.                   "type": "anyComponentStyle",
  76.                   "maximumWarning": "6kb",
  77.                   "maximumError": "10kb"
  78.                 }
  79.               ]
  80.             }
  81.           }
  82.         },
  83.         "serve": {
  84.           "builder": "@angular-devkit/build-angular:dev-server",
  85.           "options": {
  86.             "browserTarget": "juice-becky-wedding:build"
  87.           },
  88.           "configurations": {
  89.             "production": {
  90.               "browserTarget": "juice-becky-wedding:build:production"
  91.             }
  92.           }
  93.         },
  94.         "extract-i18n": {
  95.           "builder": "@angular-devkit/build-angular:extract-i18n",
  96.           "options": {
  97.             "browserTarget": "juice-becky-wedding:build"
  98.           }
  99.         },
  100.         "test": {
  101.           "builder": "@angular-devkit/build-angular:karma",
  102.           "options": {
  103.             "main": "src/test.ts",
  104.             "polyfills": "src/polyfills.ts",
  105.             "tsConfig": "tsconfig.spec.json",
  106.             "karmaConfig": "karma.conf.js",
  107.             "assets": [
  108.               "src/favicon.ico",
  109.               "src/assets"
  110.             ],
  111.             "styles": [
  112.               "./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
  113.               "./node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
  114.               "./node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
  115.               "./node_modules/@fortawesome/fontawesome-free/scss/regular.scss",
  116.               "./node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
  117.               "./node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss",
  118.               "./node_modules/angular-bootstrap-md/assets/scss/mdb.scss",
  119.               "./node_modules/animate.css/animate.css",
  120.               "./node_modules/slick-carousel/slick/slick.scss",
  121.               "./node_modules/slick-carousel/slick/slick-theme.scss",
  122.               "src/styles.scss"
  123.             ],
  124.             "scripts": [
  125.               "./node_modules/jquery/dist/jquery.min.js",
  126.               "./node_modules/popper.js/dist/umd/popper.min.js",
  127.               "./node_modules/slick-carousel/slick/slick.min.js",
  128.               "./node_modules/chart.js/dist/Chart.js",
  129.               "./node_modules/hammerjs/hammer.min.js",
  130.               "./node_modules/bootstrap/dist/js/bootstrap.min.js"
  131.             ]
  132.           }
  133.         },
  134.         "lint": {
  135.           "builder": "@angular-devkit/build-angular:tslint",
  136.           "options": {
  137.             "tsConfig": [
  138.               "tsconfig.app.json",
  139.               "tsconfig.spec.json",
  140.               "e2e/tsconfig.json"
  141.             ],
  142.             "exclude": [
  143.               "**/node_modules/**"
  144.             ]
  145.           }
  146.         },
  147.         "e2e": {
  148.           "builder": "@angular-devkit/build-angular:protractor",
  149.           "options": {
  150.             "protractorConfig": "e2e/protractor.conf.js",
  151.             "devServerTarget": "juice-becky-wedding:serve"
  152.           },
  153.           "configurations": {
  154.             "production": {
  155.               "devServerTarget": "juice-becky-wedding:serve:production"
  156.             }
  157.           }
  158.         }
  159.       }
  160.     }
  161.   },
  162.   "defaultProject": "juice-becky-wedding",
  163.   "cli": {
  164.     "analytics": "2f658094-5db2-45b3-9fd8-2b7ce1549a9d"
  165.   }
  166. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement