strapi-plugin-config-sync/package.json

100 lines
2.9 KiB
JSON
Raw Normal View History

2021-03-19 19:04:22 +01:00
{
"name": "strapi-plugin-config-sync",
2024-04-18 23:12:12 +02:00
"version": "1.2.5",
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",
"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
},
2021-10-13 17:31:16 +02:00
"scripts": {
"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",
2021-12-31 13:28:04 +01:00
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
"playground:install": "cd playground && yarn install",
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": {
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",
"git-diff": "^2.0.6",
"immutable": "^3.8.2",
2022-01-07 12:53:07 +01:00
"inquirer": "^8.2.0",
"react-diff-viewer-continued": "3.2.6",
"redux-immutable": "^4.0.0",
"react-intl": "6.6.2",
2021-10-15 14:54:58 +02: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",
"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",
"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": [
"admin",
"server",
2021-11-10 16:53:57 +01:00
"bin",
2021-10-13 17:31:16 +02:00
"strapi-admin.js",
"strapi-server.js"
],
2021-12-09 21:46:29 +01:00
"peerDependencies": {
2024-05-08 15:57:35 +02:00
"@strapi/strapi": "^5.0.0-beta.6"
2021-12-09 21:46:29 +01:00
},
2021-10-13 17:31:16 +02:00
"devDependencies": {
2024-04-03 20:55:53 +02:00
"@strapi/design-system": "^1.16.0",
"@strapi/icons": "^1.16.0",
2024-05-08 15:57:35 +02:00
"@strapi/utils": "5.0.0-beta.6",
"@strapi/strapi": "5.0.0-beta.6",
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",
"lodash": "^4.17.11",
"react": "^17.0.2",
2021-10-13 17:31:16 +02:00
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"styled-components": "^5.2.3"
},
"bugs": {
2024-03-27 16:21:39 +01:00
"url": "https://github.com/pluginpal/strapi-plugin-config-sync/issues"
},
"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"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
2021-03-19 19:04:22 +01:00
}