UNPKG

reactfire

Version:
31 lines (30 loc) 702 B
{ "name": "reactfire", "version": "2.0.0-canary.1fce6b9", "description": "Firebase library for React", "module": "index.js", "main": "cjs/index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Firebase/reactfire.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/Firebase/reactfire/issues" }, "homepage": "https://firebaseopensource.com/projects/firebase/reactfire/", "dependencies": { "rxfire": "^3.6.3", "rxjs": "^6.4.0" }, "peerDependencies": { "firebase": "^7.0.0", "react": "0.0.0-experimental-f6b8d31a7" } }