@oberoncms/plugin-uploadthing
Version:
An Puck component and OberonCMS plugin for embeding uploadthing images
75 lines • 1.72 kB
JSON
{
"name": "@oberoncms/plugin-uploadthing",
"version": "0.15.0",
"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.git",
"directory": "oberoncms/upload-thing"
},
"type": "module",
"files": [
"dist",
"src",
"scripts",
"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"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@uploadthing/react": "^7.1.1",
"@uploadthing/shared": "^7.1.1",
"image-size": "1.1.1",
"next": "^15.0.3",
"server-cli-only": "^0.3.2",
"uploadthing": "^7.3.0",
"@oberoncms/core": "0.16.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 && echo done",
"wait:clean": "rimraf ./dist/version",
"lint": "eslint .",
"tsc": "tsc --pretty"
}
}