123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "$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/build:application",
- "options": {
- "browser": "src/main.ts",
- "polyfills": [
- "zone.js"
- ],
- "tsConfig": "tsconfig.app.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- {
- "glob": "**/*",
- "input": "public"
- }
- ],
- "styles": [
- "src/styles.scss"
- ],
- "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"
- ]
- },
- "configurations": {
- "production": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "10MB",
- "maximumError": "20MB"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "10MB",
- "maximumError": "20MB"
- }
- ],
- "outputHashing": "all",
- "optimization": {
- "fonts": {
- "inline": false
- }
- }
- },
- "development": {
- "optimization": false,
- "extractLicenses": false,
- "sourceMap": true
- }
- },
- "defaultConfiguration": "production"
- },
- "serve": {
- "builder": "@angular/build:dev-server",
- "configurations": {
- "production": {
- "buildTarget": "yss-project:build:production"
- },
- "development": {
- "buildTarget": "yss-project:build:development"
- }
- },
- "defaultConfiguration": "development"
- },
- "extract-i18n": {
- "builder": "@angular/build:extract-i18n"
- },
- "test": {
- "builder": "@angular/build:karma",
- "options": {
- "polyfills": [
- "zone.js",
- "zone.js/testing"
- ],
- "tsConfig": "tsconfig.spec.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- {
- "glob": "**/*",
- "input": "public"
- }
- ],
- "styles": [
- "src/styles.scss"
- ]
- }
- },
- "lint": {
- "builder": "@angular-eslint/builder:lint",
- "options": {
- "lintFilePatterns": [
- "src/**/*.ts",
- "src/**/*.html"
- ]
- }
- }
- }
- }
- },
- "cli": {
- "schematicCollections": [
- "angular-eslint"
- ]
- }
- }
|