|
@@ -3,9 +3,13 @@
|
|
"version": 1,
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"projects": {
|
|
- "app": {
|
|
|
|
|
|
+ "app-angular": {
|
|
"projectType": "application",
|
|
"projectType": "application",
|
|
- "schematics": {},
|
|
|
|
|
|
+ "schematics": {
|
|
|
|
+ "@schematics/angular:component": {
|
|
|
|
+ "style": "scss"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"root": "",
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"prefix": "app",
|
|
@@ -16,14 +20,18 @@
|
|
"outputPath": "www",
|
|
"outputPath": "www",
|
|
"index": "src/index.html",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"main": "src/main.ts",
|
|
- "polyfills": "src/polyfills.ts",
|
|
|
|
|
|
+ "polyfills": [
|
|
|
|
+ "zone.js"
|
|
|
|
+ ],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
"assets": [
|
|
|
|
+ "src/favicon.ico",
|
|
|
|
+ "src/assets",
|
|
{
|
|
{
|
|
- "glob": "**/*",
|
|
|
|
- "input": "src/assets",
|
|
|
|
- "output": "assets"
|
|
|
|
|
|
+ "glob": "**/*.svg",
|
|
|
|
+ "input": "node_modules/ionicons/dist/ionicons/svg",
|
|
|
|
+ "output": "./svg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"glob": "**/*.svg",
|
|
"glob": "**/*.svg",
|
|
@@ -31,7 +39,75 @@
|
|
"output": "./svg"
|
|
"output": "./svg"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "styles": ["src/global.scss", "src/theme/variables.scss"],
|
|
|
|
|
|
+ "styles": [
|
|
|
|
+ "src/styles.scss",
|
|
|
|
+ {
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "input": "src/theme/variables.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"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "input": "src/theme/variables.css"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"scripts": []
|
|
"scripts": []
|
|
},
|
|
},
|
|
"configurations": {
|
|
"configurations": {
|
|
@@ -39,8 +115,8 @@
|
|
"budgets": [
|
|
"budgets": [
|
|
{
|
|
{
|
|
"type": "initial",
|
|
"type": "initial",
|
|
- "maximumWarning": "2mb",
|
|
|
|
- "maximumError": "5mb"
|
|
|
|
|
|
+ "maximumWarning": "900kb",
|
|
|
|
+ "maximumError": "1mb"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"type": "anyComponentStyle",
|
|
@@ -48,12 +124,6 @@
|
|
"maximumError": "4kb"
|
|
"maximumError": "4kb"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "fileReplacements": [
|
|
|
|
- {
|
|
|
|
- "replace": "src/environments/environment.ts",
|
|
|
|
- "with": "src/environments/environment.prod.ts"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
"outputHashing": "all"
|
|
"outputHashing": "all"
|
|
},
|
|
},
|
|
"development": {
|
|
"development": {
|
|
@@ -63,9 +133,6 @@
|
|
"extractLicenses": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"sourceMap": true,
|
|
"namedChunks": true
|
|
"namedChunks": true
|
|
- },
|
|
|
|
- "ci": {
|
|
|
|
- "progress": false
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"defaultConfiguration": "production"
|
|
"defaultConfiguration": "production"
|
|
@@ -74,13 +141,10 @@
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"configurations": {
|
|
"production": {
|
|
"production": {
|
|
- "buildTarget": "app:build:production"
|
|
|
|
|
|
+ "browserTarget": "app-angular:build:production"
|
|
},
|
|
},
|
|
"development": {
|
|
"development": {
|
|
- "buildTarget": "app:build:development"
|
|
|
|
- },
|
|
|
|
- "ci": {
|
|
|
|
- "progress": false
|
|
|
|
|
|
+ "browserTarget": "app-angular:build:development"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"defaultConfiguration": "development"
|
|
"defaultConfiguration": "development"
|
|
@@ -88,22 +152,25 @@
|
|
"extract-i18n": {
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"options": {
|
|
- "buildTarget": "app:build"
|
|
|
|
|
|
+ "browserTarget": "app-angular:build"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"test": {
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"options": {
|
|
- "main": "src/test.ts",
|
|
|
|
- "polyfills": "src/polyfills.ts",
|
|
|
|
|
|
+ "polyfills": [
|
|
|
|
+ "zone.js",
|
|
|
|
+ "zone.js/testing"
|
|
|
|
+ ],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"tsConfig": "tsconfig.spec.json",
|
|
- "karmaConfig": "karma.conf.js",
|
|
|
|
"inlineStyleLanguage": "scss",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
"assets": [
|
|
|
|
+ "src/favicon.ico",
|
|
|
|
+ "src/assets",
|
|
{
|
|
{
|
|
- "glob": "**/*",
|
|
|
|
- "input": "src/assets",
|
|
|
|
- "output": "assets"
|
|
|
|
|
|
+ "glob": "**/*.svg",
|
|
|
|
+ "input": "node_modules/ionicons/dist/ionicons/svg",
|
|
|
|
+ "output": "./svg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"glob": "**/*.svg",
|
|
"glob": "**/*.svg",
|
|
@@ -111,39 +178,40 @@
|
|
"output": "./svg"
|
|
"output": "./svg"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "styles": ["src/global.scss", "src/theme/variables.scss"],
|
|
|
|
|
|
+ "styles": [
|
|
|
|
+ "src/styles.scss"
|
|
|
|
+ ],
|
|
"scripts": []
|
|
"scripts": []
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "ionic-cordova-serve": {
|
|
|
|
+ "builder": "@ionic/angular-toolkit:cordova-serve",
|
|
|
|
+ "options": {
|
|
|
|
+ "cordovaBuildTarget": "app-angular:ionic-cordova-build",
|
|
|
|
+ "devServerTarget": "app-angular:serve"
|
|
},
|
|
},
|
|
"configurations": {
|
|
"configurations": {
|
|
- "ci": {
|
|
|
|
- "progress": false,
|
|
|
|
- "watch": false
|
|
|
|
|
|
+ "production": {
|
|
|
|
+ "cordovaBuildTarget": "app-angular:ionic-cordova-build:production",
|
|
|
|
+ "devServerTarget": "app-angular:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "lint": {
|
|
|
|
- "builder": "@angular-eslint/builder:lint",
|
|
|
|
|
|
+ "ionic-cordova-build": {
|
|
|
|
+ "builder": "@ionic/angular-toolkit:cordova-build",
|
|
"options": {
|
|
"options": {
|
|
- "lintFilePatterns": [
|
|
|
|
- "src/**/*.ts",
|
|
|
|
- "src/**/*.html"
|
|
|
|
- ]
|
|
|
|
|
|
+ "browserTarget": "app-angular:build"
|
|
|
|
+ },
|
|
|
|
+ "configurations": {
|
|
|
|
+ "production": {
|
|
|
|
+ "browserTarget": "app-angular:build:production"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"cli": {
|
|
"cli": {
|
|
- "schematicCollections": [
|
|
|
|
- "@ionic/angular-toolkit"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "schematics": {
|
|
|
|
- "@ionic/angular-toolkit:component": {
|
|
|
|
- "styleext": "scss"
|
|
|
|
- },
|
|
|
|
- "@ionic/angular-toolkit:page": {
|
|
|
|
- "styleext": "scss"
|
|
|
|
- }
|
|
|
|
|
|
+ "analytics": "bc2f0891-ea37-49cd-809c-9ae3fc6e37cf"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|