aacanakin/resource-store-redux

View on GitHub
packages/resource-store-redux-playground/package.json

Summary

Maintainability
Test Coverage
{
    "name": "resource-store-redux-playground",
    "version": "0.4.7",
    "private": true,
    "dependencies": {
        "@material-ui/core": "^4.2.0",
        "@types/jest": "^24.0.18",
        "@types/node": "12.6.1",
        "@types/react": "16.8.23",
        "@types/react-dom": "16.8.4",
        "axios": "^0.19.0",
        "jest": "^24.9.0",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-scripts": "^3.1.2",
        "resource-store-redux": "^0.4.7",
        "resource-store-redux-thunk": "^0.4.7",
        "typescript": "3.4.5"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "eject": "react-scripts eject"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}