First commit

This commit is contained in:
Arjun Patel
2018-12-30 22:33:03 -08:00
commit 5003c96c12
16 changed files with 15619 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "physiciansearch",
"version": "0.1.0",
"private": true,
"dependencies": {
"google-maps-react": "^2.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.2"
},
"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"
]
}