strapi/packages/core/upload/package.json
Alexandre Bodin ab698015cf v4.1.12
2022-05-25 17:17:49 +02:00

58 lines
1.6 KiB
JSON

{
"name": "@strapi/plugin-upload",
"version": "4.1.12",
"description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"scripts": {
"test:unit": "jest --verbose",
"test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
},
"dependencies": {
"@strapi/helper-plugin": "4.1.12",
"@strapi/provider-upload-local": "4.1.12",
"@strapi/utils": "4.1.12",
"byte-size": "7.0.1",
"cropperjs": "1.5.11",
"fs-extra": "10.0.0",
"immer": "9.0.6",
"koa-range": "0.3.0",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"mime-types": "2.1.35",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"sharp": "0.30.4"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"displayName": "Media Library",
"name": "upload",
"description": "Media file management.",
"required": true,
"kind": "plugin"
}
}