{
  "name": "@difizen/mana-react",
  "version": "0.1.32",
  "description": "",
  "keywords": [
    "mana",
    "difizen",
    "ui",
    "react"
  ],
  "license": "MIT",
  "exports": {
    ".": {
      "import": {
        "typings": "./es/index.d.ts",
        "default": "./es/index.js"
      },
      "require": {
        "typings": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "src"
  ],
  "dependencies": {
    "@ant-design/icons": "^5.1.0",
    "@difizen/mana-common": "^0.1.32",
    "classnames": "^2.3.2",
    "rc-dropdown": "^3.2.0",
    "rc-motion": "^2.9.2",
    "rc-notification": "^5.6.0",
    "rc-tabs": "^11.10.1",
    "rc-util": "^4.21.1"
  },
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "devDependencies": {
    "@types/react": ">=16.8.6",
    "@types/react-dom": ">=16.8.6",
    "rimraf": "latest"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "setup": "father build",
    "build": "father build",
    "test": ": Note: lint task is delegated to test:* scripts",
    "test:vitest": "vitest run",
    "test:jest": "jest",
    "coverage": ": Note: lint task is delegated to coverage:* scripts",
    "coverage:vitest": "vitest run --coverage",
    "coverage:jest": "jest --coverage",
    "lint": ": Note: lint task is delegated to lint:* scripts",
    "lint:eslint": "eslint src",
    "lint:tsc": "tsc --noEmit"
  }
}