mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-10 15:59:21 +08:00
30 lines
675 B
JSON
30 lines
675 B
JSON
{
|
|
"name": "sample-simple",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@firebase/performance": "https://fireperffw.firebaseapp.com/v002/firebase-performance-0.0.2.tgz",
|
|
"firebase": "^5.9.4",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-firebaseui": "^3.1.2",
|
|
"react-scripts": "3.0.1",
|
|
"reactfire": "2.0.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"
|
|
]
|
|
}
|