{
    "name": "rcre",
    "description": "Build complex applications without tears",
    "version": "0.21.18",
    "main": "./dist/index.js",
    "typings": "./dist/src/index.d.ts",
    "repository": "https://github.com/andycall/RCRE",
    "homepage": "/",
    "proxy": {
        "/proxy": {
            "target": "http://localhost:8844"
        },
        "/api": {
            "target": "http://localhost:8844"
        }
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "axios": "^0.16.2",
        "bowser": "1.9.4",
        "classnames": "^2.2.5",
        "create-react-context": "^0.2.3",
        "deep-freeze-node2": "^1.1.4",
        "events": "^3.0.0",
        "lodash": "^4.17.4",
        "lru-cache": "5.1.1",
        "moment": "^2.20.1",
        "prop-types": "^15.7.2",
        "qs": "^6.5.2",
        "rcre-runtime": "^0.21.0",
        "react": ">=16",
        "react-dom": ">=16",
        "react-lifecycles-compat": "^3.0.4",
        "react-redux": "^5.0.7",
        "redux": "^3.7.2",
        "redux-undo": "^0.6.1",
        "warning": "^4.0.3"
    },
    "devDependencies": {
        "chalk": "^2.4.1"
    },
    "license": "MIT",
    "gitHead": "7840b094901fd93fa01750804d2b2fb390afdd41"
}
