72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||
|
|
"version": 1,
|
||
|
|
"newProjectRoot": "projects",
|
||
|
|
"projects": {
|
||
|
|
"webbpm-frontend": {
|
||
|
|
"root": "",
|
||
|
|
"sourceRoot": "src",
|
||
|
|
"projectType": "application",
|
||
|
|
"architect": {
|
||
|
|
"build": {
|
||
|
|
"builder": "@angular-devkit/build-angular:browser",
|
||
|
|
"options": {
|
||
|
|
"outputPath": "dist",
|
||
|
|
"index": "src/index.html",
|
||
|
|
"main": "src/ts/main.ts",
|
||
|
|
"tsConfig": "src/tsconfig.json",
|
||
|
|
"polyfills": "src/ts/polyfills.ts",
|
||
|
|
"assets": [
|
||
|
|
"src/resources"
|
||
|
|
],
|
||
|
|
"styles": [
|
||
|
|
],
|
||
|
|
"scripts": [
|
||
|
|
"node_modules/jquery/dist/jquery.min.js",
|
||
|
|
"node_modules/moment/min/moment-with-locales.js",
|
||
|
|
"node_modules/moment-timezone/builds/moment-timezone-with-data.min.js",
|
||
|
|
"node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js",
|
||
|
|
"node_modules/selectize/dist/js/standalone/selectize.min.js",
|
||
|
|
"node_modules/downloadjs/download.min.js"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"configurations": {
|
||
|
|
"production": {
|
||
|
|
"optimization": true,
|
||
|
|
"outputHashing": "all",
|
||
|
|
"sourceMap": false,
|
||
|
|
"extractCss": true,
|
||
|
|
"namedChunks": false,
|
||
|
|
"aot": true,
|
||
|
|
"extractLicenses": true,
|
||
|
|
"vendorChunk": false,
|
||
|
|
"buildOptimizer": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"serve": {
|
||
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||
|
|
"options": {
|
||
|
|
"browserTarget": "webbpm-frontend:build"
|
||
|
|
},
|
||
|
|
"configurations": {}
|
||
|
|
},
|
||
|
|
"extract-i18n": {
|
||
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||
|
|
"options": {
|
||
|
|
"browserTarget": "webbpm-frontend:build"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"lint": {
|
||
|
|
"builder": "@angular-devkit/build-angular:tslint",
|
||
|
|
"options": {
|
||
|
|
"tsConfig": [],
|
||
|
|
"exclude": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"defaultProject": "webbpm-frontend"
|
||
|
|
}
|