1
0

angular.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <<<<<<< HEAD
  2. {
  3. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  4. "version": 1,
  5. "newProjectRoot": "projects",
  6. "projects": {
  7. "app": {
  8. "projectType": "application",
  9. "schematics": {},
  10. "root": "",
  11. "sourceRoot": "src",
  12. "prefix": "app",
  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. "inlineStyleLanguage": "scss",
  23. "assets": [
  24. {
  25. "glob": "**/*",
  26. "input": "src/assets",
  27. "output": "assets"
  28. },
  29. {
  30. "glob": "**/*.svg",
  31. "input": "node_modules/ionicons/dist/ionicons/svg",
  32. "output": "./svg"
  33. }
  34. ],
  35. "styles": ["src/global.scss", "src/theme/variables.scss"],
  36. "scripts": []
  37. },
  38. "configurations": {
  39. "production": {
  40. "budgets": [
  41. {
  42. "type": "initial",
  43. "maximumWarning": "2mb",
  44. "maximumError": "5mb"
  45. },
  46. {
  47. "type": "anyComponentStyle",
  48. "maximumWarning": "2kb",
  49. "maximumError": "4kb"
  50. }
  51. ],
  52. "fileReplacements": [
  53. {
  54. "replace": "src/environments/environment.ts",
  55. "with": "src/environments/environment.prod.ts"
  56. }
  57. ],
  58. "outputHashing": "all"
  59. },
  60. "development": {
  61. "buildOptimizer": false,
  62. "optimization": false,
  63. "vendorChunk": true,
  64. "extractLicenses": false,
  65. "sourceMap": true,
  66. "namedChunks": true
  67. },
  68. "ci": {
  69. "progress": false
  70. }
  71. },
  72. "defaultConfiguration": "production"
  73. },
  74. "serve": {
  75. "builder": "@angular-devkit/build-angular:dev-server",
  76. "configurations": {
  77. "production": {
  78. "buildTarget": "app:build:production"
  79. },
  80. "development": {
  81. "buildTarget": "app:build:development"
  82. },
  83. "ci": {
  84. "progress": false
  85. }
  86. },
  87. "defaultConfiguration": "development"
  88. },
  89. "extract-i18n": {
  90. "builder": "@angular-devkit/build-angular:extract-i18n",
  91. "options": {
  92. "buildTarget": "app:build"
  93. }
  94. },
  95. "test": {
  96. "builder": "@angular-devkit/build-angular:karma",
  97. "options": {
  98. "main": "src/test.ts",
  99. "polyfills": "src/polyfills.ts",
  100. "tsConfig": "tsconfig.spec.json",
  101. "karmaConfig": "karma.conf.js",
  102. "inlineStyleLanguage": "scss",
  103. "assets": [
  104. {
  105. "glob": "**/*",
  106. "input": "src/assets",
  107. "output": "assets"
  108. },
  109. {
  110. "glob": "**/*.svg",
  111. "input": "node_modules/ionicons/dist/ionicons/svg",
  112. "output": "./svg"
  113. }
  114. ],
  115. "styles": ["src/global.scss", "src/theme/variables.scss"],
  116. "scripts": []
  117. },
  118. "configurations": {
  119. "ci": {
  120. "progress": false,
  121. "watch": false
  122. }
  123. }
  124. },
  125. "lint": {
  126. "builder": "@angular-eslint/builder:lint",
  127. "options": {
  128. "lintFilePatterns": [
  129. "src/**/*.ts",
  130. "src/**/*.html"
  131. ]
  132. }
  133. }
  134. }
  135. }
  136. },
  137. "cli": {
  138. "schematicCollections": [
  139. "@ionic/angular-toolkit"
  140. <<<<<<< HEAD
  141. ]
  142. =======
  143. ],
  144. "analytics": false
  145. >>>>>>> c476d2841db52fadbe2e1f19055c62ad9b8c8579
  146. },
  147. "schematics": {
  148. "@ionic/angular-toolkit:component": {
  149. "styleext": "scss"
  150. },
  151. "@ionic/angular-toolkit:page": {
  152. "styleext": "scss"
  153. }
  154. }
  155. }
  156. =======
  157. {
  158. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  159. "version": 1,
  160. "newProjectRoot": "projects",
  161. "projects": {
  162. "app": {
  163. "projectType": "application",
  164. "schematics": {},
  165. "root": "",
  166. "sourceRoot": "src",
  167. "prefix": "app",
  168. "architect": {
  169. "build": {
  170. "builder": "@angular-devkit/build-angular:browser",
  171. "options": {
  172. "outputPath": "www",
  173. "index": "src/index.html",
  174. "main": "src/main.ts",
  175. "polyfills": "src/polyfills.ts",
  176. "tsConfig": "tsconfig.app.json",
  177. "inlineStyleLanguage": "scss",
  178. "assets": [
  179. {
  180. "glob": "**/*",
  181. "input": "src/assets",
  182. "output": "assets"
  183. },
  184. {
  185. "glob": "**/*.svg",
  186. "input": "node_modules/ionicons/dist/ionicons/svg",
  187. "output": "./svg"
  188. }
  189. ],
  190. "styles": ["src/global.scss", "src/theme/variables.scss"],
  191. "scripts": []
  192. },
  193. "configurations": {
  194. "production": {
  195. "budgets": [
  196. {
  197. "type": "initial",
  198. "maximumWarning": "2mb",
  199. "maximumError": "5mb"
  200. },
  201. {
  202. "type": "anyComponentStyle",
  203. "maximumWarning": "2kb",
  204. "maximumError": "4kb"
  205. }
  206. ],
  207. "fileReplacements": [
  208. {
  209. "replace": "src/environments/environment.ts",
  210. "with": "src/environments/environment.prod.ts"
  211. }
  212. ],
  213. "outputHashing": "all"
  214. },
  215. "development": {
  216. "buildOptimizer": false,
  217. "optimization": false,
  218. "vendorChunk": true,
  219. "extractLicenses": false,
  220. "sourceMap": true,
  221. "namedChunks": true
  222. },
  223. "ci": {
  224. "progress": false
  225. }
  226. },
  227. "defaultConfiguration": "production"
  228. },
  229. "serve": {
  230. "builder": "@angular-devkit/build-angular:dev-server",
  231. "configurations": {
  232. "production": {
  233. "buildTarget": "app:build:production"
  234. },
  235. "development": {
  236. "buildTarget": "app:build:development"
  237. },
  238. "ci": {
  239. "progress": false
  240. }
  241. },
  242. "defaultConfiguration": "development"
  243. },
  244. "extract-i18n": {
  245. "builder": "@angular-devkit/build-angular:extract-i18n",
  246. "options": {
  247. "buildTarget": "app:build"
  248. }
  249. },
  250. "test": {
  251. "builder": "@angular-devkit/build-angular:karma",
  252. "options": {
  253. "main": "src/test.ts",
  254. "polyfills": "src/polyfills.ts",
  255. "tsConfig": "tsconfig.spec.json",
  256. "karmaConfig": "karma.conf.js",
  257. "inlineStyleLanguage": "scss",
  258. "assets": [
  259. {
  260. "glob": "**/*",
  261. "input": "src/assets",
  262. "output": "assets"
  263. },
  264. {
  265. "glob": "**/*.svg",
  266. "input": "node_modules/ionicons/dist/ionicons/svg",
  267. "output": "./svg"
  268. }
  269. ],
  270. "styles": ["src/global.scss", "src/theme/variables.scss"],
  271. "scripts": []
  272. },
  273. "configurations": {
  274. "ci": {
  275. "progress": false,
  276. "watch": false
  277. }
  278. }
  279. },
  280. "lint": {
  281. "builder": "@angular-eslint/builder:lint",
  282. "options": {
  283. "lintFilePatterns": [
  284. "src/**/*.ts",
  285. "src/**/*.html"
  286. ]
  287. }
  288. }
  289. }
  290. }
  291. },
  292. "cli": {
  293. "schematicCollections": [
  294. "@ionic/angular-toolkit"
  295. <<<<<<< HEAD
  296. ]
  297. =======
  298. ],
  299. "analytics": false
  300. >>>>>>> c476d2841db52fadbe2e1f19055c62ad9b8c8579
  301. },
  302. "schematics": {
  303. "@ionic/angular-toolkit:component": {
  304. "styleext": "scss"
  305. },
  306. "@ionic/angular-toolkit:page": {
  307. "styleext": "scss"
  308. }
  309. }
  310. }
  311. >>>>>>> cfd8114 (login)