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.

111 lines
3.0KB

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