dccc750154
* fix: timeout data node requests for node switcher * chore: generate apollo client library * chore: migrate console lite to use new apollo client package * chore: migrate explorer across * chore: remove completely unused file * chore: migrate stats * chore: migrate trading * chore: migrate multisigner app * chore: migrate token over * chore: final migrations * test: adjust tests for new behaviour * fix: build script * Update libs/apollo-client/src/lib/apollo-client.ts * chore: fix conflicts * fix: cache * test: setup mocks before each test * style: lint * style: lint * chore: resolve conflicts * test: fix tests
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"version": 2,
|
|
"projects": {
|
|
"accounts": "libs/accounts",
|
|
"apollo-client": "libs/apollo-client",
|
|
"assets": "libs/assets",
|
|
"candles-chart": "libs/candles-chart",
|
|
"console-lite": "apps/console-lite",
|
|
"console-lite-e2e": "apps/console-lite-e2e",
|
|
"cypress": "libs/cypress",
|
|
"deal-ticket": "libs/deal-ticket",
|
|
"deposits": "libs/deposits",
|
|
"environment": "libs/environment",
|
|
"explorer": "apps/explorer",
|
|
"explorer-e2e": "apps/explorer-e2e",
|
|
"fills": "libs/fills",
|
|
"governance": "libs/governance",
|
|
"ledger": "libs/ledger",
|
|
"liquidity": "libs/liquidity",
|
|
"liquidity-provision-dashboard": "apps/liquidity-provision-dashboard",
|
|
"liquidity-provision-dashboard-e2e": "apps/liquidity-provision-dashboard-e2e",
|
|
"market-depth": "libs/market-depth",
|
|
"market-info": "libs/market-info",
|
|
"market-list": "libs/market-list",
|
|
"multisig-signer": "apps/multisig-signer",
|
|
"network-info": "libs/network-info",
|
|
"network-stats": "libs/network-stats",
|
|
"orders": "libs/orders",
|
|
"positions": "libs/positions",
|
|
"react-helpers": "libs/react-helpers",
|
|
"smart-contracts": "libs/smart-contracts",
|
|
"static": "apps/static",
|
|
"stats": "apps/stats",
|
|
"stats-e2e": "apps/stats-e2e",
|
|
"tailwindcss-config": "libs/tailwindcss-config",
|
|
"token": "apps/token",
|
|
"token-e2e": "apps/token-e2e",
|
|
"trades": "libs/trades",
|
|
"trading": "apps/trading",
|
|
"trading-e2e": "apps/trading-e2e",
|
|
"types": "libs/types",
|
|
"ui-toolkit": "libs/ui-toolkit",
|
|
"wallet": "libs/wallet",
|
|
"web3": "libs/web3",
|
|
"withdraws": "libs/withdraws"
|
|
},
|
|
"$schema": "./node_modules/nx/schemas/workspace-schema.json"
|
|
}
|