Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 1 | { |
| 2 | "project": { |
| 3 | "name": "SDC APP", |
| 4 | "ejected": true |
| 5 | }, |
| 6 | "apps": [ |
| 7 | { |
| 8 | "root": "src", |
| 9 | "outDir": "dist", |
| 10 | "assets": [ |
| 11 | "assets/styles/fonts", |
| 12 | "assets/styles/images", |
| 13 | "assets/styles/app.css" |
| 14 | ], |
| 15 | "index": "index.html", |
| 16 | "main": "main.ts", |
| 17 | "polyfills": "polyfills.ts", |
| 18 | "tsconfig": "tsconfig.json", |
| 19 | "testTsconfig": "tsconfig.json", |
| 20 | "prefix": "app", |
| 21 | "styles": [ |
| 22 | "styles.css" |
| 23 | ], |
| 24 | "scripts": [ |
| 25 | "../node_modules/angular/angular.min.js", |
| 26 | "../node_modules/angular-ui-router/release/angular-ui-router.min.js", |
| 27 | "../node_modules/restangular/dist/restangular.min.js", |
| 28 | "../node_modules/angular-filter/dist/angular-filter.min.js", |
| 29 | "../node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js", |
| 30 | "../node_modules/angular-bootstrap/ui-bootstrap.min.js", |
| 31 | "../node_modules/angular-resource/angular-resource.min.js", |
| 32 | "../node_modules/angular-base64/angular-base64.min.js", |
| 33 | "../node_modules/angular-uuid4/angular-uuid4.min.js" |
| 34 | ], |
| 35 | "environmentSource": "environments/environment.ts", |
| 36 | "environments": { |
| 37 | "dev": "environments/environment.ts", |
| 38 | "prod": "environments/environment.prod.ts" |
| 39 | } |
| 40 | } |
| 41 | ], |
| 42 | "defaults": { |
| 43 | "styleExt": "css", |
| 44 | "class": { |
| 45 | "spec": false |
| 46 | }, |
| 47 | "component": { |
| 48 | "spec": true, |
| 49 | "inlineStyle": false, |
| 50 | "inlineTemplate": false |
| 51 | } |
eschcam | d383c7e | 2023-02-09 12:23:23 +0000 | [diff] [blame] | 52 | }, |
| 53 | "lint": [ |
| 54 | { |
| 55 | "files": "src/**/*.ts", |
| 56 | "project": "src/tsconfig.json" |
| 57 | }, |
| 58 | { |
| 59 | "files": "e2e/**/*.ts", |
| 60 | "project": "e2e/tsconfig.json" |
| 61 | } |
| 62 | ] |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 63 | } |