{
  "name": "m2m-components",
  "version": "8.3.0",
  "repository": "https://github.com/matsuri-tech/m2m-components.git",
  "main": "index.js",
  "module": "index.mjs",
  "typings": "index.d.ts",
  "files": [
    "**",
    "!.npmrc"
  ],
  "scripts": {
    "build": "tsup --dts",
    "build:fast": "tsup",
    "dev": "pnpm build:fast -- --watch",
    "lint": "eslint .",
    "postlint": "prettier --check .",
    "format": "eslint . --fix",
    "postformat": "prettier --write .",
    "typecheck": "tsc -p . --noEmit",
    "predeploy": "cp package.json README.md jsx.d.ts react.d.ts dist",
    "test": "vitest"
  },
  "dependencies": {
    "@lit/task": "1.0.3",
    "idb": "8.0.3",
    "lit": "3.3.3",
    "matsuri-forms-sdk": "2.1.7"
  },
  "peerDependencies": {
    "@datadog/browser-logs": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "@emotion/react": "^11.0.0",
    "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0",
    "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0",
    "matsuri-hooks": "^3.0.0 || ^4.0.0",
    "matsuri-ui": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react": "^18.2.0 || ^19.0.0",
    "swr": "^2.0.0"
  },
  "devDependencies": {
    "@datadog/browser-logs": "7.5.0",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.1",
    "@mui/icons-material": "9.2.0",
    "@mui/material": "9.2.0",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.2",
    "endpoints-sdk-cli": "3.1.10",
    "fake-indexeddb": "6.2.5",
    "jsdom": "29.1.1",
    "matsuri-hooks": "4.2.23",
    "matsuri-ui": "19.0.0",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "swr": "2.4.2",
    "tsup": "8.5.1",
    "vitest": "4.1.10"
  }
}
