| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "unified-wallet-app": { |
| "projectType": "application", |
| "schematics": { |
| "@ionic/angular-toolkit:component": { |
| "styleext": "scss" |
| }, |
| "@ionic/angular-toolkit:page": { |
| "styleext": "scss" |
| } |
| }, |
| "root": "", |
| "sourceRoot": "src", |
| "prefix": "app", |
| "architect": { |
| "build": { |
| "builder": "@angular-devkit/build-angular:browser", |
| "options": { |
| "outputPath": "dist/unified-wallet-app", |
| "index": "src/index.html", |
| "main": "src/main.ts", |
| "polyfills": [ |
| "zone.js" |
| ], |
| "tsConfig": "tsconfig.app.json", |
| "inlineStyleLanguage": "scss", |
| "assets": [ |
| { |
| "glob": "**/*", |
| "input": "src/assets", |
| "output": "assets" |
| }, |
| { |
| "glob": "**/*.svg", |
| "input": "node_modules/ionicons/dist/ionicons/svg", |
| "output": "./svg" |
| } |
| ], |
| "styles": [ |
| "src/theme/variables.scss", |
| "src/global.scss" |
| ], |
| "scripts": [] |
| }, |
| "configurations": { |
| "production": { |
| "budgets": [ |
| { |
| "type": "initial", |
| "maximumWarning": "2mb", |
| "maximumError": "5mb" |
| }, |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "2kb", |
| "maximumError": "4kb" |
| } |
| ], |
| "outputHashing": "all" |
| }, |
| "development": { |
| "buildOptimizer": false, |
| "optimization": false, |
| "vendorChunk": true, |
| "extractLicenses": false, |
| "sourceMap": true, |
| "namedChunks": true |
| } |
| }, |
| "defaultConfiguration": "production" |
| }, |
| "serve": { |
| "builder": "@angular-devkit/build-angular:dev-server", |
| "configurations": { |
| "production": { |
| "buildTarget": "unified-wallet-app:build:production" |
| }, |
| "development": { |
| "buildTarget": "unified-wallet-app:build:development" |
| } |
| }, |
| "defaultConfiguration": "development" |
| }, |
| "extract-i18n": { |
| "builder": "@angular-devkit/build-angular:extract-i18n", |
| "options": { |
| "buildTarget": "unified-wallet-app:build" |
| } |
| }, |
| "test": { |
| "builder": "@angular-devkit/build-angular:karma", |
| "options": { |
| "polyfills": [ |
| "zone.js", |
| "zone.js/testing" |
| ], |
| "tsConfig": "tsconfig.spec.json", |
| "inlineStyleLanguage": "scss", |
| "assets": [ |
| { |
| "glob": "**/*", |
| "input": "src/assets", |
| "output": "assets" |
| }, |
| { |
| "glob": "**/*.svg", |
| "input": "node_modules/ionicons/dist/ionicons/svg", |
| "output": "./svg" |
| } |
| ], |
| "styles": [ |
| "src/theme/variables.scss", |
| "src/global.scss" |
| ], |
| "scripts": [] |
| } |
| }, |
| "lint": { |
| "builder": "@angular-eslint/builder:lint", |
| "options": { |
| "lintFilePatterns": [ |
| "src/**/*.ts", |
| "src/**/*.html" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "cli": { |
| "schematicCollections": [ |
| "@ionic/angular-toolkit" |
| ] |
| }, |
| "schematics": { |
| "@ionic/angular-toolkit:component": { |
| "styleext": "scss" |
| }, |
| "@ionic/angular-toolkit:page": { |
| "styleext": "scss" |
| } |
| } |
| } |
|
|