vega-frontend-monorepo/workspace.json

36 lines
1.1 KiB
JSON

{
"version": 2,
"projects": {
"accounts": "libs/accounts",
"candles-chart": "libs/candles-chart",
"cypress": "libs/cypress",
"deal-ticket": "libs/deal-ticket",
"deposits": "libs/deposits",
"explorer": "apps/explorer",
"explorer-e2e": "apps/explorer-e2e",
"market-depth": "libs/market-depth",
"market-list": "libs/market-list",
"network-stats": "libs/network-stats",
"order-list": "libs/order-list",
"positions": "libs/positions",
"react-helpers": "libs/react-helpers",
"simple-trading-app": "apps/simple-trading-app",
"simple-trading-app-e2e": "apps/simple-trading-app-e2e",
"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"
}
}