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.

117 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. "src/server"
  32. ],
  33. "styles": [
  34. "@angular/material/prebuilt-themes/indigo-pink.css",
  35. "src/styles.scss",
  36. "node_modules/leaflet/dist/leaflet.css",
  37. "node_modules/ngx-toastr/toastr.css"
  38. ],
  39. "scripts": [],
  40. "allowedCommonJsDependencies": [
  41. "leaflet"
  42. ]
  43. },
  44. "configurations": {
  45. "production": {
  46. "budgets": [
  47. {
  48. "type": "initial",
  49. "maximumWarning": "1mb",
  50. "maximumError": "1mb"
  51. },
  52. {
  53. "type": "anyComponentStyle",
  54. "maximumWarning": "1mb",
  55. "maximumError": "1mb"
  56. }
  57. ],
  58. "outputHashing": "all"
  59. },
  60. "development": {
  61. "buildOptimizer": true,
  62. "optimization": true,
  63. "vendorChunk": true,
  64. "extractLicenses": false,
  65. "sourceMap": true,
  66. "namedChunks": true
  67. }
  68. },
  69. "defaultConfiguration": "production"
  70. },
  71. "serve": {
  72. "builder": "@angular-devkit/build-angular:dev-server",
  73. "configurations": {
  74. "production": {
  75. "browserTarget": "iot-web-ui:build:production"
  76. },
  77. "development": {
  78. "browserTarget": "iot-web-ui:build:development"
  79. }
  80. },
  81. "defaultConfiguration": "development"
  82. },
  83. "extract-i18n": {
  84. "builder": "@angular-devkit/build-angular:extract-i18n",
  85. "options": {
  86. "browserTarget": "iot-web-ui:build"
  87. }
  88. },
  89. "test": {
  90. "builder": "@angular-devkit/build-angular:karma",
  91. "options": {
  92. "polyfills": [
  93. "zone.js",
  94. "zone.js/testing"
  95. ],
  96. "tsConfig": "tsconfig.spec.json",
  97. "inlineStyleLanguage": "scss",
  98. "assets": [
  99. "src/favicon.ico",
  100. "src/assets"
  101. ],
  102. "styles": [
  103. "@angular/material/prebuilt-themes/indigo-pink.css",
  104. "src/styles.scss",
  105. "node_modules/leaflet/dist/leaflet.css"
  106. ],
  107. "scripts": []
  108. }
  109. }
  110. }
  111. }
  112. },
  113. "cli": {
  114. "analytics": "960e5649-15d7-4fcf-9966-5b6a0886ca48"
  115. }
  116. }