{
  "name": "@swipebox/morphe",
  "version": "177.1.0",
  "license": "Apache-2.0",
  "homepage": "https://github.com/man-o-to/morphe",
  "description": "A set of React UI components for Swipebox (forked from Pinterest's Gestalt)",
  "main": "dist/morphe.js",
  "types": "dist/index.d.ts",
  "jsnext:main": "dist/morphe.es.js",
  "module": "dist/morphe.es.js",
  "style": "dist/morphe.css",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.25.4",
    "classnames": "^2.2.6",
    "@swipebox/morphe-design-tokens": ">0.0.0"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "build:prod": "NODE_ENV=production rollup -c rollup.config.js",
    "postpack": "rm README.md",
    "prepack": "cp ../../README.md .",
    "watch": "DEVMODE=true rollup -c rollup.config.js --watch"
  },
  "browserslist": [
    "last 2 versions",
    "not IE < 11",
    "not <1%"
  ],
  "keywords": [
    "design system",
    "morphe",
    "swipebox",
    "react",
    "ui library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/man-o-to/morphe"
  }
}
