Hospital Management internal project. Build with Abp.io architecture.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
7.5 KiB

4 weeks ago
4 weeks ago
  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "cli": {
  4. "analytics": false,
  5. "schematicCollections": ["@angular-eslint/schematics"]
  6. },
  7. "version": 1,
  8. "newProjectRoot": "projects",
  9. "projects": {
  10. "HospitalManagementSystem": {
  11. "projectType": "application",
  12. "schematics": {
  13. "@schematics/angular:component": {
  14. "style": "scss"
  15. }
  16. },
  17. "root": "",
  18. "sourceRoot": "src",
  19. "prefix": "app",
  20. "architect": {
  21. "build": {
  22. "builder": "@angular-devkit/build-angular:browser",
  23. "options": {
  24. "outputPath": "dist/HospitalManagementSystem",
  25. "index": "src/index.html",
  26. "main": "src/main.ts",
  27. "polyfills": "src/polyfills.ts",
  28. "tsConfig": "tsconfig.app.json",
  29. "inlineStyleLanguage": "scss",
  30. "allowedCommonJsDependencies": ["chart.js", "js-sha256"],
  31. "assets": ["src/favicon.ico", "src/assets"],
  32. "styles": [
  33. {
  34. "input": "node_modules/primeng/resources/themes/saga-blue/theme.css",
  35. "inject": true,
  36. "bundleName": "saga-blue"
  37. },
  38. {
  39. "input": "node_modules/primeflex/themes/primeone-dark.css",
  40. "inject": true,
  41. "bundleName": "primeone-dark"
  42. },
  43. {
  44. "input": "node_modules/primeng/resources/primeng.min.css",
  45. "inject": true,
  46. "bundleName": "primeng.min"
  47. },
  48. {
  49. "input": "node_modules/primeicons/primeicons.css",
  50. "inject": true,
  51. "bundleName": "primeicons"
  52. },
  53. {
  54. "input": "node_modules/primeflex/primeflex.min.css",
  55. "inject": true,
  56. "bundleName": "primeflex.min"
  57. },
  58. {
  59. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.css",
  60. "inject": false,
  61. "bundleName": "bootstrap-dim"
  62. },
  63. {
  64. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/ng-bundle.css",
  65. "inject": false,
  66. "bundleName": "ng-bundle"
  67. },
  68. {
  69. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/side-menu/layout-bundle.css",
  70. "inject": false,
  71. "bundleName": "layout-bundle"
  72. },
  73. {
  74. "input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.css",
  75. "inject": false,
  76. "bundleName": "abp-bundle"
  77. },
  78. {
  79. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.rtl.css",
  80. "inject": false,
  81. "bundleName": "bootstrap-dim.rtl"
  82. },
  83. {
  84. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css",
  85. "inject": false,
  86. "bundleName": "font-bundle.rtl"
  87. },
  88. {
  89. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css",
  90. "inject": false,
  91. "bundleName": "font-bundle"
  92. },
  93. {
  94. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/ng-bundle.rtl.css",
  95. "inject": false,
  96. "bundleName": "ng-bundle.rtl"
  97. },
  98. {
  99. "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/side-menu/layout-bundle.rtl.css",
  100. "inject": false,
  101. "bundleName": "layout-bundle.rtl"
  102. },
  103. {
  104. "input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css",
  105. "inject": false,
  106. "bundleName": "abp-bundle.rtl"
  107. },
  108. {
  109. "input": "node_modules/bootstrap-icons/font/bootstrap-icons.css",
  110. "inject": true,
  111. "bundleName": "bootstrap-icons"
  112. },
  113. {
  114. "input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css",
  115. "inject": true,
  116. "bundleName": "fontawesome-all.min"
  117. },
  118. {
  119. "input": "node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css",
  120. "inject": true,
  121. "bundleName": "fontawesome-v4-shims.min"
  122. },
  123. {
  124. "input": "node_modules/@swimlane/ngx-datatable/index.css",
  125. "inject": true,
  126. "bundleName": "ngx-datatable-index"
  127. },
  128. {
  129. "input": "node_modules/@swimlane/ngx-datatable/assets/icons.css",
  130. "inject": true,
  131. "bundleName": "ngx-datatable-icons"
  132. },
  133. {
  134. "input": "node_modules/@swimlane/ngx-datatable/themes/material.css",
  135. "inject": true,
  136. "bundleName": "ngx-datatable-material"
  137. },
  138. "src/styles.scss"
  139. ],
  140. "scripts": []
  141. },
  142. "configurations": {
  143. "production": {
  144. "budgets": [
  145. {
  146. "type": "initial",
  147. "maximumWarning": "2mb",
  148. "maximumError": "2.5mb"
  149. },
  150. {
  151. "type": "anyComponentStyle",
  152. "maximumWarning": "2kb",
  153. "maximumError": "4kb"
  154. }
  155. ],
  156. "fileReplacements": [
  157. {
  158. "replace": "src/environments/environment.ts",
  159. "with": "src/environments/environment.prod.ts"
  160. }
  161. ],
  162. "outputHashing": "all"
  163. },
  164. "development": {
  165. "buildOptimizer": false,
  166. "optimization": false,
  167. "vendorChunk": true,
  168. "extractLicenses": false,
  169. "sourceMap": true,
  170. "namedChunks": true
  171. }
  172. },
  173. "defaultConfiguration": "production"
  174. },
  175. "serve": {
  176. "builder": "@angular-devkit/build-angular:dev-server",
  177. "configurations": {
  178. "production": {
  179. "buildTarget": "HospitalManagementSystem:build:production"
  180. },
  181. "development": {
  182. "buildTarget": "HospitalManagementSystem:build:development"
  183. }
  184. },
  185. "defaultConfiguration": "development"
  186. },
  187. "extract-i18n": {
  188. "builder": "@angular-devkit/build-angular:extract-i18n",
  189. "options": {
  190. "buildTarget": "HospitalManagementSystem:build"
  191. }
  192. },
  193. "test": {
  194. "builder": "@angular-devkit/build-angular:karma",
  195. "options": {
  196. "main": "src/test.ts",
  197. "polyfills": "src/polyfills.ts",
  198. "tsConfig": "tsconfig.spec.json",
  199. "karmaConfig": "karma.conf.js",
  200. "inlineStyleLanguage": "scss",
  201. "assets": ["src/favicon.ico", "src/assets"],
  202. "styles": ["src/styles.scss"],
  203. "scripts": []
  204. }
  205. },
  206. "lint": {
  207. "builder": "@angular-eslint/builder:lint",
  208. "options": {
  209. "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
  210. }
  211. }
  212. }
  213. }
  214. }
  215. }