mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2026-07-28 07:01:04 -04:00
138 lines
3.9 KiB
JSON
138 lines
3.9 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"bitmagnet": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
"options": {
|
|
"outputPath": "dist/bitmagnet",
|
|
"index": "src/index.html",
|
|
"browser": "src/main.ts",
|
|
"polyfills": ["zone.js"],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
}
|
|
],
|
|
"styles": ["src/styles.scss"],
|
|
"scripts": [],
|
|
"allowedCommonJsDependencies": [
|
|
"ajv-formats",
|
|
"ajv",
|
|
"dayjs",
|
|
"dayjs/plugin/customParseFormat",
|
|
"hammerjs",
|
|
"lodash/cloneDeep",
|
|
"lodash/endsWith",
|
|
"lodash/filter",
|
|
"lodash/find",
|
|
"lodash/fp/set",
|
|
"lodash/fp/unset",
|
|
"lodash/get",
|
|
"lodash/has",
|
|
"lodash/includes",
|
|
"lodash/isArray",
|
|
"lodash/isEmpty",
|
|
"lodash/isEqual",
|
|
"lodash/isFunction",
|
|
"lodash/isUndefined",
|
|
"lodash/keys",
|
|
"lodash/last",
|
|
"lodash/maxBy",
|
|
"lodash/merge",
|
|
"lodash/range",
|
|
"lodash/reduce",
|
|
"lodash/remove",
|
|
"lodash/some",
|
|
"lodash/startCase",
|
|
"lodash/toPairs",
|
|
"picomatch"
|
|
]
|
|
},
|
|
"configurations": {
|
|
"embedded": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.embedded.ts"
|
|
}
|
|
],
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "4mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "20kb",
|
|
"maximumError": "40kb"
|
|
}
|
|
],
|
|
"outputHashing": "all",
|
|
"baseHref": "/webui/"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"baseHref": "/webui/"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "bitmagnet:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "bitmagnet:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"polyfills": ["zone.js", "zone.js/testing"],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
}
|
|
],
|
|
"styles": ["src/styles.scss"],
|
|
"scripts": [],
|
|
"karmaConfig": "karma.conf.js"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false
|
|
}
|
|
}
|