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.

113 lines
3.1KB

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