22 lines
559 B
JSON
22 lines
559 B
JSON
{
|
|
"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",
|
|
"bootstrap": "node ./init-faunadb.js",
|
|
"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"
|
|
}
|
|
}
|