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.
 
 
 
 

115 rindas
3.3 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": "500kb",
  55. "maximumError": "1mb"
  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. }
  70. },
  71. "defaultConfiguration": "production"
  72. },
  73. "serve": {
  74. "builder": "@angular-devkit/build-angular:dev-server",
  75. "configurations": {
  76. "production": {
  77. "buildTarget": "matsen-tool:build:production"
  78. },
  79. "development": {
  80. "buildTarget": "matsen-tool:build:development"
  81. }
  82. },
  83. "defaultConfiguration": "development"
  84. },
  85. "extract-i18n": {
  86. "builder": "@angular-devkit/build-angular:extract-i18n",
  87. "options": {
  88. "buildTarget": "matsen-tool:build"
  89. }
  90. },
  91. "test": {
  92. "builder": "@angular-devkit/build-angular:karma",
  93. "options": {
  94. "polyfills": [
  95. "zone.js",
  96. "zone.js/testing"
  97. ],
  98. "tsConfig": "tsconfig.spec.json",
  99. "inlineStyleLanguage": "scss",
  100. "assets": [
  101. "src/favicon.ico",
  102. "src/assets"
  103. ],
  104. "styles": [
  105. "@angular/material/prebuilt-themes/indigo-pink.css",
  106. "src/styles.scss"
  107. ],
  108. "scripts": []
  109. }
  110. }
  111. }
  112. }
  113. }
  114. }