{
    "name": "react-admin",
    "version": "5.14.6",
    "description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
    "files": [
        "*.md",
        "dist",
        "src"
    ],
    "zshy": "./src/index.ts",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "types": "./dist/index.d.cts",
    "type": "module",
    "sideEffects": false,
    "authors": [
        "François Zaninotto"
    ],
    "repository": "marmelab/react-admin",
    "homepage": "https://github.com/marmelab/react-admin#readme",
    "bugs": "https://github.com/marmelab/react-admin/issues",
    "license": "MIT",
    "scripts": {
        "build": "zshy --silent"
    },
    "devDependencies": {
        "@tanstack/query-async-storage-persister": "^5.90.2",
        "@tanstack/react-query": "^5.90.2",
        "@tanstack/react-query-devtools": "^5.91.3",
        "@tanstack/react-query-persist-client": "^5.90.2",
        "data-generator-retail": "^5.14.6",
        "expect": "^27.4.6",
        "ra-data-fakerest": "^5.14.6",
        "react-router": "^6.28.1",
        "react-router-dom": "^6.28.1",
        "typescript": "^5.1.3",
        "zshy": "^0.5.0"
    },
    "peerDependencies": {
        "react": "^18.0.0 || ^19.0.0",
        "react-dom": "^18.0.0 || ^19.0.0"
    },
    "dependencies": {
        "@emotion/react": "^11.14.0",
        "@emotion/styled": "^11.14.0",
        "@mui/icons-material": "^5.16.12 || ^6.0.0 || ^7.0.0",
        "@mui/material": "^5.16.12 || ^6.0.0 || ^7.0.0",
        "@tanstack/react-query": "^5.83.0",
        "ra-core": "^5.14.6",
        "ra-i18n-polyglot": "^5.14.6",
        "ra-language-english": "^5.14.6",
        "ra-ui-materialui": "^5.14.6",
        "react-hook-form": "^7.72.0",
        "react-router": "^6.28.1 || ^7.1.1",
        "react-router-dom": "^6.28.1 || ^7.1.1"
    },
    "gitHead": "2d8dcf6395f6fc1b75d2a00f27f22955956edc54",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    }
}
