first commit

This commit is contained in:
Ken Jannette
2018-04-16 17:27:14 -04:00
commit 0823ab5cac
17 changed files with 9361 additions and 0 deletions

16
package.json Executable file
View File

@@ -0,0 +1,16 @@
{
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}