|
@ -2,13 +2,59 @@ |
|
|
"name": "client", |
|
|
"name": "client", |
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
"projectType": "application", |
|
|
"projectType": "application", |
|
|
|
|
|
"sourceRoot": "apps/client/src", |
|
|
|
|
|
"prefix": "gf", |
|
|
|
|
|
"i18n": { |
|
|
|
|
|
"locales": { |
|
|
|
|
|
"ca": { |
|
|
|
|
|
"baseHref": "/ca/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.ca.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"de": { |
|
|
|
|
|
"baseHref": "/de/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.de.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"es": { |
|
|
|
|
|
"baseHref": "/es/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.es.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"fr": { |
|
|
|
|
|
"baseHref": "/fr/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.fr.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"it": { |
|
|
|
|
|
"baseHref": "/it/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.it.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"nl": { |
|
|
|
|
|
"baseHref": "/nl/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.nl.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"pl": { |
|
|
|
|
|
"baseHref": "/pl/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.pl.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"pt": { |
|
|
|
|
|
"baseHref": "/pt/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.pt.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"tr": { |
|
|
|
|
|
"baseHref": "/tr/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.tr.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"zh": { |
|
|
|
|
|
"baseHref": "/zh/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.zh.xlf" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"sourceLocale": "en" |
|
|
|
|
|
}, |
|
|
|
|
|
"tags": [], |
|
|
"generators": { |
|
|
"generators": { |
|
|
"@schematics/angular:component": { |
|
|
"@schematics/angular:component": { |
|
|
"style": "scss" |
|
|
"style": "scss" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"sourceRoot": "apps/client/src", |
|
|
|
|
|
"prefix": "gf", |
|
|
|
|
|
"targets": { |
|
|
"targets": { |
|
|
"build": { |
|
|
"build": { |
|
|
"executor": "@nx/angular:webpack-browser", |
|
|
"executor": "@nx/angular:webpack-browser", |
|
@ -165,7 +211,7 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"serve": { |
|
|
"serve": { |
|
|
"executor": "@nx/angular:webpack-dev-server", |
|
|
"executor": "@nx/angular:dev-server", |
|
|
"options": { |
|
|
"options": { |
|
|
"buildTarget": "client:build", |
|
|
"buildTarget": "client:build", |
|
|
"proxyConfig": "apps/client/proxy.conf.json", |
|
|
"proxyConfig": "apps/client/proxy.conf.json", |
|
@ -175,37 +221,37 @@ |
|
|
}, |
|
|
}, |
|
|
"configurations": { |
|
|
"configurations": { |
|
|
"development-de": { |
|
|
"development-de": { |
|
|
"browserTarget": "client:build:development-de" |
|
|
"buildTarget": "client:build:development-de" |
|
|
}, |
|
|
}, |
|
|
"development-en": { |
|
|
"development-en": { |
|
|
"browserTarget": "client:build:development-en" |
|
|
"buildTarget": "client:build:development-en" |
|
|
}, |
|
|
}, |
|
|
"development-es": { |
|
|
"development-es": { |
|
|
"browserTarget": "client:build:development-es" |
|
|
"buildTarget": "client:build:development-es" |
|
|
}, |
|
|
}, |
|
|
"development-fr": { |
|
|
"development-fr": { |
|
|
"browserTarget": "client:build:development-fr" |
|
|
"buildTarget": "client:build:development-fr" |
|
|
}, |
|
|
}, |
|
|
"development-it": { |
|
|
"development-it": { |
|
|
"browserTarget": "client:build:development-it" |
|
|
"buildTarget": "client:build:development-it" |
|
|
}, |
|
|
}, |
|
|
"development-nl": { |
|
|
"development-nl": { |
|
|
"browserTarget": "client:build:development-nl" |
|
|
"buildTarget": "client:build:development-nl" |
|
|
}, |
|
|
}, |
|
|
"development-pl": { |
|
|
"development-pl": { |
|
|
"browserTarget": "client:build:development-pl" |
|
|
"buildTarget": "client:build:development-pl" |
|
|
}, |
|
|
}, |
|
|
"development-pt": { |
|
|
"development-pt": { |
|
|
"browserTarget": "client:build:development-pt" |
|
|
"buildTarget": "client:build:development-pt" |
|
|
}, |
|
|
}, |
|
|
"development-tr": { |
|
|
"development-tr": { |
|
|
"browserTarget": "client:build:development-tr" |
|
|
"buildTarget": "client:build:development-tr" |
|
|
}, |
|
|
}, |
|
|
"development-zh": { |
|
|
"development-zh": { |
|
|
"buildTarget": "client:build:development-zh" |
|
|
"buildTarget": "client:build:development-zh" |
|
|
}, |
|
|
}, |
|
|
"production": { |
|
|
"production": { |
|
|
"browserTarget": "client:build:production" |
|
|
"buildTarget": "client:build:production" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -242,51 +288,5 @@ |
|
|
}, |
|
|
}, |
|
|
"outputs": ["{workspaceRoot}/coverage/apps/client"] |
|
|
"outputs": ["{workspaceRoot}/coverage/apps/client"] |
|
|
} |
|
|
} |
|
|
}, |
|
|
|
|
|
"i18n": { |
|
|
|
|
|
"locales": { |
|
|
|
|
|
"ca": { |
|
|
|
|
|
"baseHref": "/ca/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.ca.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"de": { |
|
|
|
|
|
"baseHref": "/de/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.de.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"es": { |
|
|
|
|
|
"baseHref": "/es/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.es.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"fr": { |
|
|
|
|
|
"baseHref": "/fr/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.fr.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"it": { |
|
|
|
|
|
"baseHref": "/it/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.it.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"nl": { |
|
|
|
|
|
"baseHref": "/nl/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.nl.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"pl": { |
|
|
|
|
|
"baseHref": "/pl/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.pl.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"pt": { |
|
|
|
|
|
"baseHref": "/pt/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.pt.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"tr": { |
|
|
|
|
|
"baseHref": "/tr/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.tr.xlf" |
|
|
|
|
|
}, |
|
|
|
|
|
"zh": { |
|
|
|
|
|
"baseHref": "/zh/", |
|
|
|
|
|
"translation": "apps/client/src/locales/messages.zh.xlf" |
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
|
|
|
"sourceLocale": "en" |
|
|
|
|
|
}, |
|
|
|
|
|
"tags": [] |
|
|
|
|
|
} |
|
|
} |
|
|