mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
283 lines
7.8 KiB
JSON
283 lines
7.8 KiB
JSON
{
|
|
"version": 1,
|
|
"projects": {
|
|
"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": {
|
|
"lintFilePatterns": ["apps/blueprints/**/*.{ts,tsx}"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "apps/blueprints/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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": {
|
|
"lintFilePatterns": ["apps/blueprints-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"assets": []
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"assets": ["apps/factorioprints-scraper/src/assets"]
|
|
},
|
|
"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": {
|
|
"lintFilePatterns": ["apps/factorioprints-scraper/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "apps/factorioprints-scraper/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"database": {
|
|
"root": "libs/database",
|
|
"sourceRoot": "libs/database/src",
|
|
"projectType": "library",
|
|
"schematics": {},
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/database/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "libs/database/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"node-utils": {
|
|
"root": "libs/node-utils",
|
|
"sourceRoot": "libs/node-utils/src",
|
|
"projectType": "library",
|
|
"schematics": {},
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/node-utils/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "libs/node-utils/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"common-utils": {
|
|
"root": "libs/common-utils",
|
|
"sourceRoot": "libs/common-utils/src",
|
|
"projectType": "library",
|
|
"schematics": {},
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/common-utils/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "libs/common-utils/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"web-utils": {
|
|
"root": "libs/web-utils",
|
|
"sourceRoot": "libs/web-utils/src",
|
|
"projectType": "library",
|
|
"schematics": {},
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/web-utils/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "libs/web-utils/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"defaultCollection": "@nrwl/next"
|
|
},
|
|
"schematics": {
|
|
"@nrwl/react": {
|
|
"application": {
|
|
"babel": true
|
|
}
|
|
},
|
|
"@nrwl/next": {
|
|
"application": {
|
|
"style": "@emotion/styled",
|
|
"linter": "eslint"
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "blueprints"
|
|
}
|