vega-frontend-monorepo/workspace.json
2022-03-29 18:55:41 +02:00

23 lines
656 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",
"network-stats": "libs/network-stats",
"order-list": "libs/order-list",
"positions": "libs/positions",
"react-helpers": "libs/react-helpers",
"stats": "apps/stats",
"stats-e2e": "apps/stats-e2e",
"tailwindcss-config": "libs/tailwindcss-config",
"trading": "apps/trading",
"trading-e2e": "apps/trading-e2e",
"ui-toolkit": "libs/ui-toolkit",
"wallet": "libs/wallet",
"web3": "libs/web3"
}
}