{
  "name": "@trycourier/courier-react-components",
  "version": "2.2.12",
  "description": "React components for the Courier web UI",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "cross-env NODE_ENV=production tsc && vite build --mode production",
    "build:ci": "yarn build && yarn generate-api-doc",
    "watch": "vite build --watch",
    "preview": "vite preview",
    "test": "echo \"courier-react-components has no tests\"",
    "generate-api-doc": "api-extractor run"
  },
  "author": "Courier",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/trycourier/courier-web"
  },
  "homepage": "https://www.courier.com",
  "dependencies": {
    "@trycourier/courier-js": "3.5.1",
    "@trycourier/courier-ui-core": "2.3.1",
    "@trycourier/courier-ui-inbox": "2.5.3",
    "@trycourier/courier-ui-toast": "2.2.1",
    "@trycourier/courier-ui-preferences": "1.2.2"
  },
  "devDependencies": {
    "@trycourier/courier-js": "3.5.1",
    "@trycourier/courier-ui-core": "2.3.1",
    "@trycourier/courier-ui-inbox": "2.5.3",
    "@trycourier/courier-ui-toast": "2.2.1",
    "@trycourier/courier-ui-preferences": "1.2.2",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "react": "17.0.2",
    "react-dom": "17.0.2"
  }
}
