{
  "name": "@seamapi/react",
  "version": "4.14.0",
  "description": "Seam Components.",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    },
    "./hooks.js": {
      "import": "./hooks.js",
      "types": "./hooks.d.ts"
    },
    "./elements.js": {
      "import": "./dist/elements.js",
      "types": "./src/elements.d.ts"
    },
    "./index.css": {
      "import": "./dist/index.css"
    }
  },
  "module": "index.js",
  "sideEffects": [
    "**/*.css",
    "./elements.js",
    "./dist/elements.js"
  ],
  "keywords": [
    "node"
  ],
  "homepage": "https://react.seam.co/",
  "bugs": "https://github.com/seamapi/react/issues",
  "repository": "seamapi/react",
  "license": "MIT",
  "author": {
    "name": "Seam Labs, Inc.",
    "email": "devops@getseam.com"
  },
  "files": [
    "index.js",
    "index.js.map",
    "index.d.ts",
    "hooks.js",
    "hooks.js.map",
    "hooks.d.ts",
    "lib",
    "src",
    "dist",
    "!test",
    "!**/*.test.ts",
    "!**/*.test.tsx",
    "!**/*.stories.ts",
    "!**/*.stories.tsx",
    "!src/stories"
  ],
  "scripts": {
    "start": "concurrently --raw --kill-others npm:examples:storybook npm:storybook",
    "dev": "npm run start",
    "build": "npm run build:entrypoints",
    "prebuild": "del 'index.*' 'hooks.*' lib dist",
    "postbuild": "concurrently --raw --group 'node ./index.js' 'node ./hooks.js'",
    "build:entrypoints": "npm run build:js",
    "prebuild:entrypoints": "npm run build:css",
    "postbuild:entrypoints": "vite build",
    "build:js": "tsc --project tsconfig.build.json",
    "postbuild:js": "tsc-alias --project tsconfig.build.json",
    "build:css": "sass --load-path=node_modules src/index.scss:dist/index.css",
    "postbuild:css": "sass --style=compressed --load-path=node_modules src/index.scss:dist/index.min.css",
    "docs:start": "concurrently --raw --kill-others npm:examples:storybook npm:storybook:docs",
    "docs:build": "storybook build --docs --output-dir docs",
    "predocs:build": "npm run examples:build",
    "postdocs:build": "typedoc",
    "typecheck": "tsc",
    "test": "vitest run",
    "test:update": "vitest run --update",
    "test:watch": "vitest watch",
    "test:ui": "vitest --ui",
    "test:inspect": "vitest watch --inspect-brk --single-thread --isolate false --test-timeout=1800000",
    "lint": "eslint --ignore-path .gitignore .",
    "prelint": "prettier --check --ignore-path .gitignore .",
    "postlint": "stylelint '**/*.scss'",
    "prepack": "tsx ./prepack.ts",
    "version": "tsx ./version.ts",
    "preversion": "tsx ./preversion.ts",
    "postversion": "git push --follow-tags",
    "storybook": "storybook dev --port 6006",
    "storybook:docs": "storybook dev --docs --port 6007",
    "storybook:build": "storybook build",
    "prestorybook:build": "vite build examples",
    "storybook:update-devicedb-seed": "tsx .storybook/update-devicedb-seed.ts",
    "poststorybook:update-devicedb-seed": "npm run format",
    "examples": "vite examples --host",
    "examples:build": "vite build examples",
    "examples:preview": "vite preview examples",
    "examples:storybook": "vite examples --host --clearScreen false --mode storybook",
    "preexamples:preview": "npm run examples:build",
    "generate": "svgr --icon --out-dir src/lib/icons -- assets/icons",
    "pregenerate": "del src/lib/icons",
    "postgenerate": "eslint --fix src/lib/icons",
    "format": "eslint --ignore-path .gitignore --fix .",
    "preformat": "prettier --write --ignore-path .gitignore .",
    "postformat": "stylelint --fix '**/*.scss'"
  },
  "engines": {
    "node": ">=18.12.0",
    "npm": ">= 9.0.0"
  },
  "peerDependencies": {
    "@seamapi/types": "^1.441.1",
    "@types/react": "^18.0.0 || ^19.0.0",
    "@types/react-dom": "^18.0.0 || ^19.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@seamapi/types": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.5",
    "@seamapi/http": "^1.95.1",
    "@seamapi/react-query": "^0.2.0",
    "@tanstack/react-query": "^5.27.5",
    "classnames": "^2.3.2",
    "luxon": "^3.3.0",
    "queue": "^7.0.0",
    "react-hook-form": "^7.46.1",
    "uuid": "^11.0.3",
    "zoned-time": "^1.1.2"
  },
  "devDependencies": {
    "@emotion/styled": "^11.10.6",
    "@mui/icons-material": "^5.11.16",
    "@mui/material": "^5.12.2",
    "@rollup/plugin-replace": "^5.0.5",
    "@rxfork/r2wc-react-to-web-component": "^2.4.0",
    "@seamapi/fake-devicedb": "^1.6.1",
    "@seamapi/fake-seam-connect": "^1.76.0",
    "@seamapi/types": "^1.678.0",
    "@storybook/addon-designs": "^7.0.1",
    "@storybook/addon-essentials": "^7.0.2",
    "@storybook/addon-links": "^7.0.2",
    "@storybook/addon-styling": "^1.0.5",
    "@storybook/blocks": "^7.0.2",
    "@storybook/react": "^7.0.2",
    "@storybook/react-webpack5": "^7.0.2",
    "@svgr/cli": "^8.0.1",
    "@testing-library/react": "^14.0.0",
    "@types/luxon": "^3.3.0",
    "@types/node": "^20.11.27",
    "@types/react": "^18.0.33",
    "@types/react-dom": "^18.0.11",
    "@types/uuid": "^10.0.0",
    "@vercel/node": "^3.0.7",
    "@vitejs/plugin-react": "^4.0.0",
    "@vitest/coverage-v8": "^0.34.4",
    "@vitest/ui": "^0.34.4",
    "concurrently": "^9.1.0",
    "copy-webpack-plugin": "^11.0.0",
    "del-cli": "^6.0.0",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-jsx": "^11.0.0",
    "eslint-config-standard-react": "^13.0.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "eslint-plugin-storybook": "^0.6.11",
    "eslint-plugin-unused-imports": "^3.0.0",
    "execa": "^9.5.1",
    "fast-glob": "^3.2.12",
    "happy-dom": "^12.10.3",
    "http-proxy-middleware": "^2.0.6",
    "prettier": "^3.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sass": "^1.62.1",
    "storybook": "^7.0.2",
    "stylelint": "^16.2.1",
    "stylelint-config-standard-scss": "^13.0.0",
    "tsc-alias": "^1.8.5",
    "tsconfig-paths-webpack-plugin": "^4.0.1",
    "tsx": "^4.6.2",
    "typedoc": "^0.26.11",
    "typescript": "~5.3.0",
    "vite": "^5.1.6",
    "vite-tsconfig-paths": "^4.0.8",
    "vitest": "^0.34.4",
    "zustand-hoist": "^2.0.0"
  }
}
