@marklogic-community/grove-core-react-redux-containers
Version:
Provides connected Redux + React containers for the MarkLogic Grove React UI
93 lines (92 loc) • 2.59 kB
JSON
{
"name": "@marklogic-community/grove-core-react-redux-containers",
"version": "1.0.0",
"description": "Provides connected Redux + React containers for the MarkLogic Grove React UI",
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "npm run lint && webpack -p",
"build:dev": "npm run lint && webpack --mode=development",
"test": "npm run lint && jest",
"test:watch": "npm run lint && jest --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/marklogic-community/grove-core-react-redux-containers.git"
},
"keywords": [
"MarkLogic",
"Grove",
"React",
"Redux",
"Search"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/marklogic-community/grove-core-react-redux-containers/issues"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.7.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.11",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.10.0",
"jest": "^23.4.1",
"prettier": "^1.13.7",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@marklogic-community/grove-core-react-components": "^1.0.0",
"@marklogic-community/grove-crud-redux": "^1.0.0",
"@marklogic-community/grove-search-redux": "^1.0.0",
"@marklogic-community/grove-user-redux": "^1.0.0",
"prop-types": "^15.6.2"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/test/styleMock.js"
},
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTests.js"
},
"peerDependencies": {
"react-redux": "^5.0.7",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"contributors": [
{
"name": "Matt Pileggi",
"url": "https://github.com/withjam"
},
{
"name": "Marianne Myers",
"url": "https://github.com/mariannemyers"
},
{
"name": "Geert Josten",
"url": "https://github.com/grtjn"
}
]
}