{
  "name": "@medusajs/ui-preset",
  "version": "2.19.0",
  "description": "Medusa UI preset",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medusajs/medusa.git",
    "directory": "packages/design-system/ui-preset"
  },
  "bugs": {
    "url": "https://github.com/medusajs/medusa/issues"
  },
  "author": "Kasper Kristensen <kasper@medusajs.com>",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "scripts": {
    "build": "yarn run -T tsup",
    "generate": "toolbox tokens -o './src/theme'"
  },
  "dependencies": {
    "@tailwindcss/forms": "^0.5.3",
    "tailwindcss-animate": "^1.0.6"
  },
  "peerDependencies": {
    "tailwindcss": "^3.4.3"
  },
  "devDependencies": {
    "@medusajs/toolbox": "2.19.0",
    "tailwindcss": "^3.4.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
