93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "strapi-plugin-config-sync",
|
|
"version": "1.0.0-alpha.5",
|
|
"description": "CLI & GUI for syncing config data across environments.",
|
|
"strapi": {
|
|
"displayName": "Config Sync",
|
|
"name": "config-sync",
|
|
"icon": "sync",
|
|
"description": "CLI & GUI for syncing config data across environments.",
|
|
"required": false,
|
|
"kind": "plugin"
|
|
},
|
|
"bin": {
|
|
"config-sync": "./bin/config-sync"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
|
|
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
|
|
"test:unit": "jest --verbose"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"cli-table": "^0.3.6",
|
|
"commander": "^8.3.0",
|
|
"inquirer": "^8.2.0",
|
|
"react-diff-viewer": "^3.1.1",
|
|
"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"
|
|
}
|
|
],
|
|
"files": [
|
|
"admin",
|
|
"server",
|
|
"bin",
|
|
"strapi-admin.js",
|
|
"strapi-server.js"
|
|
],
|
|
"peerDependencies": {
|
|
"@strapi/strapi": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
|
"@strapi/design-system": "0.0.1-alpha.70",
|
|
"@strapi/helper-plugin": "4.0.0",
|
|
"@strapi/icons": "0.0.1-alpha.70",
|
|
"@strapi/strapi": "^4.0.0",
|
|
"@strapi/utils": "4.0.0",
|
|
"babel-eslint": "9.0.0",
|
|
"codecov": "^3.8.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-react-app": "^3.0.7",
|
|
"eslint-import-resolver-webpack": "^0.11.0",
|
|
"eslint-loader": "2.1.1",
|
|
"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",
|
|
"immutable": "^4.0.0-rc.14",
|
|
"jest": "^26.0.1",
|
|
"jest-cli": "^26.0.1",
|
|
"jest-styled-components": "^7.0.2",
|
|
"lodash": "^4.17.11",
|
|
"react": "^17.0.2",
|
|
"react-intl": "^5.20.12",
|
|
"react-redux": "^7.2.2",
|
|
"redux": "^4.0.5",
|
|
"redux-immutable": "^4.0.0",
|
|
"styled-components": "^5.2.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/boazpoolman/strapi-plugin-config-sync/issues"
|
|
},
|
|
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|