mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"name": "@strapi/plugin-upload",
|
|
"version": "4.8.2",
|
|
"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",
|
|
"test:unit:watch": "jest --watch",
|
|
"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",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@strapi/design-system": "1.6.6",
|
|
"@strapi/helper-plugin": "4.8.2",
|
|
"@strapi/icons": "1.6.6",
|
|
"@strapi/provider-upload-local": "4.8.2",
|
|
"@strapi/utils": "4.8.2",
|
|
"axios": "1.3.4",
|
|
"byte-size": "7.0.1",
|
|
"cropperjs": "1.5.12",
|
|
"date-fns": "2.29.3",
|
|
"formik": "2.2.9",
|
|
"fs-extra": "10.0.0",
|
|
"immer": "9.0.19",
|
|
"koa-range": "0.3.0",
|
|
"koa-static": "5.0.0",
|
|
"lodash": "4.17.21",
|
|
"mime-types": "2.1.35",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "6.11.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dnd": "15.1.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-intl": "6.3.2",
|
|
"react-query": "3.24.3",
|
|
"react-redux": "8.0.5",
|
|
"react-select": "5.7.0",
|
|
"sharp": "0.31.1",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "8.19.0",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"msw": "1.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "5.3.4",
|
|
"react-test-renderer": "^17.0.2",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "5.3.4",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"displayName": "Media Library",
|
|
"name": "upload",
|
|
"description": "Media file management.",
|
|
"required": true,
|
|
"kind": "plugin"
|
|
}
|
|
}
|