{
  "name": "@emooa/ui",
  "version": "0.0.38",
  "description": "Emooa react ui component",
  "author": "heiemooa <243973775@qq.com>",
  "homepage": "https://docs.emooa.com/ui",
  "keywords": [
    "Emooa",
    "Eui",
    "react",
    "ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/heiemooa/emooa.git"
  },
  "license": "ISC",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "directories": {
    "lib": "esm",
    "test": "__tests__"
  },
  "files": [
    "esm",
    "cjs"
  ],
  "scripts": {
    "start": "vite",
    "vite:build": "vite build",
    "test": "jest",
    "rimraf": "rimraf esm && rimraf cjs",
    "build": "yarn run rimraf && rollup -c"
  },
  "devDependencies": {
    "@ctrl/tinycolor": "^4.0.3",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@vitejs/plugin-react": "^4.2.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "postcss": "^8.4.33",
    "react-draggable": "^4.4.6",
    "rollup": "^4.9.4",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-postcss": "^4.0.2",
    "vite": "^5.2.0"
  },
  "dependencies": {
    "@emooa/icon": "^0.0.14",
    "@emotion/hash": "^0.9.1",
    "@emotion/unitless": "^0.8.1",
    "b-tween": "^0.3.3",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.10",
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.3.1",
    "react-focus-lock": "^2.12.1",
    "react-transition-group": "^4.4.5",
    "stylis": "^4.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "54a89c0f5be12c1828b5c2155ab13b3fd07c39b8",
  "jest": {
    "moduleNameMapper": {
      "^.+\\.css$": "identity-obj-proxy"
    }
  }
}
