UNPKG

@oberoncms/core

Version:

OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor

76 lines 1.81 kB
{ "name": "@oberoncms/core", "version": "0.16.0", "author": "Tohuhono ltd", "license": "MIT", "description": "OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor", "keywords": [ "oberon", "oberoncms", "cms", "puck", "nextjs", "react" ], "repository": { "type": "git", "url": "https://github.com/Tohuhono/Oberon.git", "directory": "oberoncms/core" }, "type": "module", "files": [ "dist", "src", "scripts", "CHANGELOG*", "README*", "LICENSE*" ], "exports": { ".": "./dist/index.js", "./auth": "./dist/auth.js", "./adapter": "./dist/adapter.js", "./render": "./dist/render.js", "./editor": "./dist/editor.js", "./provider": "./dist/provider.js" }, "dependencies": { "@auth/core": "^0.37.4", "@hookform/resolvers": "^3.9.1", "@measured/puck": "^0.18.0", "dotenv": "^16.4.5", "filesize": "^10.1.6", "next": "^15.0.3", "next-auth": "5.0.0-beta.25", "react-hook-form": "^7.53.2", "swr": "^2.2.5", "use-debounce": "^10.0.4", "walkjs": "^6.0.1", "zod": "^3.23.8", "@tohuhono/ui": "0.13.0", "@tohuhono/utils": "0.12.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "22.9.3", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "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 && echo done", "wait:clean": "rimraf ./dist/version", "lint": "eslint .", "tsc": "tsc --pretty" } }