2022-04-08 17:49:45 +00:00
|
|
|
{
|
2022-08-31 04:35:46 +00:00
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
2022-04-26 15:26:28 +00:00
|
|
|
"sourceRoot": "libs/market-depth/src",
|
2022-04-08 17:49:45 +00:00
|
|
|
"projectType": "library",
|
|
|
|
"tags": [],
|
|
|
|
"targets": {
|
|
|
|
"build": {
|
|
|
|
"executor": "@nrwl/web:rollup",
|
2022-08-31 04:35:46 +00:00
|
|
|
"outputs": [
|
|
|
|
"{options.outputPath}"
|
|
|
|
],
|
2022-04-08 17:49:45 +00:00
|
|
|
"options": {
|
2022-04-26 15:26:28 +00:00
|
|
|
"outputPath": "dist/libs/market-depth",
|
|
|
|
"tsConfig": "libs/market-depth/tsconfig.lib.json",
|
|
|
|
"project": "libs/market-depth/package.json",
|
|
|
|
"entryFile": "libs/market-depth/src/index.ts",
|
2022-08-31 04:35:46 +00:00
|
|
|
"external": [
|
|
|
|
"react/jsx-runtime"
|
|
|
|
],
|
2022-04-08 17:49:45 +00:00
|
|
|
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
|
|
|
|
"compiler": "babel",
|
|
|
|
"assets": [
|
|
|
|
{
|
2022-04-26 15:26:28 +00:00
|
|
|
"glob": "libs/market-depth/README.md",
|
2022-04-08 17:49:45 +00:00
|
|
|
"input": ".",
|
|
|
|
"output": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"executor": "@nrwl/linter:eslint",
|
2022-08-31 04:35:46 +00:00
|
|
|
"outputs": [
|
|
|
|
"{options.outputFile}"
|
|
|
|
],
|
2022-04-08 17:49:45 +00:00
|
|
|
"options": {
|
2022-08-31 04:35:46 +00:00
|
|
|
"lintFilePatterns": [
|
|
|
|
"libs/market-depth/**/*.{ts,tsx,js,jsx}"
|
|
|
|
]
|
2022-04-08 17:49:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"executor": "@nrwl/jest:jest",
|
2022-08-31 04:35:46 +00:00
|
|
|
"outputs": [
|
|
|
|
"coverage/libs/market-depth"
|
|
|
|
],
|
2022-04-08 17:49:45 +00:00
|
|
|
"options": {
|
2022-08-31 04:35:46 +00:00
|
|
|
"jestConfig": "libs/market-depth/jest.config.ts",
|
2022-04-08 17:49:45 +00:00
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
2022-06-10 13:52:39 +00:00
|
|
|
},
|
|
|
|
"storybook": {
|
|
|
|
"executor": "@nrwl/storybook:storybook",
|
|
|
|
"options": {
|
|
|
|
"uiFramework": "@storybook/react",
|
|
|
|
"port": 4400,
|
|
|
|
"config": {
|
|
|
|
"configFolder": "libs/market-depth/.storybook"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"build-storybook": {
|
|
|
|
"executor": "@nrwl/storybook:build",
|
2022-08-31 04:35:46 +00:00
|
|
|
"outputs": [
|
|
|
|
"{options.outputPath}"
|
|
|
|
],
|
2022-06-10 13:52:39 +00:00
|
|
|
"options": {
|
|
|
|
"uiFramework": "@storybook/react",
|
|
|
|
"outputPath": "dist/storybook/market-depth",
|
|
|
|
"config": {
|
|
|
|
"configFolder": "libs/market-depth/.storybook"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
|
|
|
}
|
2022-04-08 17:49:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|