81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
{
|
|
"name": "strapi-plugin-config-sync",
|
|
"version": "0.1.6",
|
|
"description": "Enables a development workflow in Strapi for easy migration of config data across environments.",
|
|
"strapi": {
|
|
"displayName": "Config Sync",
|
|
"name": "config-sync",
|
|
"icon": "sync",
|
|
"description": "sitemap.plugin.description",
|
|
"required": false,
|
|
"kind": "plugin"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
|
|
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
|
|
"test:unit": "jest --verbose"
|
|
},
|
|
"dependencies": {
|
|
"redux-thunk": "^2.3.0",
|
|
"react-diff-viewer": "^3.1.1"
|
|
},
|
|
"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",
|
|
"public",
|
|
"strapi-admin.js",
|
|
"strapi-server.js"
|
|
],
|
|
"devDependencies": {
|
|
"@strapi/helper-plugin": "4.0.0-beta.2",
|
|
"@strapi/icons": "^0.0.1-alpha.42",
|
|
"@strapi/parts": "^0.0.1-alpha.42",
|
|
"@strapi/utils": "4.0.0-beta.2",
|
|
"babel-eslint": "9.0.0",
|
|
"codecov": "^3.8.3",
|
|
"eslint": "^5.16.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": "^16.8.6",
|
|
"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"
|
|
}
|