mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00

tasks spec settings spec manage spec document-detail spec global permissions spec documents-list & dashboard specs tasks network requests settings network requests permissions network requests manage network request bulk-edit network requests Fix specs try to get playwright working on ci rename some specs reconfigure playwright config increase webserver timeout for ci fix report path
178 lines
5.4 KiB
JSON
178 lines
5.4 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"paperless-ui": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"i18n": {
|
|
"sourceLocale": "en-US",
|
|
"locales": {
|
|
"ar-AR": "src/locale/messages.ar_AR.xlf",
|
|
"be-BY": "src/locale/messages.be_BY.xlf",
|
|
"ca-ES": "src/locale/messages.ca_ES.xlf",
|
|
"cs-CZ": "src/locale/messages.cs_CZ.xlf",
|
|
"da-DK": "src/locale/messages.da_DK.xlf",
|
|
"de-DE": "src/locale/messages.de_DE.xlf",
|
|
"en-GB": "src/locale/messages.en_GB.xlf",
|
|
"es-ES": "src/locale/messages.es_ES.xlf",
|
|
"fi-FI": "src/locale/messages.fi_FI.xlf",
|
|
"fr-FR": "src/locale/messages.fr_FR.xlf",
|
|
"it-IT": "src/locale/messages.it_IT.xlf",
|
|
"lb-LU": "src/locale/messages.lb_LU.xlf",
|
|
"nl-NL": "src/locale/messages.nl_NL.xlf",
|
|
"pl-PL": "src/locale/messages.pl_PL.xlf",
|
|
"pt-BR": "src/locale/messages.pt_BR.xlf",
|
|
"pt-PT": "src/locale/messages.pt_PT.xlf",
|
|
"ro-RO": "src/locale/messages.ro_RO.xlf",
|
|
"ru-RU": "src/locale/messages.ru_RU.xlf",
|
|
"sl-SI": "src/locale/messages.sl_SI.xlf",
|
|
"sr-CS": "src/locale/messages.sr_CS.xlf",
|
|
"sv-SE": "src/locale/messages.sv_SE.xlf",
|
|
"tr-TR": "src/locale/messages.tr_TR.xlf",
|
|
"zh-CN": "src/locale/messages.zh_CN.xlf"
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/paperless-ui",
|
|
"outputHashing": "none",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"polyfills": "src/polyfills.ts",
|
|
"tsConfig": "tsconfig.app.json",
|
|
"localize": true,
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/apple-touch-icon.png",
|
|
"src/assets",
|
|
"src/manifest.webmanifest",
|
|
{
|
|
"glob": "pdf.worker.min.js",
|
|
"input": "node_modules/pdfjs-dist/build/",
|
|
"output": "/assets/js/"
|
|
}
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": [],
|
|
"allowedCommonJsDependencies": [
|
|
"ng2-pdf-viewer"
|
|
],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"outputPath": "../src/documents/static/frontend/",
|
|
"optimization": true,
|
|
"outputHashing": "none",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
]
|
|
},
|
|
"en-US": {
|
|
"localize": [
|
|
"en-US"
|
|
]
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "paperless-ui:build:en-US"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "paperless-ui:build:production"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "paperless-ui:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-builders/jest:run",
|
|
"options": {
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/apple-touch-icon.png",
|
|
"src/assets",
|
|
"src/manifest.webmanifest"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"src/**/*.ts",
|
|
"src/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "paperless-ui",
|
|
"cli": {
|
|
"schematicCollections": [
|
|
"@angular-eslint/schematics"
|
|
],
|
|
"analytics": false
|
|
},
|
|
"schematics": {
|
|
"@angular-eslint/schematics:application": {
|
|
"setParserOptionsProject": true
|
|
},
|
|
"@angular-eslint/schematics:library": {
|
|
"setParserOptionsProject": true
|
|
}
|
|
}
|
|
}
|