{
    "name": "@pankod/refine",
    "version": "2.7.8",
    "description": "refine is a React-based framework for building data-intensive applications in no time. It ships with Ant Design System, an enterprise-level UI toolkit.",
    "private": false,
    "main": "dist/index.js",
    "module": "dist/refine.esm.js",
    "typings": "dist/index.d.ts",
    "scripts": {
        "start": "tsdx watch --tsconfig tsconfig.json --verbose --noClean",
        "build": "tsdx build --tsconfig tsconfig.json",
        "test": "tsdx test --passWithNoTests --runInBand",
        "prepare": "tsdx build",
        "size": "size-limit",
        "analyze": "size-limit --why",
        "generate-theme": "npx @emeks/antd-custom-theme-generator -w --antd ../../node_modules/antd ./src/assets/styles/custom-theme.less ./src/assets/styles/styles.min.css"
    },
    "peerDependencies": {
        "antd": "^4.17.1",
        "dayjs": "^1.10.7",
        "react": "^17.0.2",
        "react-dom": "^17.0.2"
    },
    "devDependencies": {
        "@babel/core": "^7.13.14",
        "@rollup/plugin-image": "^2.0.6",
        "@size-limit/preset-small-lib": "^5.0.5",
        "@testing-library/jest-dom": "^5.12.0",
        "@testing-library/react": "^11.2.6",
        "@testing-library/react-hooks": "^5.0.3",
        "@testing-library/user-event": "^12.8.3",
        "@types/jest": "^26.0.24",
        "@types/lodash": "^4.14.171",
        "@types/papaparse": "^5.2.5",
        "@types/pluralize": "^0.0.29",
        "@types/qs": "^6.9.7",
        "@types/react": "^17.0.4",
        "@types/react-csv": "^1.1.1",
        "@types/react-dom": "^17.0.4",
        "@types/react-router-dom": "^5.1.8",
        "@types/testing-library__jest-dom": "^5.9.5",
        "babel-plugin-module-resolver": "^4.1.0",
        "identity-obj-proxy": "^3.0.0",
        "msw": "^0.26.2",
        "postcss": "^8.2.15",
        "react-router-dom": "^5.3.0",
        "rollup-plugin-copy": "^3.4.0",
        "rollup-plugin-postcss": "^4.0.0",
        "size-limit": "^5.0.5",
        "tsdx": "^0.14.1",
        "typescript": "^4.4.3"
    },
    "dependencies": {
        "@ant-design/icons": "^4.5.0",
        "antd": "^4.17.1",
        "dayjs": "^1.10.7",
        "export-to-csv": "^0.2.1",
        "humanize-string": "^2.1.0",
        "lodash": "^4.17.21",
        "lodash-es": "^4.17.21",
        "papaparse": "^5.3.0",
        "pluralize": "^8.0.0",
        "qs": "^6.10.1",
        "react-csv": "^2.0.3",
        "react-markdown": "^6.0.1",
        "react-query": "^3.19.2",
        "remark-gfm": "^1.0.0",
        "sunflower-antd": "1.0.0-beta.3",
        "tslib": "^2.3.1"
    },
    "author": "Pankod",
    "license": "MIT",
    "gitHead": "b5ea996a15a806270cc6c678f7b12e0d9e9ca6ac",
    "publishConfig": {
        "access": "public"
    }
}
