@trycourier/courier-react
Version:
The React components for the Courier web UI
42 lines (41 loc) • 992 B
JSON
{
"name": "@trycourier/courier-react",
"version": "8.0.0-beta",
"description": "The React components for the Courier web UI",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"prepare": "npm run build",
"test": "echo \"courier-react has no tests\""
},
"keywords": [
"courier",
"ui",
"react",
"typescript",
"browser"
],
"author": "Courier",
"license": "MIT",
"files": [
"dist"
],
"peerDependencies": {
"@trycourier/courier-ui-inbox": "1.0.1-beta",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@trycourier/courier-ui-inbox": "file:../@trycourier/courier-ui-inbox",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.0",
"@vitejs/plugin-react": "4.4.1",
"react": "19.1.0",
"react-dom": "19.1.0"
}
}