{
  "name": "@myuon/mu-ui",
  "version": "0.3.3",
  "license": "MIT",
  "homepage": "https://mu-ui.vercel.app/welcome",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/myuon/mu-ui.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/mu-ui.umd.cjs",
  "module": "./dist/mu-ui.js",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/mu-ui.js",
      "require": "./dist/mu-ui.umd.cjs"
    }
  },
  "scripts": {
    "dev": "vite --config vite.config.uibook.ts",
    "prebuild": "rm -rf ./dist",
    "build": "yarn typecheck && yarn build:vite && yarn build:tsc",
    "build:vite": "vite build",
    "build:tsc": "tsc -p tsconfig.build.json",
    "build:uibook": "vite build --config vite.config.uibook.ts",
    "typecheck": "tsc --noEmit",
    "preview": "vite preview",
    "lint": "eslint {src,uibook} --ext .ts,.tsx",
    "format": "eslint {src,uibook} --fix --ext .ts,.tsx",
    "postformat": "prettier --write '{src,uibook}/**/*.{ts,tsx}'",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.6.2",
    "@mui/material": "^5.7.0",
    "@types/color": "^3.0.3",
    "@uiball/loaders": "^1.2.6",
    "color": "^4.2.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@emotion/babel-plugin": "^11.11.0",
    "@types/node": "^20.4.8",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/react-syntax-highlighter": "^15.5.1",
    "@typescript-eslint/eslint-plugin": "^6.2.1",
    "@typescript-eslint/parser": "^6.2.1",
    "@vitejs/plugin-react": "^4.0.4",
    "dayjs": "^1.11.2",
    "eslint": "^8.15.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-css-reorder": "^0.5.1",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.5.0",
    "hast-to-hyperscript": "^10.0.1",
    "prettier": "^3.0.1",
    "prism-themes": "^1.9.0",
    "react-router-dom": "^6.3.0",
    "react-syntax-highlighter": "^15.5.0",
    "refractor": "^4.7.0",
    "typescript": "^5.1.6",
    "vite": "^4.4.9"
  }
}
