Initial commit from Create React App

This commit is contained in:
Ben Awad
2018-10-26 18:01:38 -05:00
commit f5e1e004c1
14 changed files with 12559 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "react-hooks-examples",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "2.0.5"
},
"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"
]
}