Vendor app Client: Maiora
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

5 роки тому
5 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "cli": {
  4. "analytics": false
  5. },
  6. "version": 1,
  7. "newProjectRoot": "projects",
  8. "projects": {
  9. "vendor-app": {
  10. "projectType": "application",
  11. "schematics": {
  12. "@schematics/angular:component": {
  13. "style": "scss"
  14. }
  15. },
  16. "root": "",
  17. "sourceRoot": "src",
  18. "prefix": "app",
  19. "architect": {
  20. "build": {
  21. "builder": "@angular-devkit/build-angular:browser",
  22. "options": {
  23. "outputPath": "dist/vendor-app",
  24. "index": "src/index.html",
  25. "main": "src/main.ts",
  26. "polyfills": "src/polyfills.ts",
  27. "tsConfig": "tsconfig.app.json",
  28. "aot": false,
  29. "assets": [
  30. "src/favicon.ico",
  31. "src/assets"
  32. ],
  33. "styles": [
  34. "src/styles.scss"
  35. ],
  36. "scripts": []
  37. },
  38. "configurations": {
  39. "production": {
  40. "fileReplacements": [
  41. {
  42. "replace": "src/environments/environment.ts",
  43. "with": "src/environments/environment.prod.ts"
  44. }
  45. ],
  46. "optimization": true,
  47. "outputHashing": "all",
  48. "sourceMap": false,
  49. "extractCss": true,
  50. "namedChunks": false,
  51. "aot": true,
  52. "extractLicenses": true,
  53. "vendorChunk": false,
  54. "buildOptimizer": true,
  55. "budgets": [
  56. {
  57. "type": "initial",
  58. "maximumWarning": "2mb",
  59. "maximumError": "5mb"
  60. },
  61. {
  62. "type": "anyComponentStyle",
  63. "maximumWarning": "6kb",
  64. "maximumError": "10kb"
  65. }
  66. ]
  67. }
  68. }
  69. },
  70. "serve": {
  71. "builder": "@angular-devkit/build-angular:dev-server",
  72. "options": {
  73. "browserTarget": "vendor-app:build"
  74. },
  75. "configurations": {
  76. "production": {
  77. "browserTarget": "vendor-app:build:production"
  78. }
  79. }
  80. },
  81. "extract-i18n": {
  82. "builder": "@angular-devkit/build-angular:extract-i18n",
  83. "options": {
  84. "browserTarget": "vendor-app:build"
  85. }
  86. },
  87. "test": {
  88. "builder": "@angular-devkit/build-angular:karma",
  89. "options": {
  90. "main": "src/test.ts",
  91. "polyfills": "src/polyfills.ts",
  92. "tsConfig": "tsconfig.spec.json",
  93. "karmaConfig": "karma.conf.js",
  94. "assets": [
  95. "src/favicon.ico",
  96. "src/assets"
  97. ],
  98. "styles": [
  99. "src/styles.scss"
  100. ],
  101. "scripts": []
  102. }
  103. },
  104. "lint": {
  105. "builder": "@angular-devkit/build-angular:tslint",
  106. "options": {
  107. "tsConfig": [
  108. "tsconfig.app.json",
  109. "tsconfig.spec.json",
  110. "e2e/tsconfig.json"
  111. ],
  112. "exclude": [
  113. "**/node_modules/**"
  114. ]
  115. }
  116. },
  117. "e2e": {
  118. "builder": "@angular-devkit/build-angular:protractor",
  119. "options": {
  120. "protractorConfig": "e2e/protractor.conf.js",
  121. "devServerTarget": "vendor-app:serve"
  122. },
  123. "configurations": {
  124. "production": {
  125. "devServerTarget": "vendor-app:serve:production"
  126. }
  127. }
  128. }
  129. }
  130. }},
  131. "defaultProject": "vendor-app"
  132. }