mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "strapi-plugin-upload",
|
|
"version": "3.0.0-beta.8",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "Files Upload",
|
|
"icon": "cloud-upload",
|
|
"description": "Description of upload plugin."
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"immutable": "^3.8.2",
|
|
"invariant": "^2.2.1",
|
|
"lodash": "^4.17.11",
|
|
"react": "^16.0.0",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.0.0",
|
|
"react-intl": "^2.8.0",
|
|
"react-redux": "^7.0.2",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-transition-group": "^2.5.0",
|
|
"reactstrap": "^5.0.0",
|
|
"strapi-helper-plugin": "3.0.0-beta.8",
|
|
"strapi-provider-upload-local": "3.0.0-beta.8",
|
|
"strapi-utils": "3.0.0-beta.8",
|
|
"stream-to-array": "^2.3.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": "^10.0.0",
|
|
"npm": ">= 6.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|