@tohuhono/puck-blocks
Version:
A collection of puck components for building pages in OberonCMS
75 lines • 1.7 kB
JSON
{
"name": "@tohuhono/puck-blocks",
"version": "0.14.1",
"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",
"directory": "packages/tohuhono/puck-blocks"
},
"type": "module",
"files": [
"dist",
"src",
"source.css",
"CHANGELOG*",
"README*",
"LICENSE*"
],
"exports": {
"./div": "./dist/div.js",
"./example": "./dist/example.js",
"./prose": "./dist/prose.js",
"./source.css": "./source.css"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"next": "^16.1.6",
"recharts": "^3.7.0",
"@oberoncms/core": "0.19.1",
"@tohuhono/ui": "0.16.0",
"@tohuhono/utils": "0.16.0"
},
"peerDependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@puckeditor/core": "^0.21.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "5.9.3",
"@dev/eslint": "0.2.0",
"@dev/scripts": "0.2.0",
"@dev/vite": "0.2.0",
"@dev/vitest": "0.2.0"
},
"scripts": {
"build": "vite build",
"clean": "odt clean",
"dev": "vite build --watch",
"wait": "wait-on ./dist/version && echo done",
"wait:clean": "rimraf ./dist/version",
"lint": "eslint .",
"test:unit": "vitest run",
"test:watch": "vitest",
"tsc": "tsc --pretty"
}
}