{
  "name": "@holium/design-system",
  "version": "0.2.1",
  "description": "A component library for Realm apps.",
  "license": "MIT",
  "author": "trent@holium.com",
  "homepage": "https://holium.com",
  "main": "dist/holium-design-system.cjs.js",
  "module": "dist/holium-design-system.esm.js",
  "scripts": {
    "build": "preconstruct build",
    "postinstall": "preconstruct dev"
  },
  "dependencies": {
    "@tlon/sigil-js": "^1.4.5",
    "dayjs": "^1.11.7",
    "dom-helpers": "^5.2.1",
    "emoji-picker-react": "^4.4.7",
    "framer-motion": "^7.6.7",
    "photoswipe": "^5.3.7",
    "react-lifecycles-compat": "^3.0.4",
    "react-photoswipe-gallery": "^2.2.7",
    "react-player": "^2.11.0",
    "react-virtuoso": "^4.2.0",
    "urbit-ob": "^5.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@preconstruct/cli": "^2.2.2",
    "@types/babel__core": "^7.1.20",
    "@types/react-lifecycles-compat": "^3.0.1",
    "babel-loader": "^8.3.0",
    "babel-plugin-styled-components": "^2.0.7"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "styled-components": "^5.3.6",
    "styled-system": "^5.1.5"
  },
  "keywords": [
    "realm",
    "theming",
    "design-system",
    "components",
    "ui",
    "react",
    "styled-components"
  ]
}
