UNPKG

@trycourier/courier-react

Version:

The React components for the Courier web UI

72 lines (71 loc) 1.85 kB
{ "name": "@trycourier/courier-react", "version": "9.0.6", "description": "The React components for the Courier web UI", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "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", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "generate-api-doc": "api-extractor run" }, "files": [ "dist" ], "keywords": [ "courier", "ui", "react", "typescript", "browser" ], "author": "Courier", "license": "MIT", "repository": { "url": "https://github.com/trycourier/courier-web" }, "dependencies": { "@trycourier/courier-js": "3.1.1", "@trycourier/courier-react-components": "2.0.6", "@trycourier/courier-ui-core": "2.0.0", "@trycourier/courier-ui-inbox": "2.4.1", "@trycourier/courier-ui-toast": "2.1.1" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.12", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "@vitejs/plugin-react": "4.4.1", "cross-env": "^7.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "19.1.0", "react-dom": "19.1.0", "ts-jest": "^29.1.2", "vite": "6.2.6", "vite-plugin-dts": "4.5.3" }, "overrides": { "react": "19.1.0", "react-dom": "19.1.0" }, "resolutions": { "react": "19.1.0", "react-dom": "19.1.0" } }