{
    "name": "ra-lib-pr",
    "version": "1.2.40",
    "license": "MIT",
    "main": "./dist/index.esm.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "father build",
        "build:cp": "yarn build && cp -r ./dist ../react-admin/node_modules/ra-lib",
        "test": "father test",
        "test:coverage": "father test --coverage",
        "dumi:dev": "dumi dev"
    },
    "devDependencies": {
        "@ant-design/icons": "^4.3.0",
        "antd": "^4.9.2",
        "dumi": "^1.0.38",
        "lodash": "^4.17.20",
        "lodash.camelcase": "^4.3.0",
        "lodash.upperfirst": "^4.3.1",
        "prop-types": "^15.7.2",
        "react": "^16.11.0",
        "react-dom": "^16.11.0",
        "axios": "^0.21.1",
        "classnames": "^2.2.6",
        "flux-standard-action": "^2.1.1",
        "jszip": "^3.5.0",
        "nprogress": "^0.2.0",
        "path-to-regexp": "^6.1.0",
        "pubsub-js": "^1.8.0",
        "qs": "^6.5.2",
        "rc-util": "^5.5.0",
        "react-copy-to-clipboard": "^5.0.2",
        "react-helmet": "6.0.0-beta.2",
        "react-redux": "^7.2.0",
        "react-router-dom": "^5.1.2",
        "react-sortable-hoc": "^1.11.0",
        "redux": "^4.0.5",
        "redux-actions": "^2.6.5",
        "redux-thunk": "^2.3.0",
        "uuid": "^7.0.3"
    },
    "peerDependencies": {
        "@ant-design/icons": "^4.3.0",
        "antd": "^4.9.2",
        "axios": "^0.21.1",
        "classnames": "^2.2.6",
        "flux-standard-action": "^2.1.1",
        "jszip": "^3.5.0",
        "lodash": "^4.17.19",
        "lodash.camelcase": "^4.3.0",
        "lodash.upperfirst": "^4.3.1",
        "nprogress": "^0.2.0",
        "path-to-regexp": "^6.1.0",
        "prop-types": "^15.7.2",
        "pubsub-js": "^1.8.0",
        "qs": "^6.5.2",
        "rc-util": "^5.5.0",
        "react": "^16.13.1",
        "react-copy-to-clipboard": "^5.0.2",
        "react-dom": "^16.13.1",
        "react-helmet": "6.0.0-beta.2",
        "react-redux": "^7.2.0",
        "react-router-dom": "^5.1.2",
        "react-sortable-hoc": "^1.11.0",
        "redux": "^4.0.5",
        "redux-actions": "^2.6.5",
        "redux-thunk": "^2.3.0",
        "uuid": "^7.0.3"
    },
    "browserslist": [
        "ie>8",
        "Safari >= 6"
    ]
}
