vega-frontend-monorepo/workspace.json
Bartłomiej Głownia 8a829964be
Feature/38 data grid component (#77)
* Add ag-grid

* Add lazy loaded ag-grid component

* Add theme context, move VegaWallet to separate lib

* Fix trading app cypress configuration

* Lazy load ag-grid theme css files

* Encapsulate theme switch hook
2022-03-14 14:18:11 +01:00

14 lines
345 B
JSON

{
"version": 2,
"projects": {
"explorer": "apps/explorer",
"explorer-e2e": "apps/explorer-e2e",
"react-helpers": "libs/react-helpers",
"tailwindcss-config": "libs/tailwindcss-config",
"trading": "apps/trading",
"trading-e2e": "apps/trading-e2e",
"ui-toolkit": "libs/ui-toolkit",
"wallet": "libs/wallet"
}
}