initialized create-react-app@1.4.0

This commit is contained in:
Alexander Wong
2017-08-29 15:29:44 -06:00
parent 63b856573a
commit f1972b5e46
14 changed files with 6814 additions and 30 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "caremyway",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.12"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}