UNPKG

@daily-co/daily-react

Version:

Daily React makes it easier to integrate [@daily-co/daily-js](https://www.npmjs.com/package/@daily-co/daily-js) in React applications.

111 lines (110 loc) 2.71 kB
{ "version": "0.22.0", "license": "BSD-2-Clause", "keywords": [ "daily", "react", "hooks", "audio", "video", "chat", "live", "webrtc", "browser", "library" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "clearJestCache": "jest --clearCache", "test": "jest --passWithNoTests", "lint": "eslint . --ext ts,tsx", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "@daily-co/daily-js": ">=0.68.0 <1", "jotai": "^2", "react": "^16.8 || ^17.0 || ^18.0 || ^19.0", "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0" }, "husky": { "hooks": { "pre-commit": "eslint . --ext ts,tsx" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@daily-co/daily-react", "author": "Daily (https://daily.co)", "homepage": "https://docs.daily.co/reference/daily-react", "repository": "github:daily-co/daily-react", "contributors": [ { "name": "Christian Stuff", "url": "https://github.com/Regaddi" } ], "module": "dist/daily-react.esm.js", "size-limit": [ { "path": "dist/daily-react.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/daily-react.esm.js", "limit": "10 KB" } ], "devDependencies": { "@faker-js/faker": "^8.4.1", "@size-limit/preset-small-lib": "^5.0.3", "@testing-library/react": "^15.0.5", "@types/faker": "^5.5.9", "@types/jest": "^27.0.1", "@types/lodash.throttle": "^4.1.6", "@types/react": "^18.3.1", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.0.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^24.7.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sort-destructure-keys": "^1.4.0", "fake-mediastreamtrack": "^1.2.0", "fs-extra": "^10.1.0", "husky": "^7.0.2", "jest": "^27.0.5", "jotai": "^2.9.3", "prettier-eslint": "^12.0.0", "prettier-eslint-cli": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "size-limit": "^5.0.3", "ts-jest": "^27.0.5", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.9.5" }, "dependencies": { "fast-deep-equal": "^3.1.3", "lodash.throttle": "^4.1.1" } }