{
    "name": "stream-react-components",
    "version": "0.0.25",
    "description": "React component library for GetStream.io",
    "main": "dist/stream-react-components.js",
    "repository": "git@github.com:kenhoff/stream-react-components.git",
    "author": "Ken Hoff <ken@hoff.tech>",
    "license": "MIT",
    "scripts": {
        "test": "jest",
        "test-dev": "jest --watch",
        "dev": "concurrently \"webpack --watch --mode=\"development\"\" \"node-sass --watch ./scss --output ./css\""
    },
    "dependencies": {
        "babel-core": "^6.26.3",
        "babel-loader": "^7.1.5",
        "babel-plugin-transform-class-properties": "^6.24.1",
        "babel-plugin-transform-object-rest-spread": "^6.26.0",
        "babel-preset-env": "^1.7.0",
        "babel-preset-react": "^6.24.1",
        "getstream": "^3.18.0",
        "react": "^16.4.1",
        "react-waypoint": "^8.0.3"
    },
    "devDependencies": {
        "babel-jest": "^23.4.2",
        "concurrently": "^3.6.0",
        "eslint": "^5.1.0",
        "eslint-plugin-react": "^7.10.0",
        "jest": "^23.4.2",
        "mdi": "^2.2.43",
        "node-sass": "^4.9.2",
        "react-test-renderer": "^16.4.2",
        "webpack": "^4.16.1",
        "webpack-cli": "^3.1.0"
    }
}
