{
  "name": "@expo/styleguide",
  "version": "12.0.0",
  "description": "Expo's styleguide components for use on the web.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "tailwind.js"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "bundle": "rollup --config",
    "types": "yarn run -T tsc",
    "build": "run-s clean bundle types",
    "dev": "rollup --config --watch"
  },
  "homepage": "https://github.com/expo/styleguide",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/styleguide.git",
    "directory": "packages/styleguide"
  },
  "keywords": [
    "expo"
  ],
  "author": "Expo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/styleguide/issues"
  },
  "dependencies": {
    "@expo/styleguide-base": "^2.0.5",
    "tailwind-merge": "^3.0.0",
    "use-effect-event": "^2.0.3"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.15",
    "npm-run-all": "*",
    "rimraf": "*",
    "rollup": "*",
    "tailwindcss": "^4.0.0"
  },
  "peerDependencies": {
    "next": ">= 13",
    "react": ">= 19",
    "tailwindcss": "^4.0.0"
  },
  "eslintConfig": {
    "extends": "universe/web"
  },
  "gitHead": "be2cac002139a004e292c83b50755a323df5767f"
}
