{
  "name": "@esmate/react",
  "type": "module",
  "version": "3.1.5",
  "description": "React components, hooks, and styles in one package.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viendinhcom/esmate.git"
  },
  "keywords": [
    "esmate",
    "react",
    "components",
    "hooks",
    "styles",
    "ui",
    "utils",
    "typescript"
  ],
  "exports": {
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    },
    "./pkgs/*": {
      "types": "./dist/pkgs/*.d.ts",
      "import": "./dist/pkgs/*.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "ahooks": "^3.9.6",
    "immer": "^11.0.1",
    "zustand": "^5.0.9"
  },
  "devDependencies": {
    "@esmate/eslint": "^1.2.2",
    "@esmate/prettier": "^1.0.6",
    "@rslib/core": "^0.7.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.19.3",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "eslint": "^9.39.2",
    "fs-extra": "^11.3.3",
    "globby": "^14.1.0",
    "prettier": "^3.7.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsx export.ts && rslib build",
    "dev": "rslib build --watch",
    "fix": "prettier --write . && eslint --fix .",
    "check": "tsc && prettier --check . && eslint ."
  }
}