39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "strapi-plugin-config",
|
|
"version": "0.0.1",
|
|
"description": "Manage your Strapi core_store configuration as partial json files which can be imported/exported across environments. ",
|
|
"strapi": {
|
|
"name": "config",
|
|
"icon": "plug",
|
|
"description": "Manage your Strapi core_store configuration as partial json files which can be imported/exported across environments. "
|
|
},
|
|
"dependencies": {
|
|
"immutable": "^4.0.0-rc.12",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-immutable": "^4.0.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"author": {
|
|
"name": "Boaz Poolman",
|
|
"email": "info@boazpoolman.nl",
|
|
"url": "https://github.com/boazpoolman"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Boaz Poolman",
|
|
"email": "info@boazpoolman.nl",
|
|
"url": "https://github.com/boazpoolman"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|