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.

116 lines
3.3KB

  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "version": 1,
  4. "newProjectRoot": "projects",
  5. "projects": {
  6. "iot-web-ui": {
  7. "projectType": "application",
  8. "schematics": {
  9. "@schematics/angular:component": {
  10. "style": "scss"
  11. }
  12. },
  13. "root": "",
  14. "sourceRoot": "src",
  15. "prefix": "app",
  16. "architect": {
  17. "build": {
  18. "builder": "@angular-devkit/build-angular:browser",
  19. "options": {
  20. "outputPath": "dist/lot-web-ui",
  21. "index": "src/index.html",
  22. "main": "src/main.ts",
  23. "polyfills": [
  24. "zone.js"
  25. ],
  26. "tsConfig": "tsconfig.app.json",
  27. "inlineStyleLanguage": "scss",
  28. "assets": [
  29. "src/favicon.ico",
  30. "src/assets"
  31. ],
  32. "styles": [
  33. "@angular/material/prebuilt-themes/indigo-pink.css",
  34. "src/styles.scss",
  35. "node_modules/leaflet/dist/leaflet.css",
  36. "node_modules/ngx-toastr/toastr.css"
  37. ],
  38. "scripts": [],
  39. "allowedCommonJsDependencies": [
  40. "leaflet"
  41. ]
  42. },
  43. "configurations": {
  44. "production": {
  45. "budgets": [
  46. {
  47. "type": "initial",
  48. "maximumWarning": "1mb",
  49. "maximumError": "1mb"
  50. },
  51. {
  52. "type": "anyComponentStyle",
  53. "maximumWarning": "1mb",
  54. "maximumError": "1mb"
  55. }
  56. ],
  57. "outputHashing": "all"
  58. },
  59. "development": {
  60. "buildOptimizer": true,
  61. "optimization": true,
  62. "vendorChunk": true,
  63. "extractLicenses": false,
  64. "sourceMap": true,
  65. "namedChunks": true
  66. }
  67. },
  68. "defaultConfiguration": "production"
  69. },
  70. "serve": {
  71. "builder": "@angular-devkit/build-angular:dev-server",
  72. "configurations": {
  73. "production": {
  74. "browserTarget": "iot-web-ui:build:production"
  75. },
  76. "development": {
  77. "browserTarget": "iot-web-ui:build:development"
  78. }
  79. },
  80. "defaultConfiguration": "development"
  81. },
  82. "extract-i18n": {
  83. "builder": "@angular-devkit/build-angular:extract-i18n",
  84. "options": {
  85. "browserTarget": "iot-web-ui:build"
  86. }
  87. },
  88. "test": {
  89. "builder": "@angular-devkit/build-angular:karma",
  90. "options": {
  91. "polyfills": [
  92. "zone.js",
  93. "zone.js/testing"
  94. ],
  95. "tsConfig": "tsconfig.spec.json",
  96. "inlineStyleLanguage": "scss",
  97. "assets": [
  98. "src/favicon.ico",
  99. "src/assets"
  100. ],
  101. "styles": [
  102. "@angular/material/prebuilt-themes/indigo-pink.css",
  103. "src/styles.scss",
  104. "node_modules/leaflet/dist/leaflet.css"
  105. ],
  106. "scripts": []
  107. }
  108. }
  109. }
  110. }
  111. },
  112. "cli": {
  113. "analytics": "960e5649-15d7-4fcf-9966-5b6a0886ca48"
  114. }
  115. }