2020-08-04 03:38:17 +03:00
|
|
|
{
|
2020-08-08 10:09:23 +03:00
|
|
|
"version": 1,
|
|
|
|
"projects": {
|
|
|
|
"interpret": {
|
|
|
|
"root": "libs/interpret",
|
|
|
|
"sourceRoot": "libs/interpret/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": [
|
|
|
|
"libs/interpret/tsconfig.lib.json",
|
|
|
|
"libs/interpret/tsconfig.spec.json"
|
|
|
|
],
|
|
|
|
"exclude": ["**/node_modules/**", "!libs/interpret/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/web:package",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/libs/interpret",
|
|
|
|
"tsConfig": "libs/interpret/tsconfig.lib.json",
|
|
|
|
"project": "libs/interpret/package.json",
|
|
|
|
"entryFile": "libs/interpret/src/index.ts",
|
2020-08-12 19:49:14 +03:00
|
|
|
"external": [
|
|
|
|
"jmespath",
|
|
|
|
"localized-strings",
|
|
|
|
"lodash",
|
|
|
|
"memoize-one",
|
|
|
|
"moment",
|
|
|
|
"office-ui-fabric-react",
|
|
|
|
"plotly.js/lib/core",
|
|
|
|
"react",
|
|
|
|
"react-dom",
|
|
|
|
"uuid"
|
|
|
|
],
|
2020-08-08 10:09:23 +03:00
|
|
|
"babelConfig": "@nrwl/react/plugins/bundle-babel",
|
2020-08-12 19:49:14 +03:00
|
|
|
"rollupConfig": "./rollup.config.js",
|
2020-08-08 10:09:23 +03:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"glob": "README.md",
|
|
|
|
"input": ".",
|
|
|
|
"output": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/interpret/jest.config.js",
|
|
|
|
"tsConfig": "libs/interpret/tsconfig.spec.json",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"fairlearn": {
|
|
|
|
"root": "libs/fairlearn",
|
|
|
|
"sourceRoot": "libs/fairlearn/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": [
|
|
|
|
"libs/fairlearn/tsconfig.lib.json",
|
|
|
|
"libs/fairlearn/tsconfig.spec.json"
|
|
|
|
],
|
|
|
|
"exclude": ["**/node_modules/**", "!libs/fairlearn/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/web:package",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/libs/fairlearn",
|
|
|
|
"tsConfig": "libs/fairlearn/tsconfig.lib.json",
|
|
|
|
"project": "libs/fairlearn/package.json",
|
|
|
|
"entryFile": "libs/fairlearn/src/index.ts",
|
2020-08-12 19:49:14 +03:00
|
|
|
"external": [
|
|
|
|
"jmespath",
|
|
|
|
"localized-strings",
|
|
|
|
"lodash",
|
|
|
|
"moment",
|
|
|
|
"office-ui-fabric-react",
|
|
|
|
"plotly.js/lib/core",
|
|
|
|
"react",
|
|
|
|
"react-dom",
|
|
|
|
"uuid"
|
|
|
|
],
|
2020-08-08 10:09:23 +03:00
|
|
|
"babelConfig": "@nrwl/react/plugins/bundle-babel",
|
2020-08-12 19:49:14 +03:00
|
|
|
"rollupConfig": "./rollup.config.js",
|
2020-08-08 10:09:23 +03:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"glob": "README.md",
|
|
|
|
"input": ".",
|
|
|
|
"output": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/fairlearn/jest.config.js",
|
|
|
|
"tsConfig": "libs/fairlearn/tsconfig.spec.json",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"core-ui": {
|
|
|
|
"root": "libs/core-ui",
|
|
|
|
"sourceRoot": "libs/core-ui/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": [
|
|
|
|
"libs/core-ui/tsconfig.lib.json",
|
|
|
|
"libs/core-ui/tsconfig.spec.json"
|
|
|
|
],
|
|
|
|
"exclude": ["**/node_modules/**", "!libs/core-ui/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/web:package",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/libs/core-ui",
|
|
|
|
"tsConfig": "libs/core-ui/tsconfig.lib.json",
|
|
|
|
"project": "libs/core-ui/package.json",
|
|
|
|
"entryFile": "libs/core-ui/src/index.ts",
|
2020-08-12 19:49:14 +03:00
|
|
|
"external": [
|
|
|
|
"lodash",
|
|
|
|
"office-ui-fabric-react",
|
|
|
|
"plotly.js/lib/core",
|
|
|
|
"react-dom",
|
|
|
|
"react",
|
|
|
|
"uuid"
|
|
|
|
],
|
2020-08-08 10:09:23 +03:00
|
|
|
"babelConfig": "@nrwl/react/plugins/bundle-babel",
|
2020-08-12 19:49:14 +03:00
|
|
|
"rollupConfig": "./rollup.config.js",
|
2020-08-08 10:09:23 +03:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"glob": "README.md",
|
|
|
|
"input": ".",
|
|
|
|
"output": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/core-ui/jest.config.js",
|
|
|
|
"tsConfig": "libs/core-ui/tsconfig.spec.json",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mlchartlib": {
|
|
|
|
"root": "libs/mlchartlib",
|
|
|
|
"sourceRoot": "libs/mlchartlib/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": [
|
|
|
|
"libs/mlchartlib/tsconfig.lib.json",
|
|
|
|
"libs/mlchartlib/tsconfig.spec.json"
|
|
|
|
],
|
|
|
|
"exclude": ["**/node_modules/**", "!libs/mlchartlib/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/web:package",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/libs/mlchartlib",
|
|
|
|
"tsConfig": "libs/mlchartlib/tsconfig.lib.json",
|
|
|
|
"project": "libs/mlchartlib/package.json",
|
|
|
|
"entryFile": "libs/mlchartlib/src/index.ts",
|
2020-08-12 19:49:14 +03:00
|
|
|
"external": [
|
|
|
|
"jmespath",
|
|
|
|
"lodash",
|
|
|
|
"moment",
|
|
|
|
"office-ui-fabric-react",
|
|
|
|
"plotly.js/lib/core",
|
|
|
|
"react",
|
|
|
|
"react-dom",
|
|
|
|
"uuid"
|
|
|
|
],
|
2020-08-08 10:09:23 +03:00
|
|
|
"babelConfig": "@nrwl/react/plugins/bundle-babel",
|
2020-08-12 19:49:14 +03:00
|
|
|
"rollupConfig": "./rollup.config.js",
|
2020-08-08 10:09:23 +03:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"glob": "README.md",
|
|
|
|
"input": ".",
|
|
|
|
"output": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/mlchartlib/jest.config.js",
|
|
|
|
"tsConfig": "libs/mlchartlib/tsconfig.spec.json",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dashboard": {
|
|
|
|
"root": "apps/dashboard",
|
|
|
|
"sourceRoot": "apps/dashboard/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"schematics": {},
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@nrwl/web:build",
|
|
|
|
"options": {
|
|
|
|
"outputPath": "dist/apps/dashboard",
|
|
|
|
"index": "apps/dashboard/src/index.html",
|
|
|
|
"main": "apps/dashboard/src/main.tsx",
|
|
|
|
"polyfills": "apps/dashboard/src/polyfills.ts",
|
|
|
|
"tsConfig": "apps/dashboard/tsconfig.app.json",
|
2020-08-12 19:49:14 +03:00
|
|
|
"progress": false,
|
|
|
|
"memoryLimit": 4096,
|
2020-08-08 10:09:23 +03:00
|
|
|
"assets": [
|
|
|
|
"apps/dashboard/src/favicon.ico",
|
|
|
|
"apps/dashboard/src/assets"
|
|
|
|
],
|
|
|
|
"styles": [],
|
|
|
|
"scripts": [],
|
|
|
|
"webpackConfig": "./webpack.config.js"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "apps/dashboard/src/environments/environment.ts",
|
|
|
|
"with": "apps/dashboard/src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"optimization": true,
|
|
|
|
"outputHashing": "all",
|
|
|
|
"sourceMap": false,
|
|
|
|
"extractCss": true,
|
|
|
|
"namedChunks": false,
|
|
|
|
"extractLicenses": true,
|
|
|
|
"vendorChunk": false,
|
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "initial",
|
|
|
|
"maximumWarning": "2mb",
|
|
|
|
"maximumError": "5mb"
|
|
|
|
}
|
|
|
|
]
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"serve": {
|
|
|
|
"builder": "@nrwl/web:dev-server",
|
|
|
|
"options": {
|
|
|
|
"buildTarget": "dashboard:build"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"buildTarget": "dashboard:build:production"
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": [
|
|
|
|
"apps/dashboard/tsconfig.app.json",
|
|
|
|
"apps/dashboard/tsconfig.spec.json"
|
|
|
|
],
|
|
|
|
"exclude": ["**/node_modules/**", "!apps/dashboard/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"test": {
|
|
|
|
"builder": "@nrwl/jest:jest",
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "apps/dashboard/jest.config.js",
|
|
|
|
"tsConfig": "apps/dashboard/tsconfig.spec.json",
|
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dashboard-e2e": {
|
|
|
|
"root": "apps/dashboard-e2e",
|
|
|
|
"sourceRoot": "apps/dashboard-e2e/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"architect": {
|
|
|
|
"e2e": {
|
|
|
|
"builder": "@nrwl/cypress:cypress",
|
|
|
|
"options": {
|
|
|
|
"cypressConfig": "apps/dashboard-e2e/cypress.json",
|
|
|
|
"tsConfig": "apps/dashboard-e2e/tsconfig.e2e.json",
|
|
|
|
"devServerTarget": "dashboard:serve"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"devServerTarget": "dashboard:serve:production"
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"lint": {
|
|
|
|
"builder": "@nrwl/linter:lint",
|
|
|
|
"options": {
|
|
|
|
"linter": "eslint",
|
|
|
|
"tsConfig": ["apps/dashboard-e2e/tsconfig.e2e.json"],
|
|
|
|
"exclude": ["**/node_modules/**", "!apps/dashboard-e2e/**/*"]
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cli": {
|
|
|
|
"defaultCollection": "@nrwl/react"
|
|
|
|
},
|
|
|
|
"schematics": {
|
|
|
|
"@nrwl/workspace": {
|
|
|
|
"library": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/cypress": {
|
|
|
|
"cypress-project": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/react": {
|
|
|
|
"application": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint",
|
|
|
|
"babel": true
|
|
|
|
},
|
|
|
|
"library": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint"
|
|
|
|
},
|
|
|
|
"storybook-configuration": {
|
|
|
|
"linter": "eslint"
|
|
|
|
},
|
|
|
|
"component": {
|
|
|
|
"style": "scss"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/next": {
|
|
|
|
"application": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/web": {
|
|
|
|
"application": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/node": {
|
|
|
|
"application": {
|
|
|
|
"linter": "eslint"
|
|
|
|
},
|
|
|
|
"library": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/nx-plugin": {
|
|
|
|
"plugin": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/nest": {
|
|
|
|
"application": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
2020-08-04 03:38:17 +03:00
|
|
|
},
|
2020-08-08 10:09:23 +03:00
|
|
|
"@nrwl/express": {
|
|
|
|
"application": {
|
|
|
|
"linter": "eslint"
|
|
|
|
},
|
|
|
|
"library": {
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultProject": "dashboard"
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|