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.
 
 
 
 

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