Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

121 rinda
3.5 KiB

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