mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-17 05:29:43 +08:00
* 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)
29 lines
611 B
JSON
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"
|
|
]
|
|
}
|