115 lines
3.2 KiB
JSON
115 lines
3.2 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"wgenerator": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "less"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:application",
|
|
"options": {
|
|
"browser": "src/main.ts",
|
|
"outputPath": {
|
|
"base": "dist/wgenerator"
|
|
},
|
|
"index": "src/index.html",
|
|
"polyfills": [
|
|
"src/polyfills.ts"
|
|
],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "less",
|
|
"assets": [
|
|
"src/browserconfig.xml",
|
|
"src/android-chrome-192x192.png",
|
|
"src/apple-touch-icon.png",
|
|
"src/apple-touch-icon-precomposed.png",
|
|
"src/safari-pinned-tab.svg",
|
|
"src/favicon.ico",
|
|
"src/favicon-16x16.png",
|
|
"src/favicon-32x32.png",
|
|
"src/mstile-150x150.png",
|
|
"src/assets",
|
|
"src/manifest.webmanifest"
|
|
],
|
|
"styles": [
|
|
"src/custom-theme.scss",
|
|
"src/styles/styles.less",
|
|
"src/styles/shadow.less"
|
|
],
|
|
"scripts": [],
|
|
"allowedCommonJsDependencies": [
|
|
"lodash",
|
|
"docx",
|
|
"qrcode"
|
|
]
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "500kB",
|
|
"maximumError": "10MB"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "4kB",
|
|
"maximumError": "8kB"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular/build:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "wgenerator:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "wgenerator:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"test": {
|
|
"builder": "@angular/build:unit-test",
|
|
"options": {
|
|
"runner": "vitest",
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"setupFiles": [
|
|
"src/test-vitest.ts"
|
|
],
|
|
"runnerConfig": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false
|
|
}
|
|
}
|