2020-10-16 19:37:34 +02:00
|
|
|
{
|
|
|
|
"version": 1,
|
|
|
|
"projects": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"blueprint-image-function": {
|
|
|
|
"root": "apps/blueprint-image-function",
|
|
|
|
"sourceRoot": "apps/blueprint-image-function/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"prefix": "blueprint-image-function",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/node:build",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/apps/blueprint-image-function",
|
|
|
|
"main": "apps/blueprint-image-function/src/main.ts",
|
|
|
|
"tsConfig": "apps/blueprint-image-function/tsconfig.app.json",
|
2021-12-07 00:51:12 +02:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"input": "apps/blueprints/prisma",
|
|
|
|
"glob": "schema.prisma",
|
|
|
|
"output": "./prisma"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"generatePackageJson": true
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"optimization": true,
|
|
|
|
"extractLicenses": true,
|
|
|
|
"inspect": false,
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "apps/blueprint-image-function/src/environments/environment.ts",
|
|
|
|
"with": "apps/blueprint-image-function/src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"serve": {
|
|
|
|
"builder": "@nrwl/node:execute",
|
|
|
|
"options": {
|
|
|
|
"buildTarget": "blueprint-image-function:build"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
|
|
|
"lintFilePatterns": ["apps/blueprint-image-function/**/*.ts"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "apps/blueprint-image-function/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": []
|
|
|
|
},
|
2020-10-16 19:37:34 +02:00
|
|
|
"blueprints": {
|
|
|
|
"root": "apps/blueprints",
|
|
|
|
"sourceRoot": "apps/blueprints",
|
|
|
|
"projectType": "application",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/next:build",
|
|
|
|
"options": {
|
|
|
|
"root": "apps/blueprints",
|
|
|
|
"outputPath": "dist/apps/blueprints"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"serve": {
|
|
|
|
"builder": "@nrwl/next:server",
|
|
|
|
"options": {
|
|
|
|
"buildTarget": "blueprints:build",
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"buildTarget": "blueprints:build:production",
|
|
|
|
"dev": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"export": {
|
|
|
|
"builder": "@nrwl/next:export",
|
|
|
|
"options": {
|
|
|
|
"buildTarget": "blueprints:build:production"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["apps/blueprints/**/*.{ts,tsx}"]
|
2020-10-16 19:37:34 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "apps/blueprints/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-16 19:37:34 +02:00
|
|
|
},
|
|
|
|
"blueprints-e2e": {
|
|
|
|
"root": "apps/blueprints-e2e",
|
|
|
|
"sourceRoot": "apps/blueprints-e2e/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"architect": {
|
|
|
|
"e2e": {
|
|
|
|
"builder": "@nrwl/cypress:cypress",
|
|
|
|
"options": {
|
|
|
|
"cypressConfig": "apps/blueprints-e2e/cypress.json",
|
|
|
|
"tsConfig": "apps/blueprints-e2e/tsconfig.e2e.json",
|
|
|
|
"devServerTarget": "blueprints:serve"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"devServerTarget": "blueprints:serve:production"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["apps/blueprints-e2e/**/*.{js,ts}"]
|
2020-10-16 19:37:34 +02:00
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": [],
|
|
|
|
"implicitDependencies": ["blueprints"]
|
2020-10-17 15:55:18 +02:00
|
|
|
},
|
2021-12-03 11:32:10 +02:00
|
|
|
"common-utils": {
|
|
|
|
"root": "libs/common-utils",
|
|
|
|
"sourceRoot": "libs/common-utils/src",
|
|
|
|
"projectType": "library",
|
2020-10-17 15:55:18 +02:00
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
2020-10-17 15:55:18 +02:00
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["libs/common-utils/**/*.ts"]
|
2020-10-17 15:55:18 +02:00
|
|
|
}
|
|
|
|
},
|
2021-12-03 11:32:10 +02:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
2020-10-17 15:55:18 +02:00
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"jestConfig": "libs/common-utils/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
2020-10-17 15:55:18 +02:00
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": []
|
|
|
|
},
|
|
|
|
"database": {
|
|
|
|
"root": "libs/database",
|
|
|
|
"sourceRoot": "libs/database/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
2020-10-17 15:55:18 +02:00
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["libs/database/**/*.ts"]
|
2020-10-17 15:55:18 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"jestConfig": "libs/database/jest.config.js",
|
2020-10-17 15:55:18 +02:00
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-22 15:53:06 +02:00
|
|
|
},
|
|
|
|
"factorioprints-scraper": {
|
|
|
|
"root": "apps/factorioprints-scraper",
|
|
|
|
"sourceRoot": "apps/factorioprints-scraper/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"prefix": "factorioprints-scraper",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/node:build",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/apps/factorioprints-scraper",
|
|
|
|
"main": "apps/factorioprints-scraper/src/main.ts",
|
|
|
|
"tsConfig": "apps/factorioprints-scraper/tsconfig.app.json",
|
2021-12-03 11:32:10 +02:00
|
|
|
"assets": ["apps/factorioprints-scraper/src/assets"]
|
2020-10-22 15:53:06 +02:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"optimization": true,
|
|
|
|
"extractLicenses": true,
|
|
|
|
"inspect": false,
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "apps/factorioprints-scraper/src/environments/environment.ts",
|
|
|
|
"with": "apps/factorioprints-scraper/src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"serve": {
|
|
|
|
"builder": "@nrwl/node:execute",
|
|
|
|
"options": {
|
|
|
|
"buildTarget": "factorioprints-scraper:build"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["apps/factorioprints-scraper/**/*.ts"]
|
2020-10-22 15:53:06 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "apps/factorioprints-scraper/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-22 15:53:06 +02:00
|
|
|
},
|
|
|
|
"node-utils": {
|
|
|
|
"root": "libs/node-utils",
|
|
|
|
"sourceRoot": "libs/node-utils/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["libs/node-utils/**/*.ts"]
|
2020-10-22 15:53:06 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/node-utils/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-22 15:53:06 +02:00
|
|
|
},
|
2021-12-03 11:32:10 +02:00
|
|
|
"types": {
|
|
|
|
"root": "libs/types",
|
|
|
|
"sourceRoot": "libs/types/src",
|
2020-10-22 15:53:06 +02:00
|
|
|
"projectType": "library",
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["libs/types/**/*.ts"]
|
2020-10-22 15:53:06 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
2021-12-03 11:32:10 +02:00
|
|
|
"outputs": ["coverage/libs/types"],
|
2020-10-22 15:53:06 +02:00
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"jestConfig": "libs/types/jest.config.js",
|
2020-10-22 15:53:06 +02:00
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-22 15:53:06 +02:00
|
|
|
},
|
|
|
|
"web-utils": {
|
|
|
|
"root": "libs/web-utils",
|
|
|
|
"sourceRoot": "libs/web-utils/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:eslint",
|
|
|
|
"options": {
|
2021-12-03 11:32:10 +02:00
|
|
|
"lintFilePatterns": ["libs/web-utils/**/*.ts"]
|
2020-10-22 15:53:06 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/web-utils/jest.config.js",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
},
|
|
|
|
"tags": []
|
2020-10-16 19:37:34 +02:00
|
|
|
}
|
2021-12-03 11:32:10 +02:00
|
|
|
}
|
|
|
|
}
|