{
  "name": "@chakra-ui/skeleton",
  "version": "2.0.6",
  "description": "React component to render a placeholders while you wait for content to load",
  "keywords": [
    "skeleton",
    "loading",
    "shim",
    "chakra ui",
    "theme",
    "theming",
    "ui mode",
    "ui"
  ],
  "sideEffects": false,
  "author": "Segun Adebayo <sage@adebayosegun.com>",
  "homepage": "https://github.com/chakra-ui/chakra-ui#readme",
  "license": "MIT",
  "main": "dist/chakra-ui-skeleton.cjs.js",
  "module": "dist/chakra-ui-skeleton.esm.js",
  "types": "dist/chakra-ui-skeleton.cjs.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/chakra-ui.git",
    "directory": "packages/skeleton"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "dependencies": {
    "@chakra-ui/hooks": "2.0.2",
    "@chakra-ui/media-query": "3.1.0",
    "@chakra-ui/system": "2.1.3",
    "@chakra-ui/utils": "2.0.2"
  },
  "peerDependencies": {
    "@chakra-ui/theme": ">=2.0.0-next.0",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "react": ">=18"
  },
  "devDependencies": {
    "@chakra-ui/theme": "^2.1.0",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "react": "^18.0.0"
  }
}
