init commit ⊂◉‿◉つ

This commit is contained in:
davidwells 2018-06-11 15:48:00 -07:00
commit c8c51623a6
19 changed files with 7568 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "netlify-fauna",
"version": "0.1.0",
"private": true,
"dependencies": {
"faunadb": "^2.0.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"buildFunctions": "netlify-lambda build functions",
"build": "npm run buildFunctions && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"netlify-lambda": "^0.4.0"
}
}