| 
1 | 1 | {  | 
2 |  | - "name": "pipe-easy",  | 
3 |  | - "$schema": "../../node_modules/nx/schemas/project-schema.json",  | 
 | 2 | + "name": "angular-pipe-easy",  | 
 | 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json",  | 
4 | 4 |  "projectType": "application",  | 
5 |  | - "sourceRoot": "apps/pipe-easy/src",  | 
 | 5 | + "sourceRoot": "apps/angular/pipe-easy/src",  | 
6 | 6 |  "prefix": "app",  | 
7 | 7 |  "targets": {  | 
8 | 8 |  "build": {  | 
9 | 9 |  "executor": "@angular-devkit/build-angular:browser",  | 
10 | 10 |  "outputs": ["{options.outputPath}"],  | 
11 | 11 |  "options": {  | 
12 |  | - "outputPath": "dist/apps/pipe-easy",  | 
13 |  | - "index": "apps/pipe-easy/src/index.html",  | 
14 |  | - "main": "apps/pipe-easy/src/main.ts",  | 
15 |  | - "polyfills": "apps/pipe-easy/src/polyfills.ts",  | 
16 |  | - "tsConfig": "apps/pipe-easy/tsconfig.app.json",  | 
 | 12 | + "outputPath": "dist/apps/angular/pipe-easy",  | 
 | 13 | + "index": "apps/angular/pipe-easy/src/index.html",  | 
 | 14 | + "main": "apps/angular/pipe-easy/src/main.ts",  | 
 | 15 | + "polyfills": "apps/angular/pipe-easy/src/polyfills.ts",  | 
 | 16 | + "tsConfig": "apps/angular/pipe-easy/tsconfig.app.json",  | 
17 | 17 |  "inlineStyleLanguage": "scss",  | 
18 | 18 |  "assets": [  | 
19 |  | - "apps/pipe-easy/src/favicon.ico",  | 
20 |  | - "apps/pipe-easy/src/assets"  | 
 | 19 | + "apps/angular/pipe-easy/src/favicon.ico",  | 
 | 20 | + "apps/angular/pipe-easy/src/assets"  | 
21 | 21 |  ],  | 
22 |  | - "styles": ["apps/pipe-easy/src/styles.scss"],  | 
 | 22 | + "styles": ["apps/angular/pipe-easy/src/styles.scss"],  | 
23 | 23 |  "scripts": []  | 
24 | 24 |  },  | 
25 | 25 |  "configurations": {  | 
 | 
38 | 38 |  ],  | 
39 | 39 |  "fileReplacements": [  | 
40 | 40 |  {  | 
41 |  | - "replace": "apps/pipe-easy/src/environments/environment.ts",  | 
42 |  | - "with": "apps/pipe-easy/src/environments/environment.prod.ts"  | 
 | 41 | + "replace": "apps/angular/pipe-easy/src/environments/environment.ts",  | 
 | 42 | + "with": "apps/angular/pipe-easy/src/environments/environment.prod.ts"  | 
43 | 43 |  }  | 
44 | 44 |  ],  | 
45 | 45 |  "outputHashing": "all"  | 
 | 
59 | 59 |  "executor": "@angular-devkit/build-angular:dev-server",  | 
60 | 60 |  "configurations": {  | 
61 | 61 |  "production": {  | 
62 |  | - "browserTarget": "pipe-easy:build:production"  | 
 | 62 | + "browserTarget": "angular-pipe-easy:build:production"  | 
63 | 63 |  },  | 
64 | 64 |  "development": {  | 
65 |  | - "browserTarget": "pipe-easy:build:development"  | 
 | 65 | + "browserTarget": "angular-pipe-easy:build:development"  | 
66 | 66 |  }  | 
67 | 67 |  },  | 
68 | 68 |  "defaultConfiguration": "development"  | 
69 | 69 |  },  | 
70 | 70 |  "extract-i18n": {  | 
71 | 71 |  "executor": "@angular-devkit/build-angular:extract-i18n",  | 
72 | 72 |  "options": {  | 
73 |  | - "browserTarget": "pipe-easy:build"  | 
 | 73 | + "browserTarget": "angular-pipe-easy:build"  | 
74 | 74 |  }  | 
75 | 75 |  },  | 
76 | 76 |  "lint": {  | 
77 | 77 |  "executor": "@nx/linter:eslint",  | 
78 | 78 |  "options": {  | 
79 | 79 |  "lintFilePatterns": [  | 
80 |  | - "apps/pipe-easy/**/*.ts",  | 
81 |  | - "apps/pipe-easy/**/*.html"  | 
 | 80 | + "apps/angular/pipe-easy/**/*.ts",  | 
 | 81 | + "apps/angular/pipe-easy/**/*.html"  | 
82 | 82 |  ]  | 
83 | 83 |  }  | 
84 | 84 |  }  | 
 | 
0 commit comments