mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
228 lines
6.8 KiB
JSON
228 lines
6.8 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"pigallery2": {
|
|
"root": "",
|
|
"sourceRoot": "src/frontend",
|
|
"projectType": "application",
|
|
"schematics": {},
|
|
"prefix": "app",
|
|
"i18n": {
|
|
"sourceLocale": {
|
|
"code": "en",
|
|
"baseHref": ""
|
|
},
|
|
"locales": {
|
|
"cn": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.cn.xlf"
|
|
},
|
|
"de": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.de.xlf"
|
|
},
|
|
"es": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.es.xlf"
|
|
},
|
|
"fr": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.fr.xlf"
|
|
},
|
|
"hu": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.hu.xlf"
|
|
},
|
|
"id": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.id.xlf"
|
|
},
|
|
"it": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.it.xlf"
|
|
},
|
|
"ro": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.ro.xlf"
|
|
},
|
|
"ru": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.ru.xlf"
|
|
},
|
|
"sv": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.sv.xlf"
|
|
},
|
|
"pl": {
|
|
"baseHref": "",
|
|
"translation": "src/frontend/translate/messages.pl.xlf"
|
|
}
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"localize": true,
|
|
"aot": true,
|
|
"crossOrigin": "anonymous",
|
|
"outputPath": "dist",
|
|
"index": "src/frontend/index.html",
|
|
"progress": true,
|
|
"main": "src/frontend/main.ts",
|
|
"tsConfig": "src/frontend/tsconfig.app.json",
|
|
"polyfills": "src/frontend/polyfills.ts",
|
|
"assets": [
|
|
"src/frontend/assets",
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/leaflet/dist/images/",
|
|
"output": "./assets/"
|
|
}
|
|
],
|
|
"styles": [
|
|
"bootstrap/dist/css/bootstrap.css",
|
|
"ngx-bootstrap/datepicker/bs-datepicker.css",
|
|
"open-iconic/font/css/open-iconic-bootstrap.css",
|
|
"ngx-toastr/toastr.css",
|
|
"leaflet/dist/leaflet.css",
|
|
"leaflet.markercluster/dist/MarkerCluster.css",
|
|
"leaflet.markercluster/dist/MarkerCluster.Default.css",
|
|
"src/frontend/styles.css"
|
|
],
|
|
"scripts": [
|
|
"node_modules/marked/marked.min.js"
|
|
],
|
|
"i18nMissingTranslation": "warning"
|
|
},
|
|
"configurations": {
|
|
"dev": {
|
|
"outputPath": "dist/en",
|
|
"localize": false,
|
|
"watch": true
|
|
},
|
|
"production": {
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/frontend/environments/environment.ts",
|
|
"with": "src/frontend/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "pigallery2:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "pigallery2:build:production"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "pigallery2:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "src/frontend/test.ts",
|
|
"karmaConfig": "./karma.conf.js",
|
|
"polyfills": "src/frontend/polyfills.ts",
|
|
"tsConfig": "src/frontend/tsconfig.spec.json",
|
|
"scripts": [],
|
|
"styles": [
|
|
"bootstrap/dist/css/bootstrap.min.css",
|
|
"ngx-toastr/toastr.css",
|
|
"bootstrap/dist/css/bootstrap.css",
|
|
"open-iconic/font/css/open-iconic-bootstrap.css",
|
|
"ngx-bootstrap/datepicker/bs-datepicker.css",
|
|
"leaflet/dist/leaflet.css",
|
|
"leaflet.markercluster/dist/MarkerCluster.css",
|
|
"leaflet.markercluster/dist/MarkerCluster.Default.css",
|
|
"src/frontend/styles.css"
|
|
],
|
|
"assets": [
|
|
"src/frontend/assets",
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/leaflet/dist/images/",
|
|
"output": "./assets/"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-devkit/build-angular:tslint",
|
|
"options": {
|
|
"tsConfig": [
|
|
"src/tsconfig.app.json",
|
|
"src/tsconfig.spec.json"
|
|
],
|
|
"exclude": []
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"pigallery2-e2e": {
|
|
"root": "",
|
|
"sourceRoot": "",
|
|
"projectType": "application",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "./protractor.conf.js",
|
|
"devServerTarget": "pigallery2:serve"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-devkit/build-angular:tslint",
|
|
"options": {
|
|
"tsConfig": [
|
|
"test/e2e/tsconfig.e2e.json"
|
|
],
|
|
"exclude": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "pigallery2",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"prefix": "app",
|
|
"styleext": "css"
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"prefix": "app"
|
|
}
|
|
}
|
|
}
|