{
  "name": "@stoked-ui/common",
  "version": "0.2.2",
  "description": "Common utilities and components for Stoked UI",
  "author": "Brian Stoker",
  "main": "./node/index.js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stoked-ui/common/issues"
  },
  "homepage": "https://common.sui.stokd.cloud",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "keywords": [
    "react",
    "react-component",
    "sui",
    "mui",
    "stoked ui",
    "material ui",
    "material design"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stoked-ui/sui.git",
    "directory": "packages/sui-common"
  },
  "dependencies": {
    "@tempfix/idb": "^8.0.3",
    "framer-motion": "^12.4.10"
  },
  "peerDependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.15.21",
    "@mui/material": "^5.15.21",
    "@mui/system": "^5.15.21",
    "react": "18.3.1",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "private": false,
  "module": "./index.js",
  "types": "./index.d.ts"
}