mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@strapi/plugin-upload",
|
|
"version": "4.3.6",
|
|
"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.3.6",
|
|
"@strapi/provider-upload-local": "4.3.6",
|
|
"@strapi/utils": "4.3.6",
|
|
"byte-size": "7.0.1",
|
|
"cropperjs": "1.5.12",
|
|
"date-fns": "2.29.2",
|
|
"fs-extra": "10.0.0",
|
|
"immer": "9.0.15",
|
|
"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.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-intl": "5.25.1",
|
|
"react-redux": "7.2.8",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "5.2.0",
|
|
"sharp": "0.30.7"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "8.17.1",
|
|
"@testing-library/react": "11.2.7",
|
|
"@testing-library/react-hooks": "3.7.0",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"msw": "0.42.3",
|
|
"react-test-renderer": "^17.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"displayName": "Media Library",
|
|
"name": "upload",
|
|
"description": "Media file management.",
|
|
"required": true,
|
|
"kind": "plugin"
|
|
}
|
|
}
|