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.

115 lines
3.2KB

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