{
  "name": "@tohuhono/puck-blocks",
  "version": "0.12.0",
  "author": "Tohuhono ltd",
  "license": "MIT",
  "description": "A collection of puck components for building pages in OberonCMS",
  "keywords": [
    "oberon",
    "oberoncms",
    "cms",
    "puck",
    "block",
    "component",
    "nextjs",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Tohuhono/Oberon.git",
    "directory": "puck/blocks"
  },
  "type": "module",
  "files": [
    "dist",
    "src",
    "scripts",
    "CHANGELOG*",
    "README*",
    "LICENSE*"
  ],
  "exports": {
    "./div": "./dist/div.js",
    "./example": "./dist/example.js",
    "./prose": "./dist/prose.js"
  },
  "dependencies": {
    "next": "^15.0.3",
    "recharts": "^2.13.3",
    "@oberoncms/core": "0.16.0",
    "@tohuhono/puck-rich-text": "0.13.0",
    "@tohuhono/ui": "0.13.0",
    "@tohuhono/utils": "0.12.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@measured/puck": "^0.18.0",
    "@types/react": "18.3.12",
    "@types/react-dom": "18.3.1",
    "eslint": "^9.15.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "5.7.2",
    "vite": "^5.4.11",
    "@tohuhono/dev": "0.13.0"
  },
  "scripts": {
    "build": "vite build",
    "clean": "odt clean",
    "dev": "vite build --watch",
    "wait": "wait-on dist/version",
    "wait:clean": "rimraf ./dist/version",
    "lint": "eslint .",
    "tsc": "tsc --pretty"
  }
}