Initial commit

This commit is contained in:
2018-04-19 10:40:52 -06:00
commit 42e7a98ee6
13 changed files with 2733 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "omairchats",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}