Alexandre Bodin bd0cc2c1b9 cleanup
2019-04-26 16:58:56 +02:00

62 lines
1.4 KiB
JSON

{
"name": "strapi-plugin-content-manager",
"version": "3.0.0-beta.0",
"description": "A powerful UI to easily manage your data.",
"strapi": {
"name": "Content Manager",
"icon": "plug",
"description": "content-manager.plugin.description"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"codemirror": "^5.46.0",
"draft-js": "^0.10.5",
"pluralize": "^7.0.0",
"showdown": "^1.9.0",
"strapi-utils": "^3.0.0-beta.0"
},
"peerDependencies": {
"classnames": "^2.2.6",
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"lodash": "^4.17.11",
"react": "^16.0.0",
"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-select": "^1.3.0",
"react-transition-group": "^2.5.0",
"reactstrap": "^5.0.0",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"reselect": "^3.0.1",
"strapi-helper-plugin": "^3.0.0-beta.0",
"styled-components": "^4.2.0"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}