2021-03-19 19:04:22 +01:00
|
|
|
{
|
2021-03-21 18:04:18 +01:00
|
|
|
"name": "strapi-plugin-config-sync",
|
2024-11-11 20:05:38 +01:00
|
|
|
"version": "3.0.4",
|
2022-03-16 22:10:24 +01:00
|
|
|
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
|
2021-03-19 19:04:22 +01:00
|
|
|
"strapi": {
|
2021-10-13 17:31:16 +02:00
|
|
|
"displayName": "Config Sync",
|
2021-03-21 18:04:18 +01:00
|
|
|
"name": "config-sync",
|
2021-03-26 19:53:18 +01:00
|
|
|
"icon": "sync",
|
2022-03-16 22:10:24 +01:00
|
|
|
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
|
2021-10-13 17:31:16 +02:00
|
|
|
"required": false,
|
|
|
|
"kind": "plugin"
|
|
|
|
},
|
2021-11-02 19:03:58 +01:00
|
|
|
"bin": {
|
2021-11-10 16:22:52 +01:00
|
|
|
"config-sync": "./bin/config-sync"
|
2021-11-02 19:03:58 +01:00
|
|
|
},
|
2024-11-06 11:59:15 +01:00
|
|
|
"exports": {
|
|
|
|
"./strapi-admin": {
|
|
|
|
"source": "./admin/src/index.js",
|
|
|
|
"import": "./dist/admin/index.mjs",
|
|
|
|
"require": "./dist/admin/index.js",
|
|
|
|
"default": "./dist/admin/index.js"
|
|
|
|
},
|
|
|
|
"./strapi-server": {
|
|
|
|
"source": "./server/index.js",
|
|
|
|
"import": "./dist/server/index.mjs",
|
|
|
|
"require": "./dist/server/index.js",
|
|
|
|
"default": "./dist/server/index.js"
|
|
|
|
},
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2021-10-13 17:31:16 +02:00
|
|
|
"scripts": {
|
2024-11-06 11:59:15 +01:00
|
|
|
"develop": "strapi-plugin watch:link",
|
|
|
|
"watch": "pack-up watch",
|
|
|
|
"build": "pack-up build && yalc push --publish",
|
2021-10-13 17:31:16 +02:00
|
|
|
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
|
|
|
|
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
|
2021-12-28 22:07:43 +01:00
|
|
|
"test:unit": "jest --verbose",
|
2023-10-19 08:18:42 +02:00
|
|
|
"test:integration": "cd playground && node_modules/.bin/jest --verbose --forceExit --detectOpenHandles",
|
2024-10-12 16:46:36 +02:00
|
|
|
"playground:install": "yarn playground:yalc-add-link && cd playground && yarn install",
|
|
|
|
"playground:yalc-add": "cd playground && yalc add strapi-plugin-config-sync",
|
|
|
|
"playground:yalc-add-link": "cd playground && yalc add --link strapi-plugin-config-sync",
|
2022-01-05 18:05:37 +01:00
|
|
|
"playground:build": "cd playground && yarn build",
|
2021-12-31 13:28:04 +01:00
|
|
|
"playground:develop": "cd playground && yarn develop"
|
2021-03-20 00:57:12 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-11 19:31:31 +01:00
|
|
|
"adm-zip": "^0.5.16",
|
2022-01-07 12:29:57 +01:00
|
|
|
"chalk": "^4.1.2",
|
2021-11-02 19:03:58 +01:00
|
|
|
"cli-table": "^0.3.6",
|
2022-01-07 12:29:57 +01:00
|
|
|
"commander": "^8.3.0",
|
2024-10-14 20:58:53 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2022-04-24 14:07:39 +02:00
|
|
|
"git-diff": "^2.0.6",
|
2022-01-07 09:59:35 +01:00
|
|
|
"immutable": "^3.8.2",
|
2022-01-07 12:53:07 +01:00
|
|
|
"inquirer": "^8.2.0",
|
2024-11-06 12:29:16 +01:00
|
|
|
"lodash": "^4.17.11",
|
2023-10-17 20:51:59 +02:00
|
|
|
"react-diff-viewer-continued": "3.2.6",
|
2024-04-03 20:59:30 +02:00
|
|
|
"react-intl": "6.6.2",
|
2024-11-06 14:52:10 +01:00
|
|
|
"react-query": "^3.39.3",
|
2024-11-06 13:24:53 +01:00
|
|
|
"react-redux": "^7.2.2",
|
|
|
|
"redux": "^4.0.5",
|
2022-01-07 10:13:04 +01:00
|
|
|
"redux-immutable": "^4.0.0",
|
2024-11-06 14:52:10 +01:00
|
|
|
"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",
|
2024-03-27 16:15:05 +01:00
|
|
|
"email": "boaz@pluginpal.io",
|
2021-03-20 00:57:12 +01:00
|
|
|
"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",
|
2024-03-27 16:15:05 +01:00
|
|
|
"email": "boaz@pluginpal.io",
|
2021-03-20 00:57:12 +01:00
|
|
|
"url": "https://github.com/boazpoolman"
|
2021-03-19 19:04:22 +01:00
|
|
|
}
|
|
|
|
],
|
2021-10-13 17:31:16 +02:00
|
|
|
"files": [
|
2024-11-06 11:59:15 +01:00
|
|
|
"dist",
|
|
|
|
"bin"
|
2021-10-13 17:31:16 +02:00
|
|
|
],
|
2021-12-09 21:46:29 +01:00
|
|
|
"peerDependencies": {
|
2024-11-06 11:59:15 +01:00
|
|
|
"@strapi/strapi": "^5.0.0",
|
2024-12-19 22:00:25 +01:00
|
|
|
"@strapi/admin": "^5.0.0",
|
|
|
|
"@strapi/design-system": "^2.0.0",
|
|
|
|
"@strapi/icons": "^2.0.0",
|
|
|
|
"@strapi/utils": "^5.0.0",
|
2024-11-06 11:59:15 +01:00
|
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
2024-11-08 20:45:44 +01:00
|
|
|
"react-router-dom": "^6.0.0",
|
|
|
|
"styled-components": "^6.0.0"
|
2021-12-09 21:46:29 +01:00
|
|
|
},
|
2021-10-13 17:31:16 +02:00
|
|
|
"devDependencies": {
|
2024-12-19 22:00:25 +01:00
|
|
|
"@strapi/sdk-plugin": "^5.0.0",
|
|
|
|
"@strapi/strapi": "^5.0.0",
|
|
|
|
"@strapi/admin": "^5.0.0",
|
|
|
|
"@strapi/design-system": "^2.0.0",
|
|
|
|
"@strapi/icons": "^2.0.0",
|
|
|
|
"@strapi/utils": "^5.0.0",
|
2021-10-13 17:31:16 +02:00
|
|
|
"babel-eslint": "9.0.0",
|
2021-12-08 16:05:12 +01:00
|
|
|
"eslint": "^7.32.0",
|
2021-10-13 17:31:16 +02:00
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
|
|
"eslint-config-react-app": "^3.0.7",
|
|
|
|
"eslint-import-resolver-webpack": "^0.11.0",
|
2022-12-31 13:39:19 +01:00
|
|
|
"eslint-loader": "^4.0.2",
|
2021-10-13 17:31:16 +02:00
|
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
|
|
"eslint-plugin-flowtype": "2.50.1",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
|
|
"eslint-plugin-react": "^7.21.5",
|
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
2023-10-19 07:49:52 +02:00
|
|
|
"jest": "^29.7.0",
|
2022-12-31 13:39:19 +01:00
|
|
|
"jest-cli": "^29.3.1",
|
2021-10-13 17:31:16 +02:00
|
|
|
"jest-styled-components": "^7.0.2",
|
2024-10-12 16:46:36 +02:00
|
|
|
"nodemon": "^3.1.7",
|
2024-12-19 22:00:25 +01:00
|
|
|
"react": "^17.0.0",
|
2024-10-12 16:46:36 +02:00
|
|
|
"styled-components": "^5.2.3",
|
|
|
|
"yalc": "^1.0.0-pre.53"
|
2021-10-13 17:31:16 +02:00
|
|
|
},
|
2021-03-21 20:40:55 +01:00
|
|
|
"bugs": {
|
2024-03-27 16:21:39 +01:00
|
|
|
"url": "https://github.com/pluginpal/strapi-plugin-config-sync/issues"
|
2021-03-21 20:40:55 +01:00
|
|
|
},
|
2024-03-27 16:15:05 +01:00
|
|
|
"homepage": "https://www.pluginpal.io/plugin/config-sync",
|
2021-03-19 19:04:22 +01:00
|
|
|
"engines": {
|
2023-10-14 19:47:06 +02:00
|
|
|
"node": ">=18.0.0",
|
2021-03-19 19:04:22 +01:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
2023-02-10 18:28:26 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
}
|
2021-03-19 19:04:22 +01:00
|
|
|
}
|