mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-01-12 22:51:28 +08:00
* Using our subject/cache to fix the init race I introduced with the refactor * Naming * Await init on non-contextual app, if one is passed * void | Promise<any> better describes the contract * Global cache and test
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "sample",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/jest": "^24.9.0",
|
|
"firebase": "^7.9.1",
|
|
"js-levenshtein": "^1.1.6",
|
|
"react": "0.0.0-experimental-5de5b6150",
|
|
"react-dom": "0.0.0-experimental-5de5b6150",
|
|
"react-firebaseui": "^4.0.0",
|
|
"react-scripts": "3.4.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"
|
|
]
|
|
}
|