| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 | 
							- {
 
-   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
 
-   "version": 1,
 
-   "newProjectRoot": "projects",
 
-   "projects": {
 
-     "yss-project": {
 
-       "projectType": "application",
 
-       "schematics": {
 
-         "@schematics/angular:component": {
 
-           "style": "scss"
 
-         }
 
-       },
 
-       "root": "",
 
-       "sourceRoot": "src",
 
-       "prefix": "app",
 
-       "architect": {
 
-         "build": {
 
-           "builder": "@angular-devkit/build-angular:browser",
 
-           "options": {
 
-             "outputPath": "dist/yss-project",
 
-             "index": "src/index.html",
 
-             "main": "src/main.ts",
 
-             "polyfills": [
 
-               "zone.js"
 
-             ],
 
-             "tsConfig": "tsconfig.app.json",
 
-             "inlineStyleLanguage": "scss",
 
-             "assets": [
 
-               {
 
-                 "glob": "**/*",
 
-                 "input": "public",
 
-                 "output": "/"
 
-               },
 
-               {
 
-                 "glob": "**/*.svg",
 
-                 "input": "node_modules/ionicons/dist/ionicons/svg",
 
-                 "output": "/svg"
 
-               }
 
-             ],
 
-             "styles": [
 
-               "src/styles.scss",
 
-               {
 
-                 "input":"node_modules/@fortawesome/fontawesome-free/css/all.min.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/core.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/normalize.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/structure.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/typography.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/display.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/padding.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/float-elements.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/text-alignment.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/text-transformation.css"
 
-               },
 
-               {
 
-                 "input": "node_modules/@ionic/angular/css/flex-utils.css"
 
-               }
 
-             ],
 
-             "allowedCommonJsDependencies": [
 
-               "microsoft-cognitiveservices-speech-sdk",
 
-               "mathjax-full",
 
-               "recorder-core",
 
-               "dhtmlxscheduler",
 
-               "codemirror",
 
-               "mxgraph",
 
-               "plupload",
 
-               "qrious",
 
-               "wangeditor",
 
-               "echarts",
 
-               "querystring",
 
-               "spark-md5",
 
-               "jquery",
 
-               "markdown-it-abbr",
 
-               "markdown-it-deflist",
 
-               "markdown-it-ins",
 
-               "markdown-it-mark",
 
-               "markdown-it-ruby",
 
-               "markdown-it-sub",
 
-               "markdown-it-footnote",
 
-               "markdown-it-sup",
 
-               "plantuml-encoder",
 
-               "@amap/amap-jsapi-loader",
 
-               "jsqr",
 
-               "dhtmlx-gantt",
 
-               "@ctrl/ngx-codemirror",
 
-               "node_modules/wangeditor/release/wangEditor.js",
 
-               "camelcase",
 
-               "decamelize",
 
-               "p-retry",
 
-               "crypto-js",
 
-               "qiniu-js",
 
-               "semver"
 
-             ]
 
-           },
 
-           "configurations": {
 
-             "production": {
 
-               "budgets": [
 
-                 {
 
-                   "type": "initial",
 
-                   "maximumWarning": "10MB",
 
-                   "maximumError": "20MB"
 
-                 },
 
-                 {
 
-                   "type": "anyComponentStyle",
 
-                   "maximumWarning": "10MB",
 
-                   "maximumError": "20MB"
 
-                 }
 
-               ],
 
-               "outputHashing": "all",
 
-               "namedChunks": true,
 
-               "optimization": {
 
-                 "fonts": {
 
-                   "inline": false
 
-                 }
 
-               }
 
-             },
 
-             "development": {
 
-               "optimization": false,
 
-               "extractLicenses": false,
 
-               "sourceMap": true
 
-             }
 
-           },
 
-           "defaultConfiguration": "production"
 
-         },
 
-         "serve": {
 
-           "builder": "@angular-devkit/build-angular:dev-server",
 
-           "configurations": {
 
-             "production": {
 
-               "buildTarget": "yss-project:build:production"
 
-             },
 
-             "development": {
 
-               "buildTarget": "yss-project:build:development"
 
-             }
 
-           },
 
-           "defaultConfiguration": "development"
 
-         },
 
-         "extract-i18n": {
 
-           "builder": "@angular-devkit/build-angular:extract-i18n"
 
-         },
 
-         "test": {
 
-           "builder": "@angular-devkit/build-angular:karma",
 
-           "options": {
 
-             "polyfills": [
 
-               "zone.js",
 
-               "zone.js/testing"
 
-             ],
 
-             "tsConfig": "tsconfig.spec.json",
 
-             "inlineStyleLanguage": "scss",
 
-             "assets": [
 
-               {
 
-                 "glob": "**/*",
 
-                 "input": "public",
 
-                 "output": "/"
 
-               }
 
-             ],
 
-             "styles": [
 
-               "src/styles.scss"
 
-             ]
 
-           }
 
-         },
 
-         "lint": {
 
-           "builder": "@angular-eslint/builder:lint",
 
-           "options": {
 
-             "lintFilePatterns": [
 
-               "src/**/*.ts",
 
-               "src/**/*.html"
 
-             ]
 
-           }
 
-         }
 
-       }
 
-     }
 
-   },
 
-   "cli": {
 
-     "schematicCollections": [
 
-       "angular-eslint"
 
-     ]
 
-   }
 
- }
 
 
  |