Guest User

Untitled

a guest
Apr 29th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "version": 1,
  4. "newProjectRoot": "projects",
  5. "projects": {
  6. "nubbuwah": {
  7. "root": "",
  8. "sourceRoot": "src",
  9. "projectType": "application",
  10. "prefix": "app",
  11. "schematics": {
  12. "@schematics/angular:component": {
  13. "style": "scss"
  14. }
  15. },
  16. "architect": {
  17. "build": {
  18. "builder": "@angular-devkit/build-angular:browser",
  19. "options": {
  20. "outputPath": "dist/browser",
  21. "index": "src/index.html",
  22. "main": "src/main.ts",
  23. "polyfills": "src/polyfills.ts",
  24. "tsConfig": "src/tsconfig.app.json",
  25. "assets": [
  26. "src/favicon.ico",
  27. "src/assets",
  28. {
  29. "glob": "**/*",
  30. "input": "node_modules/ng2-pdfjs-viewer/pdfjs",
  31. "output": "/assets/pdfjs"
  32. }
  33. ],
  34. "styles": [
  35. "./node_modules/@angular/material/prebuilt-themes/purple-green.css",
  36. "src/styles.scss",
  37. "node_modules/bootstrap/dist/css/bootstrap.min.css",
  38. "node_modules/quill/dist/quill.snow.css",
  39. "node_modules/quill/dist/quill.core.css",
  40. "node_modules/quill/dist/quill.bubble.css",
  41. "node_modules/font-awesome/css/font-awesome.css",
  42. "node_modules/primeicons/primeicons.css",
  43. "node_modules/primeng/resources/themes/nova-light/theme.css",
  44. "node_modules/primeng/resources/primeng.min.css",
  45. "node_modules/viewerjs/dist/viewer.css",
  46. "node_modules/select2/dist/css/select2.min.css"
  47. ],
  48. "scripts": [
  49. "node_modules/jquery/dist/jquery.min.js",
  50. "node_modules/popper.js/dist/umd/popper.min.js",
  51. "node_modules/bootstrap/dist/js/bootstrap.min.js",
  52. "node_modules/quill/dist/quill.core.js",
  53. "node_modules/viewerjs/dist/viewer.js",
  54. "node_modules/select2/dist/js/select2.min.js"
  55. ],
  56. "es5BrowserSupport": true
  57. },
  58. "configurations": {
  59. "production": {
  60. "fileReplacements": [
  61. {
  62. "replace": "src/environments/environment.ts",
  63. "with": "src/environments/environment.prod.ts"
  64. }
  65. ],
  66. "optimization": true,
  67. "outputHashing": "all",
  68. "sourceMap": false,
  69. "extractCss": true,
  70. "namedChunks": false,
  71. "aot": true,
  72. "extractLicenses": true,
  73. "vendorChunk": false,
  74. "buildOptimizer": true,
  75. "budgets": [
  76. {
  77. "type": "initial",
  78. "maximumWarning": "2mb",
  79. "maximumError": "6mb"
  80. }
  81. ]
  82. }
  83. }
  84. },
  85. "serve": {
  86. "builder": "@angular-devkit/build-angular:dev-server",
  87. "options": {
  88. "browserTarget": "nubbuwah:build"
  89. },
  90. "configurations": {
  91. "production": {
  92. "browserTarget": "nubbuwah:build:production"
  93. }
  94. }
  95. },
  96. "extract-i18n": {
  97. "builder": "@angular-devkit/build-angular:extract-i18n",
  98. "options": {
  99. "browserTarget": "nubbuwah: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": "src/tsconfig.spec.json",
  108. "karmaConfig": "src/karma.conf.js",
  109. "styles": [
  110. "./node_modules/@angular/material/prebuilt-themes/purple-green.css",
  111. "src/styles.scss"
  112. ],
  113. "scripts": [],
  114. "assets": [
  115. "src/favicon.ico",
  116. "src/assets"
  117. ]
  118. }
  119. },
  120. "lint": {
  121. "builder": "@angular-devkit/build-angular:tslint",
  122. "options": {
  123. "tsConfig": [
  124. "src/tsconfig.app.json",
  125. "src/tsconfig.spec.json"
  126. ],
  127. "exclude": [
  128. "**/node_modules/**"
  129. ]
  130. }
  131. },
  132. "server": {
  133. "builder": "@angular-devkit/build-angular:server",
  134. "options": {
  135. "outputPath": "dist/server",
  136. "main": "src/main.server.ts",
  137. "tsConfig": "src/tsconfig.server.json"
  138. },
  139. "configurations": {
  140. "production": {
  141. "outputHashing": "media",
  142. "fileReplacements": [
  143. {
  144. "replace": "src/environments/environment.ts",
  145. "with": "src/environments/environment.prod.ts"
  146. }
  147. ],
  148. "sourceMap": false,
  149. "optimization": true
  150. }
  151. }
  152. }
  153. }
  154. },
  155. "nubbuwah-e2e": {
  156. "root": "e2e/",
  157. "projectType": "application",
  158. "prefix": "",
  159. "architect": {
  160. "e2e": {
  161. "builder": "@angular-devkit/build-angular:protractor",
  162. "options": {
  163. "protractorConfig": "e2e/protractor.conf.js",
  164. "devServerTarget": "nubbuwah:serve"
  165. },
  166. "configurations": {
  167. "production": {
  168. "devServerTarget": "nubbuwah:serve:production"
  169. }
  170. }
  171. },
  172. "server": {
  173. "builder": "@angular-devkit/build-angular:server",
  174. "options": {
  175. "outputPath": "dist/nubbuwah/server",
  176. "main": "server.ts",
  177. "tsConfig": "tsconfig.server.json"
  178. },
  179. "configurations": {
  180. "production": {
  181. "outputHashing": "media",
  182. "fileReplacements": [
  183. {
  184. "replace": "src/environments/environment.ts",
  185. "with": "src/environments/environment.prod.ts"
  186. }
  187. ],
  188. "sourceMap": false,
  189. "optimization": true
  190. }
  191. }
  192. },
  193. "serve-ssr": {
  194. "builder": "@nguniversal/builders:ssr-dev-server",
  195. "options": {
  196. "browserTarget": "nubbuwah:build",
  197. "serverTarget": "nubbuwah:server"
  198. },
  199. "configurations": {
  200. "production": {
  201. "browserTarget": "nubbuwah:build:production",
  202. "serverTarget": "nubbuwah:server:production"
  203. }
  204. }
  205. },
  206. "prerender": {
  207. "builder": "@nguniversal/builders:prerender",
  208. "options": {
  209. "browserTarget": "nubbuwah:build:production",
  210. "serverTarget": "nubbuwah:server:production",
  211. "routes": [
  212. "/"
  213. ]
  214. },
  215. "configurations": {
  216. "production": {}
  217. }
  218. },
  219. "lint": {
  220. "builder": "@angular-devkit/build-angular:tslint",
  221. "options": {
  222. "tsConfig": "e2e/tsconfig.e2e.json",
  223. "exclude": [
  224. "**/node_modules/**"
  225. ]
  226. }
  227. }
  228. }
  229. }
  230. },
  231. "defaultProject": "nubbuwah"
  232. }
Add Comment
Please, Sign In to add comment