UNPKG

@trycourier/courier-ui-inbox

Version:

Inbox components for the Courier web UI

39 lines (38 loc) 803 B
{ "name": "@trycourier/courier-ui-inbox", "version": "1.0.17", "description": "Inbox components for the Courier web UI", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build", "watch": "vite build --watch", "preview": "vite preview", "prepare": "npm run build", "test": "jest" }, "keywords": [ "courier", "ui", "inbox", "typescript", "browser" ], "author": "Courier", "license": "MIT", "files": [ "dist" ], "dependencies": { "@trycourier/courier-js": "2.0.11", "@trycourier/courier-ui-core": "1.0.13" }, "devDependencies": { "@types/jest": "29.5.14", "jest": "^29.7.0", "vite": "6.2.6", "vite-plugin-dts": "4.5.3" } }