7266ac9b37
* Initial commit after nx create * Add .env files * Add working commit for poc * Make deal-ticket-manager.tsx accept children as props and export more components to be consumed by external apps * Add stepper component to simple trading app * Add basic prototype for simple trading app with stepper component * Remove unnecessary flags and env variables * Change simple trading app port * Refactor deal ticket container to be more dry * Refactor deal ticket to be more dry * Refactor app loader, remove tendermint socket and change providers for App.tsx in simple trading app * Remove example cypress files and change config * Fix linting issues
35 lines
1.1 KiB
JSON
35 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",
|
|
"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"
|
|
}
|
|
}
|