2022-04-08 17:49:45 +00:00
|
|
|
{
|
2023-07-04 11:01:25 +00:00
|
|
|
"name": "market-depth",
|
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": {
|
|
|
|
"lint": {
|
2023-11-14 14:25:29 +00:00
|
|
|
"executor": "@nx/eslint:lint",
|
2022-08-31 13:23:01 +00:00
|
|
|
"outputs": ["{options.outputFile}"],
|
2022-04-08 17:49:45 +00:00
|
|
|
"options": {
|
2022-08-31 13:23:01 +00:00
|
|
|
"lintFilePatterns": ["libs/market-depth/**/*.{ts,tsx,js,jsx}"]
|
2022-04-08 17:49:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
2023-07-04 11:01:25 +00:00
|
|
|
"executor": "@nx/jest:jest",
|
|
|
|
"outputs": ["{workspaceRoot}/coverage/libs/market-depth"],
|
2022-04-08 17:49:45 +00:00
|
|
|
"options": {
|
2023-11-14 14:25:29 +00:00
|
|
|
"jestConfig": "libs/market-depth/jest.config.ts"
|
2022-04-08 17:49:45 +00:00
|
|
|
}
|
2022-06-10 13:52:39 +00:00
|
|
|
},
|
|
|
|
"storybook": {
|
2023-07-04 11:01:25 +00:00
|
|
|
"executor": "@nx/storybook:storybook",
|
2022-06-10 13:52:39 +00:00
|
|
|
"options": {
|
|
|
|
"port": 4400,
|
2023-07-04 11:01:25 +00:00
|
|
|
"configDir": "libs/market-depth/.storybook"
|
2022-06-10 13:52:39 +00:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"build-storybook": {
|
2023-07-04 11:01:25 +00:00
|
|
|
"executor": "@nx/storybook:build",
|
|
|
|
"outputs": ["{options.outputDir}"],
|
2022-06-10 13:52:39 +00:00
|
|
|
"options": {
|
2023-07-04 11:01:25 +00:00
|
|
|
"configDir": "libs/market-depth/.storybook",
|
|
|
|
"outputDir": "dist/storybook/market-depth"
|
2022-06-10 13:52:39 +00:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
|
|
|
}
|
2022-10-25 07:41:16 +00:00
|
|
|
},
|
|
|
|
"build-spec": {
|
2023-07-04 11:01:25 +00:00
|
|
|
"executor": "nx:run-commands",
|
2022-10-25 07:41:16 +00:00
|
|
|
"outputs": [],
|
|
|
|
"options": {
|
|
|
|
"command": "yarn tsc --project ./libs/market-depth/tsconfig.spec.json"
|
|
|
|
}
|
2022-04-08 17:49:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|