mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "strapi-plugin-settings-manager",
|
|
"version": "3.0.0-beta.14",
|
|
"description": "Strapi plugin to manage settings.",
|
|
"strapi": {
|
|
"name": "Settings Manager",
|
|
"icon": "wrench",
|
|
"description": "settings-manager.plugin.description"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"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-helmet": "^5.2.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",
|
|
"redux": "^4.0.1",
|
|
"reselect": "^3.0.1",
|
|
"shelljs": "^0.7.8",
|
|
"strapi-helper-plugin": "3.0.0-beta.14"
|
|
},
|
|
"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",
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|