{
  "name": "@orderly.network/trading",
  "version": "3.0.4",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "keywords": [
    "Orderly",
    "UI",
    "Exchange",
    "DApp"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@uiw/react-split": "^5.9.3",
    "@orderly.network/hooks": "3.0.4",
    "@orderly.network/i18n": "3.0.4",
    "@orderly.network/markets": "3.0.4",
    "@orderly.network/portfolio": "3.0.4",
    "@orderly.network/react-app": "3.0.4",
    "@orderly.network/types": "3.0.4",
    "@orderly.network/ui-chain-selector": "3.0.4",
    "@orderly.network/ui": "3.0.4",
    "@orderly.network/ui-connector": "3.0.4",
    "@orderly.network/ui-leverage": "3.0.4",
    "@orderly.network/ui-order-entry": "3.0.4",
    "@orderly.network/ui-positions": "3.0.4",
    "@orderly.network/ui-scaffold": "3.0.4",
    "@orderly.network/ui-share": "3.0.4",
    "@orderly.network/ui-tradingview": "3.0.4",
    "@orderly.network/ui-orders": "3.0.4",
    "@orderly.network/ui-transfer": "3.0.4",
    "@orderly.network/utils": "3.0.4"
  },
  "devDependencies": {
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^3.4.4",
    "tsup": "^8.5.1",
    "typescript": "^5.1.6",
    "@orderly.network/core": "3.0.4",
    "@orderly.network/plugin-core": "3.0.4",
    "tsconfig": "1.0.4"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "build:css": "tailwindcss build -i src/tailwind.css -o dist/styles.css --minify",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}