# react-admin-base

`react-admin-base` is the shared TypeScript foundation for React admin modules in this repository. Other theme packages build on top of this package.

## Installation

```bash
npm install react-admin-base
```

## Package Info

- Version: `0.10.0`
- Main: `lib/esm/index.js`
- Module: `ESM`

## Peer Dependencies

- `react >=19.2.3`
- `react-intl >=8.0.11`
- `react-router >=7.11.0`

## Notes

- This package is a TypeScript-only build package.
- `npm run test` is a placeholder and does not run real tests.

## Scripts

- `npm run build`: `tsc`
- `npm run watch`: `tsc -w`

## Release Order

Publish this package first, then publish theme packages depending on it.
