vega-frontend-monorepo/workspace.json
2022-03-18 13:13:14 +01:00

17 lines
454 B
JSON

{
"version": 2,
"projects": {
"deal-ticket": "libs/deal-ticket",
"explorer": "apps/explorer",
"explorer-e2e": "apps/explorer-e2e",
"graphql": "libs/graphql",
"market-list": "libs/market-list",
"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"
}
}