{
  "name": "@mercurjs/dashboard-shared",
  "version": "2.1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/mercurjs/mercur",
    "directory": "packages/dashboard-shared"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  },
  "dependencies": {
    "@mercurjs/client": "2.1.1",
    "@ariakit/react": "^0.4.15",
    "@babel/runtime": "^7.26.10",
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@hookform/error-message": "^2.0.1",
    "@hookform/resolvers": "3.4.2",
    "@medusajs/admin-shared": "^2.13.4",
    "@medusajs/dashboard": "^2.13.4",
    "@medusajs/icons": "2.13.4",
    "@medusajs/ui": "4.1.1",
    "@radix-ui/react-dialog": "1.1.4",
    "@radix-ui/react-dismissable-layer": "1.1.4",
    "@tanstack/react-query": "5.64.2",
    "@tanstack/react-table": "8.20.5",
    "@tanstack/react-virtual": "^3.8.3",
    "@uiw/react-json-view": "^2.0.0-alpha.17",
    "cmdk": "^0.2.0",
    "copy-to-clipboard": "^3.3.3",
    "date-fns": "^3.6.0",
    "i18next": "23.7.11",
    "i18next-browser-languagedetector": "7.2.0",
    "i18next-http-backend": "2.4.2",
    "lodash.debounce": "^4.0.8",
    "lodash.isequal": "^4.5.0",
    "match-sorter": "^6.3.4",
    "motion": "^11.15.0",
    "qs": "^6.12.1",
    "radix-ui": "1.1.2",
    "react-country-flag": "^3.1.0",
    "react-currency-input-field": "^3.6.11",
    "react-helmet-async": "^2.0.5",
    "react-hook-form": "7.49.1",
    "react-i18next": "13.5.0",
    "react-jwt": "^1.2.0",
    "react-router-dom": "6.30.3",
    "zod": "3.25.76"
  },
  "devDependencies": {
    "@mercurjs/types": "workspace:*",
    "@mercurjs/core": "workspace:*",
    "@mercurjs/dashboard-sdk": "workspace:*",
    "tsup": "^8.0.2",
    "typescript": "5.9.3",
    "@types/lodash.debounce": "^4.0.8",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22"
  }
}