vega-frontend-monorepo/workspace.json
Matthew Russell 98c1fc82f7
Feat/152 Trade list MVP (#217)
* add trades lib with data provider

* add trades table and cell color logic

* ensure we only show last 50 rows

* add test for table columns and formatting

* update trades table to get cells using col-id

* fix linting

* use default function param for fetchpolicy
2022-04-07 06:41:57 -07:00

28 lines
807 B
JSON

{
"version": 2,
"projects": {
"accounts": "libs/accounts",
"cypress": "libs/cypress",
"deal-ticket": "libs/deal-ticket",
"deposits": "libs/deposits",
"explorer": "apps/explorer",
"explorer-e2e": "apps/explorer-e2e",
"market-list": "libs/market-list",
"network-stats": "libs/network-stats",
"order-list": "libs/order-list",
"positions": "libs/positions",
"react-helpers": "libs/react-helpers",
"static": "apps/static",
"stats": "apps/stats",
"stats-e2e": "apps/stats-e2e",
"tailwindcss-config": "libs/tailwindcss-config",
"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"
}
}