generated from nhcarrigan/template
101 lines
2.9 KiB
JSON
101 lines
2.9 KiB
JSON
|
{
|
||
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||
|
"version": 1,
|
||
|
"newProjectRoot": "projects",
|
||
|
"projects": {
|
||
|
"nhcarrigan": {
|
||
|
"projectType": "application",
|
||
|
"schematics": {},
|
||
|
"root": "",
|
||
|
"sourceRoot": "src",
|
||
|
"prefix": "app",
|
||
|
"architect": {
|
||
|
"build": {
|
||
|
"builder": "@angular-devkit/build-angular:browser-esbuild",
|
||
|
"options": {
|
||
|
"outputPath": "dist/nhcarrigan",
|
||
|
"index": "src/index.html",
|
||
|
"main": "src/main.ts",
|
||
|
"polyfills": ["zone.js"],
|
||
|
"tsConfig": "tsconfig.app.json",
|
||
|
"assets": ["src/favicon.ico", "src/assets"],
|
||
|
"styles": ["src/styles.css"],
|
||
|
"scripts": []
|
||
|
},
|
||
|
"configurations": {
|
||
|
"production": {
|
||
|
"budgets": [
|
||
|
{
|
||
|
"type": "initial",
|
||
|
"maximumWarning": "500kb",
|
||
|
"maximumError": "1mb"
|
||
|
},
|
||
|
{
|
||
|
"type": "anyComponentStyle",
|
||
|
"maximumWarning": "2kb",
|
||
|
"maximumError": "4kb"
|
||
|
}
|
||
|
],
|
||
|
"outputHashing": "all"
|
||
|
},
|
||
|
"development": {
|
||
|
"optimization": false,
|
||
|
"extractLicenses": false,
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
},
|
||
|
"defaultConfiguration": "production"
|
||
|
},
|
||
|
"serve": {
|
||
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||
|
"configurations": {
|
||
|
"production": {
|
||
|
"buildTarget": "nhcarrigan:build:production"
|
||
|
},
|
||
|
"development": {
|
||
|
"buildTarget": "nhcarrigan:build:development"
|
||
|
}
|
||
|
},
|
||
|
"defaultConfiguration": "development"
|
||
|
},
|
||
|
"extract-i18n": {
|
||
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||
|
"options": {
|
||
|
"buildTarget": "nhcarrigan: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",
|
||
|
"assets": ["src/favicon.ico", "src/assets"],
|
||
|
"styles": ["src/styles.css"],
|
||
|
"scripts": []
|
||
|
}
|
||
|
},
|
||
|
"deploy": {
|
||
|
"builder": "angular-cli-ghpages:deploy",
|
||
|
"options": {
|
||
|
"baseHref": "https://nhcarrigan.com",
|
||
|
"cname": "nhcarrigan.com",
|
||
|
"name": "Naomi Carrigan",
|
||
|
"email": "nhcarrigan@gmail.com"
|
||
|
}
|
||
|
},
|
||
|
"lint": {
|
||
|
"builder": "@angular-eslint/builder:lint",
|
||
|
"options": {
|
||
|
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"cli": {
|
||
|
"analytics": "7b13e4ca-046c-4eec-a791-b4c316f294e5"
|
||
|
}
|
||
|
}
|