This commit is contained in:
Tommy Parnell
2018-09-18 11:09:19 -04:00
commit 1898eb4b46
51 changed files with 29675 additions and 0 deletions

16
helloworld/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "helloworld",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}