strapi-plugin-config-sync/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2021-03-19 19:04:22 +01:00
{
"name": "strapi-plugin-config-sync",
2021-05-05 22:34:54 +02:00
"version": "0.1.6",
"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": {
"name": "config-sync",
2021-03-26 19:53:18 +01:00
"icon": "sync",
"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": "^16.13.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.9.0",
2021-03-20 00:57:12 +01:00
"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
}
],
"bugs": {
"url": "https://github.com/boazpoolman/strapi-plugin-config-sync/issues"
},
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
2021-03-19 19:04:22 +01:00
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
2021-05-12 17:08:28 +02:00
"license": "MIT",
"devDependencies": {
"husky": "^6.0.0"
2021-05-12 17:24:42 +02:00
},
"scripts": {
"prepare": "husky install"
2021-05-12 17:08:28 +02:00
}
2021-03-19 19:04:22 +01:00
}