@oberoncms/plugin-flydrive
Version:
a fullstack image component for puck editor OberonCMS, flydrive based to store manage in the cloud, aws, gcp, cloudfare, s3, vercel, filesystem, etc.
93 lines • 2.19 kB
JSON
{
"name": "@oberoncms/plugin-flydrive",
"version": "0.9.1",
"author": "Ahmed Rowaihi @sudorw",
"license": "MIT",
"description": "a fullstack image component for puck editor OberonCMS, flydrive based to store manage in the cloud, aws, gcp, cloudfare, s3, vercel, filesystem, etc.",
"keywords": [
"oberon",
"oberoncms",
"cms",
"puck",
"block",
"component",
"nextjs",
"react",
"flydrive",
"aws",
"cloudfare",
"gcp",
"s3",
"filesystem",
"vercel",
"storage"
],
"repository": {
"type": "git",
"url": "https://github.com/Tohuhono/Oberon",
"directory": "packages/plugins/flydrive"
},
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.js",
"node": "./dist/server.js"
},
"./vercel": "./dist/extentions/vercel.js",
"./plugin": "./dist/plugin.js"
},
"files": [
"./dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"flydrive": "^2.0.0",
"image-size": "2.0.2",
"react-dropzone": "^15.0.0",
"server-only": "^0.0.1",
"@oberoncms/core": "0.19.1"
},
"peerDependencies": {
"@vercel/blob": ">=0.23.3",
"next": "^16.0.4",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"peerDependenciesMeta": {
"@vercel/blob": {
"optional": true
}
},
"devDependencies": {
"@puckeditor/core": "^0.21.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vercel/blob": "^2.2.0",
"eslint": "^9.39.2",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "5.9.3",
"@dev/eslint": "0.2.0",
"@dev/scripts": "0.2.0",
"@dev/typescript": "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"
}
}