|  | 
|  | 1 | +{ | 
|  | 2 | + "name": "angular-react-in-angular", | 
|  | 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json", | 
|  | 4 | + "projectType": "application", | 
|  | 5 | + "prefix": "app", | 
|  | 6 | + "sourceRoot": "apps/angular/react-in-angular/src", | 
|  | 7 | + "tags": [], | 
|  | 8 | + "targets": { | 
|  | 9 | + "build": { | 
|  | 10 | + "executor": "@angular-devkit/build-angular:application", | 
|  | 11 | + "outputs": ["{options.outputPath}"], | 
|  | 12 | + "options": { | 
|  | 13 | + "outputPath": "dist/apps/angular/react-in-angular", | 
|  | 14 | + "index": "apps/angular/react-in-angular/src/index.html", | 
|  | 15 | + "browser": "apps/angular/react-in-angular/src/main.ts", | 
|  | 16 | + "polyfills": ["zone.js"], | 
|  | 17 | + "tsConfig": "apps/angular/react-in-angular/tsconfig.app.json", | 
|  | 18 | + "inlineStyleLanguage": "scss", | 
|  | 19 | + "assets": [ | 
|  | 20 | + "apps/angular/react-in-angular/src/favicon.ico", | 
|  | 21 | + "apps/angular/react-in-angular/src/assets" | 
|  | 22 | + ], | 
|  | 23 | + "styles": ["apps/angular/react-in-angular/src/styles.scss"], | 
|  | 24 | + "scripts": [] | 
|  | 25 | + }, | 
|  | 26 | + "configurations": { | 
|  | 27 | + "production": { | 
|  | 28 | + "budgets": [ | 
|  | 29 | + { | 
|  | 30 | + "type": "initial", | 
|  | 31 | + "maximumWarning": "500kb", | 
|  | 32 | + "maximumError": "1mb" | 
|  | 33 | + }, | 
|  | 34 | + { | 
|  | 35 | + "type": "anyComponentStyle", | 
|  | 36 | + "maximumWarning": "2kb", | 
|  | 37 | + "maximumError": "4kb" | 
|  | 38 | + } | 
|  | 39 | + ], | 
|  | 40 | + "outputHashing": "all" | 
|  | 41 | + }, | 
|  | 42 | + "development": { | 
|  | 43 | + "optimization": false, | 
|  | 44 | + "extractLicenses": false, | 
|  | 45 | + "sourceMap": true | 
|  | 46 | + } | 
|  | 47 | + }, | 
|  | 48 | + "defaultConfiguration": "production" | 
|  | 49 | + }, | 
|  | 50 | + "serve": { | 
|  | 51 | + "executor": "@angular-devkit/build-angular:dev-server", | 
|  | 52 | + "configurations": { | 
|  | 53 | + "production": { | 
|  | 54 | + "buildTarget": "angular-react-in-angular:build:production" | 
|  | 55 | + }, | 
|  | 56 | + "development": { | 
|  | 57 | + "buildTarget": "angular-react-in-angular:build:development" | 
|  | 58 | + } | 
|  | 59 | + }, | 
|  | 60 | + "defaultConfiguration": "development" | 
|  | 61 | + }, | 
|  | 62 | + "extract-i18n": { | 
|  | 63 | + "executor": "@angular-devkit/build-angular:extract-i18n", | 
|  | 64 | + "options": { | 
|  | 65 | + "buildTarget": "angular-react-in-angular:build" | 
|  | 66 | + } | 
|  | 67 | + }, | 
|  | 68 | + "lint": { | 
|  | 69 | + "executor": "@nx/eslint:lint", | 
|  | 70 | + "outputs": ["{options.outputFile}"] | 
|  | 71 | + }, | 
|  | 72 | + "test": { | 
|  | 73 | + "executor": "@nx/jest:jest", | 
|  | 74 | + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], | 
|  | 75 | + "options": { | 
|  | 76 | + "jestConfig": "apps/angular/react-in-angular/jest.config.ts" | 
|  | 77 | + } | 
|  | 78 | + } | 
|  | 79 | + } | 
|  | 80 | +} | 
0 commit comments