Files
reactfire/sample/package.json
James Daniels 3cebaa921a Refactoring use/preload and more (#215)
* Drop `initPerformance` (closes #207)
* Cleaning up the use/preload types
* Use my good friend `Proxy` to allow access to both the `serviceProps` and the initialized instance without double calling (e.g, `useAuth()()`)
* More checks against double initializing
* Added binding to the initialize call (closes #213)
* `SuspenseWithPerf` now lazy loads performance monitoring and uses the user timing API
* Fixed the CJS build with a better external test (closes #214)
2020-02-20 13:32:37 -08:00

29 lines
611 B
JSON

{
"name": "sample",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^24.9.0",
"firebase": "^7.0.0",
"react": "0.0.0-experimental-f42431abe",
"react-dom": "0.0.0-experimental-f42431abe",
"react-firebaseui": "^4.0.0",
"react-scripts": "3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}