{
  "name": "@maker-ui/layout",
  "description": "The fastest way to build themeable, responsive layouts in React",
  "version": "2.1.1",
  "license": "Apache-2.0",
  "author": "Mike Darche <mike@newcreative.io>",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@maker-ui/layout-client": "2.1.1",
    "@maker-ui/layout-server": "2.1.1",
    "@maker-ui/style": "2.1.1",
    "@maker-ui/utils": "2.1.1"
  },
  "peerDependencies": {
    "next": "^13.x || ^14.x",
    "react": "^18.x",
    "react-dom": "^18.x"
  },
  "devDependencies": {
    "@maker-ui/build-tools": "2.0.1",
    "eslint-config-library": "0.0.0",
    "tsconfig": "1.0.0"
  },
  "scripts": {
    "build": "tsup",
    "start": "tsup --watch",
    "lint": "eslint src",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}