{
  "name": "react-admin-base",
  "description": "[WIP]",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/robinsoft/react-admin-base.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "watch": "tsc -w"
  },
  "main": "lib/esm/index.js",
  "jsnext:main": "lib/esm/index.js",
  "module": "lib/esm/index.js",
  "author": "Burak Tamturk <buraktamturk@gmail.com>",
  "license": "MIT",
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "dependencies": {
    "axios": "^1.18.0",
    "file-dialog": "0.0.8",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "sheetjs-style-v2": "^0.15.6",
    "simple-react-validator": "^1.6.2",
    "slugify": "^1.6.9",
    "upload-controller-factory": "^0.1.2"
  },
  "peerDependencies": {
    "react": "^19.2.3",
    "react-intl": "^10.1.0",
    "react-router": "^7.17.0"
  },
  "devDependencies": {
    "typescript": "^6.0.2"
  },
  "version": "0.10.3"
}