2017-01-17 13:40:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "strapi-plugin-content-manager",
|
2019-07-25 12:00:42 +02:00
|
|
|
"version": "3.0.0-beta.14",
|
2017-06-08 17:16:20 +01:00
|
|
|
"description": "A powerful UI to easily manage your data.",
|
|
|
|
|
"strapi": {
|
|
|
|
|
"name": "Content Manager",
|
2017-11-02 11:36:38 +01:00
|
|
|
"icon": "plug",
|
2019-05-24 16:02:44 +02:00
|
|
|
"description": "content-manager.plugin.description",
|
|
|
|
|
"required": true
|
2017-01-17 13:40:59 +01:00
|
|
|
},
|
2017-06-08 17:16:20 +01:00
|
|
|
"scripts": {
|
2019-07-23 10:54:44 +02:00
|
|
|
"test": "jest services"
|
2018-01-19 12:06:08 +01:00
|
|
|
},
|
2018-08-27 14:57:47 +02:00
|
|
|
"dependencies": {
|
2019-05-03 16:35:33 +02:00
|
|
|
"classnames": "^2.2.6",
|
2019-04-25 14:04:48 +02:00
|
|
|
"codemirror": "^5.46.0",
|
2019-04-18 19:54:21 +02:00
|
|
|
"draft-js": "^0.10.5",
|
|
|
|
|
"immutable": "^3.8.2",
|
|
|
|
|
"invariant": "^2.2.1",
|
|
|
|
|
"lodash": "^4.17.11",
|
2019-05-03 16:35:33 +02:00
|
|
|
"pluralize": "^7.0.0",
|
2019-04-18 19:54:21 +02:00
|
|
|
"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",
|
2019-07-16 18:53:41 +02:00
|
|
|
"react-select": "^3.0.4",
|
2019-04-18 19:54:21 +02:00
|
|
|
"react-transition-group": "^2.5.0",
|
2019-04-24 18:18:25 +02:00
|
|
|
"reactstrap": "^5.0.0",
|
|
|
|
|
"redux": "^4.0.1",
|
|
|
|
|
"redux-immutable": "^4.0.0",
|
2019-04-18 19:54:21 +02:00
|
|
|
"reselect": "^3.0.1",
|
2019-05-03 16:35:33 +02:00
|
|
|
"showdown": "^1.9.0",
|
2019-07-25 12:00:42 +02:00
|
|
|
"strapi-helper-plugin": "3.0.0-beta.14",
|
|
|
|
|
"strapi-utils": "3.0.0-beta.14",
|
2019-07-19 17:24:27 +02:00
|
|
|
"styled-components": "^4.2.0",
|
|
|
|
|
"yup": "^0.27.0"
|
2019-04-18 19:54:21 +02:00
|
|
|
},
|
2018-01-19 12:06:08 +01:00
|
|
|
"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": {
|
2019-07-15 11:16:38 +02:00
|
|
|
"node": ">=10.0.0",
|
|
|
|
|
"npm": ">=6.0.0"
|
2018-01-19 12:06:08 +01:00
|
|
|
},
|
2019-05-02 15:45:09 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
2019-04-24 18:18:25 +02:00
|
|
|
}
|