136 lines
4.0 KiB
JSON
136 lines
4.0 KiB
JSON
|
{
|
||
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||
|
"version": 1,
|
||
|
"cli": {
|
||
|
"defaultCollection": "@angular-eslint/schematics"
|
||
|
},
|
||
|
"newProjectRoot": "projects",
|
||
|
"projects": {
|
||
|
"fuse": {
|
||
|
"projectType": "application",
|
||
|
"schematics": {
|
||
|
"@schematics/angular:component": {
|
||
|
"style": "scss"
|
||
|
}
|
||
|
},
|
||
|
"root": "",
|
||
|
"sourceRoot": "src",
|
||
|
"prefix": "app",
|
||
|
"architect": {
|
||
|
"build": {
|
||
|
"builder": "@angular-devkit/build-angular:browser",
|
||
|
"options": {
|
||
|
"outputPath": "dist/fuse",
|
||
|
"index": "src/index.html",
|
||
|
"main": "src/main.ts",
|
||
|
"polyfills": "src/polyfills.ts",
|
||
|
"tsConfig": "tsconfig.app.json",
|
||
|
"inlineStyleLanguage": "scss",
|
||
|
"allowedCommonJsDependencies": [
|
||
|
"apexcharts",
|
||
|
"highlight.js",
|
||
|
"crypto-js"
|
||
|
],
|
||
|
"assets": [
|
||
|
"src/favicon-16x16.png",
|
||
|
"src/favicon-32x32.png",
|
||
|
"src/assets",
|
||
|
{
|
||
|
"glob": "_redirects",
|
||
|
"input": "src",
|
||
|
"output": "/"
|
||
|
}
|
||
|
],
|
||
|
"stylePreprocessorOptions": {
|
||
|
"includePaths": ["src/@fuse/styles"]
|
||
|
},
|
||
|
"styles": [
|
||
|
"src/@fuse/styles/tailwind.scss",
|
||
|
"src/@fuse/styles/themes.scss",
|
||
|
"src/styles/vendors.scss",
|
||
|
"src/@fuse/styles/main.scss",
|
||
|
"src/styles/styles.scss",
|
||
|
"src/styles/tailwind.scss"
|
||
|
],
|
||
|
"scripts": []
|
||
|
},
|
||
|
"configurations": {
|
||
|
"production": {
|
||
|
"budgets": [
|
||
|
{
|
||
|
"type": "initial",
|
||
|
"maximumWarning": "3mb",
|
||
|
"maximumError": "5mb"
|
||
|
},
|
||
|
{
|
||
|
"type": "anyComponentStyle",
|
||
|
"maximumWarning": "75kb",
|
||
|
"maximumError": "90kb"
|
||
|
}
|
||
|
],
|
||
|
"fileReplacements": [
|
||
|
{
|
||
|
"replace": "src/environments/environment.ts",
|
||
|
"with": "src/environments/environment.prod.ts"
|
||
|
}
|
||
|
],
|
||
|
"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": {
|
||
|
"browserTarget": "fuse:build:production"
|
||
|
},
|
||
|
"development": {
|
||
|
"browserTarget": "fuse:build:development"
|
||
|
}
|
||
|
},
|
||
|
"defaultConfiguration": "development"
|
||
|
},
|
||
|
"extract-i18n": {
|
||
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||
|
"options": {
|
||
|
"browserTarget": "fuse:build"
|
||
|
}
|
||
|
},
|
||
|
"test": {
|
||
|
"builder": "@angular-devkit/build-angular:karma",
|
||
|
"options": {
|
||
|
"main": "src/test.ts",
|
||
|
"polyfills": "src/polyfills.ts",
|
||
|
"tsConfig": "tsconfig.spec.json",
|
||
|
"karmaConfig": "karma.conf.js",
|
||
|
"inlineStyleLanguage": "scss",
|
||
|
"assets": [
|
||
|
"src/favicon-16x16.png",
|
||
|
"src/favicon-32x32.png",
|
||
|
"src/assets"
|
||
|
],
|
||
|
"styles": ["src/styles/styles.scss"],
|
||
|
"scripts": []
|
||
|
}
|
||
|
},
|
||
|
"lint": {
|
||
|
"builder": "@angular-eslint/builder:lint",
|
||
|
"options": {
|
||
|
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"defaultProject": "fuse"
|
||
|
}
|