25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

197 satır
5.6 KiB

  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "version": 1,
  4. "defaultProject": "app",
  5. "newProjectRoot": "projects",
  6. "projects": {
  7. "app": {
  8. "root": "",
  9. "sourceRoot": "src",
  10. "projectType": "application",
  11. "prefix": "app",
  12. "schematics": {},
  13. "architect": {
  14. "build": {
  15. "builder": "@angular-devkit/build-angular:browser",
  16. "options": {
  17. "outputPath": "www",
  18. "index": "src/index.html",
  19. "main": "src/main.ts",
  20. "polyfills": "src/polyfills.ts",
  21. "tsConfig": "tsconfig.app.json",
  22. "assets": [
  23. {
  24. "glob": "**/*",
  25. "input": "src/assets",
  26. "output": "assets"
  27. },
  28. {
  29. "glob": "**/*.svg",
  30. "input": "node_modules/ionicons/dist/ionicons/svg",
  31. "output": "./svg"
  32. },
  33. "src/manifest.webmanifest"
  34. ],
  35. "styles": [
  36. {
  37. "input": "src/theme/variables.scss"
  38. },
  39. {
  40. "input": "src/global.scss"
  41. }
  42. ],
  43. "scripts": [
  44. "vendors/jeelizFaceFilter/jeelizFaceFilter.js",
  45. "vendors/jeelizFaceFilter/three.min.js",
  46. "vendors/jeelizFaceFilter/jeelizResizer.js",
  47. "vendors/jeelizFaceFilter/jeelizThreeHelper.js"
  48. ]
  49. },
  50. "configurations": {
  51. "production": {
  52. "fileReplacements": [
  53. {
  54. "replace": "src/environments/environment.ts",
  55. "with": "src/environments/environment.prod.ts"
  56. }
  57. ],
  58. "optimization": true,
  59. "outputHashing": "all",
  60. "sourceMap": false,
  61. "extractCss": true,
  62. "namedChunks": false,
  63. "aot": true,
  64. "extractLicenses": true,
  65. "vendorChunk": false,
  66. "buildOptimizer": true,
  67. "budgets": [
  68. {
  69. "type": "initial",
  70. "maximumWarning": "2mb",
  71. "maximumError": "5mb"
  72. }
  73. ],
  74. "serviceWorker": true,
  75. "ngswConfigPath": "ngsw-config.json"
  76. },
  77. "ci": {
  78. "progress": false
  79. }
  80. }
  81. },
  82. "serve": {
  83. "builder": "@angular-devkit/build-angular:dev-server",
  84. "options": {
  85. "browserTarget": "app:build"
  86. },
  87. "configurations": {
  88. "production": {
  89. "browserTarget": "app:build:production"
  90. },
  91. "ci": {
  92. "progress": false
  93. }
  94. }
  95. },
  96. "extract-i18n": {
  97. "builder": "@angular-devkit/build-angular:extract-i18n",
  98. "options": {
  99. "browserTarget": "app:build"
  100. }
  101. },
  102. "test": {
  103. "builder": "@angular-devkit/build-angular:karma",
  104. "options": {
  105. "main": "src/test.ts",
  106. "polyfills": "src/polyfills.ts",
  107. "tsConfig": "tsconfig.spec.json",
  108. "karmaConfig": "karma.conf.js",
  109. "styles": [],
  110. "scripts": [],
  111. "assets": [
  112. {
  113. "glob": "favicon.ico",
  114. "input": "src/",
  115. "output": "/"
  116. },
  117. {
  118. "glob": "**/*",
  119. "input": "src/assets",
  120. "output": "/assets"
  121. },
  122. "src/manifest.webmanifest"
  123. ]
  124. },
  125. "configurations": {
  126. "ci": {
  127. "progress": false,
  128. "watch": false
  129. }
  130. }
  131. },
  132. "lint": {
  133. "builder": "@angular-devkit/build-angular:tslint",
  134. "options": {
  135. "tsConfig": [
  136. "tsconfig.app.json",
  137. "tsconfig.spec.json",
  138. "e2e/tsconfig.json"
  139. ],
  140. "exclude": ["**/node_modules/**"]
  141. }
  142. },
  143. "e2e": {
  144. "builder": "@angular-devkit/build-angular:protractor",
  145. "options": {
  146. "protractorConfig": "e2e/protractor.conf.js",
  147. "devServerTarget": "app:serve"
  148. },
  149. "configurations": {
  150. "production": {
  151. "devServerTarget": "app:serve:production"
  152. },
  153. "ci": {
  154. "devServerTarget": "app:serve:ci"
  155. }
  156. }
  157. },
  158. "ionic-cordova-build": {
  159. "builder": "@ionic/angular-toolkit:cordova-build",
  160. "options": {
  161. "browserTarget": "app:build"
  162. },
  163. "configurations": {
  164. "production": {
  165. "browserTarget": "app:build:production"
  166. }
  167. }
  168. },
  169. "ionic-cordova-serve": {
  170. "builder": "@ionic/angular-toolkit:cordova-serve",
  171. "options": {
  172. "cordovaBuildTarget": "app:ionic-cordova-build",
  173. "devServerTarget": "app:serve"
  174. },
  175. "configurations": {
  176. "production": {
  177. "cordovaBuildTarget": "app:ionic-cordova-build:production",
  178. "devServerTarget": "app:serve:production"
  179. }
  180. }
  181. }
  182. }
  183. }
  184. },
  185. "cli": {
  186. "defaultCollection": "@ionic/angular-toolkit"
  187. },
  188. "schematics": {
  189. "@ionic/angular-toolkit:component": {
  190. "styleext": "scss"
  191. },
  192. "@ionic/angular-toolkit:page": {
  193. "styleext": "scss"
  194. }
  195. }
  196. }