UNPKG

@oberoncms/plugin-uploadthing

Version:

An Puck component and OberonCMS plugin for embeding uploadthing images

85 lines 1.98 kB
{ "name": "@oberoncms/plugin-uploadthing", "version": "0.16.5", "author": "Tohuhono ltd", "license": "MIT", "description": "An Puck component and OberonCMS plugin for embeding uploadthing images", "keywords": [ "oberon", "oberoncms", "cms", "puck", "block", "component", "nextjs", "react", "uploadthing" ], "repository": { "type": "git", "url": "https://github.com/Tohuhono/Oberon", "directory": "packages/plugins/uploadthing" }, "type": "module", "files": [ "dist", "src", "source.css", "CHANGELOG*", "README*", "LICENSE*" ], "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "browser": "./dist/index.js", "node": "./dist/server.js" }, "./plugin": "./dist/plugin.js", "./source.css": "./source.css" }, "publishConfig": { "access": "public", "provenance": true }, "dependencies": { "@radix-ui/react-icons": "^1.3.2", "@uploadthing/react": "^7.3.3", "@uploadthing/shared": "^7.1.10", "image-size": "2.0.2", "next": "^16.1.6", "server-cli-only": "^0.3.2", "uploadthing": "^7.7.4", "@oberoncms/core": "0.17.5" }, "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", "vite": "^7.3.1", "@dev/eslint": "0.1.1", "@dev/scripts": "0.1.2", "@dev/typescript": "0.1.1", "@dev/vite": "0.1.2", "@dev/vitest": "0.1.1" }, "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", "tsc": "tsc --pretty" } }