Files
reactfire/sample/package.json
James Daniels ce716feab1 Using our subject/cache to fix the init race I introduced (#218)
* 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
2020-02-25 15:47:33 -08:00

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"
]
}