{
  "name": "@gw2treasures/ui",
  "version": "0.5.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GW2Treasures/gw2treasures.com.git"
  },
  "main": "index.ts",
  "types": "index.ts",
  "files": [
    "components/",
    "icons/",
    "lib/",
    "reset.module.css",
    "common.module.css",
    "index.ts",
    "types.d.ts",
    "tsconfig.json",
    ".eslintrc.json"
  ],
  "author": "darthmaim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GW2Treasures/gw2treasures.com/issues"
  },
  "homepage": "https://github.com/GW2Treasures/gw2treasures.com#readme",
  "dependencies": {
    "@floating-ui/react": "0.27.16",
    "@floating-ui/react-dom": "2.1.6",
    "client-only": "0.0.1",
    "server-only": "0.0.1"
  },
  "devDependencies": {
    "@types/react": "19.1.13",
    "@types/react-dom": "19.1.9",
    "csstype": "3.1.3",
    "eslint": "9.38.0",
    "typescript": "5.9.3",
    "@gw2treasures/eslint-config": "0.2.0"
  },
  "peerDependencies": {
    "@gw2treasures/helper": "~0.0.5",
    "@gw2treasures/icons": "~0.1.2",
    "@gw2treasures/tsconfig": "~0.0.1",
    "next": "^15.0.0 || ^16.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint .",
    "publish-package": "gw2treasures-publish-package"
  }
}