| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "FrontP-Educativa": {
- "projectType": "application",
- "schematics": {
- "@schematics/angular:component": {
- "standalone": false
- },
- "@schematics/angular:directive": {
- "standalone": false
- },
- "@schematics/angular:pipe": {
- "standalone": false
- }
- },
- "root": "",
- "sourceRoot": "src",
- "prefix": "app",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:application",
- "options": {
- "outputPath": "dist/front-p-educativa",
- "index": "src/index.html",
- "browser": "src/main.ts",
- "polyfills": [
- "zone.js"
- ],
- "tsConfig": "tsconfig.app.json",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "src/custom-theme.scss",
- "src/styles.css"
- ],
- "scripts": [],
- "allowedCommonJsDependencies": [
- "sweetalert2",
- "moment",
- "html2canvas",
- "dompurify",
- "canvg"
- ]
- },
- "configurations": {
- "production": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "5mb",
- "maximumError": "7mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "10kb",
- "maximumError": "20kb"
- }
- ],
- "outputHashing": "all"
- },
- "development": {
- "optimization": false,
- "extractLicenses": false,
- "sourceMap": true
- }
- },
- "defaultConfiguration": "production"
- },
- "serve": {
- "builder": "@angular-devkit/build-angular:dev-server",
- "configurations": {
- "production": {
- "buildTarget": "FrontP-Educativa:build:production"
- },
- "development": {
- "buildTarget": "FrontP-Educativa:build:development"
- }
- },
- "defaultConfiguration": "development"
- },
- "extract-i18n": {
- "builder": "@angular-devkit/build-angular:extract-i18n",
- "options": {
- "buildTarget": "FrontP-Educativa:build"
- }
- },
- "test": {
- "builder": "@angular-devkit/build-angular:karma",
- "options": {
- "polyfills": [
- "zone.js",
- "zone.js/testing"
- ],
- "tsConfig": "tsconfig.spec.json",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "@angular/material/prebuilt-themes/indigo-pink.css",
- "src/styles.css",
- "node_modules/@fortawesome/fontawesome-free/css/all.css"
- ],
- "scripts": []
- }
- }
- }
- }
- },
- "cli": {
- "analytics": "0d407eb0-a044-4698-a312-3f1d23165a6c"
- }
- }
|