2021-03-19 19:04:22 +01:00
|
|
|
{
|
2021-03-21 18:04:18 +01:00
|
|
|
"name": "strapi-plugin-config-sync",
|
2021-03-21 20:25:26 +01:00
|
|
|
"version": "0.0.2",
|
2021-03-21 18:04:18 +01:00
|
|
|
"description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. ",
|
2021-03-19 19:04:22 +01:00
|
|
|
"strapi": {
|
2021-03-21 18:04:18 +01:00
|
|
|
"name": "config-sync",
|
2021-03-19 19:04:22 +01:00
|
|
|
"icon": "plug",
|
2021-03-21 18:04:18 +01:00
|
|
|
"description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. "
|
2021-03-20 00:57:12 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"immutable": "^4.0.0-rc.12",
|
|
|
|
"react": "^17.0.1",
|
2021-03-20 03:20:48 +01:00
|
|
|
"react-diff-viewer": "^3.1.1",
|
2021-03-20 00:57:12 +01:00
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-redux": "^7.2.2",
|
|
|
|
"redux": "^4.0.5",
|
|
|
|
"redux-immutable": "^4.0.0",
|
|
|
|
"redux-logger": "^3.0.6",
|
|
|
|
"redux-thunk": "^2.3.0"
|
2021-03-19 19:04:22 +01:00
|
|
|
},
|
|
|
|
"author": {
|
2021-03-20 00:57:12 +01:00
|
|
|
"name": "Boaz Poolman",
|
|
|
|
"email": "info@boazpoolman.nl",
|
|
|
|
"url": "https://github.com/boazpoolman"
|
2021-03-19 19:04:22 +01:00
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
2021-03-20 00:57:12 +01:00
|
|
|
"name": "Boaz Poolman",
|
|
|
|
"email": "info@boazpoolman.nl",
|
|
|
|
"url": "https://github.com/boazpoolman"
|
2021-03-19 19:04:22 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.16.0 <=14.x.x",
|
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|