UNPKG

@filerobot-strapi/content-plugin

Version:

Scaleflex DAM normalizes, resizes, optimizes and distributes your images rocket fast around the world.

78 lines (77 loc) 2.28 kB
{ "version": "2.0.3", "keywords": [ "scaleflex", "filerobot", "strapi" ], "type": "commonjs", "exports": { "./package.json": "./package.json", "./strapi-admin": { "source": "./admin/src/index.js", "import": "./dist/admin/index.mjs", "require": "./dist/admin/index.js", "default": "./dist/admin/index.js" }, "./strapi-server": { "source": "./server/src/index.js", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" } }, "files": [ "dist" ], "scripts": { "build": "strapi-plugin build", "watch": "strapi-plugin watch", "watch:link": "strapi-plugin watch:link", "verify": "strapi-plugin verify" }, "dependencies": { "@filerobot/core": "^3.114.5", "@filerobot/dropbox": "^3.114.5", "@filerobot/explorer": "^3.114.5", "@filerobot/google-drive": "^3.114.5", "@filerobot/onedrive": "^3.114.5", "@filerobot/progress-panel": "^3.114.5", "@filerobot/url": "^3.114.5", "@filerobot/xhr-upload": "^3.114.5", "@strapi/design-system": "^2.0.0-rc.30", "@strapi/icons": "^2.0.0-rc.30", "react-intl": "^7.1.14", "react-konva": "^18.2.10" }, "devDependencies": { "@strapi/sdk-plugin": "^5.3.2", "@strapi/strapi": "^5.33.0", "prettier": "^3.7.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.2", "styled-components": "^6.1.19" }, "peerDependencies": { "@strapi/sdk-plugin": "^5.3.2", "@strapi/strapi": "^5.33.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.2", "styled-components": "^6.1.19" }, "strapi": { "kind": "plugin", "name": "scaleflex-dam", "displayName": "Scaleflex DAM", "description": "Scaleflex DAM normalizes, resizes, optimizes and distributes your images rocket fast around the world." }, "name": "@filerobot-strapi/content-plugin", "description": "Scaleflex DAM normalizes, resizes, optimizes and distributes your images rocket fast around the world.", "license": "MIT", "author": "Scaleflex <register@scaleflex.com> (https://www.scaleflex.com)", "maintainers": [ "Scaleflex <plugins@scaleflex.com>" ] }