{
  "name": "@lolmath/ui",
  "version": "9.7.0",
  "private": false,
  "description": "lolmath.net UI",
  "type": "module",
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "lolmath.net",
  "sideEffects": false,
  "license": "ISC",
  "dependencies": {
    "cva": "1.0.0-beta.4",
    "react-aria": "^3.51.0",
    "react-aria-components": "^1.20.0",
    "sonner": "^2.0.7"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://ui.lolmath.net",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lolmath/lolmath.git",
    "directory": "packages/ui"
  },
  "bugs": {
    "url": "https://github.com/lolmath/lolmath/issues"
  },
  "devDependencies": {
    "@tanstack/charts": "^0.14.0",
    "@tsdown/css": "^0.22.14",
    "@types/d3-shape": "^3.1.8",
    "@types/node": "^26.1.1",
    "@types/postcss-url": "^10.0.4",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "d3-shape": "^3.2.0",
    "lightningcss": "^1.33.0",
    "postcss-url": "^10.1.4",
    "publint": "^0.3.22",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "tailwindcss": "^4.3.3",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "react": ">=19",
    "react-dom": ">=19",
    "tailwindcss": ">=3",
    "@tanstack/charts": ">=0.14.0"
  },
  "peerDependenciesMeta": {
    "tailwindcss": {
      "optional": true
    },
    "@tanstack/charts": {
      "optional": true
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./charts": {
      "import": {
        "types": "./dist/charts.d.mts",
        "default": "./dist/charts.mjs"
      }
    },
    "./css": {
      "types": "./dist/css.d.ts",
      "default": "./dist/index.css"
    },
    "./tailwind": {
      "types": "./dist/css.d.ts",
      "default": "./dist/tailwind.css"
    },
    "./font/beaufort": {
      "types": "./dist/css.d.ts",
      "default": "./dist/font/beaufort/beaufort.css"
    },
    "./font/spiegel": {
      "types": "./dist/css.d.ts",
      "default": "./dist/font/spiegel/spiegel.css"
    },
    "./css.d.ts": "./dist/css.d.ts"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "publint": "publint",
    "typecheck": "tsc --noEmit",
    "docs": "node ./docs.ts",
    "test": "vitest run"
  }
}