-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "gatsby-funcjam-21-byte-size",
"version": "1.0.0",
"description": "Byte-size Gatsby Functions examples",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsby-inc/gatsby-funcjam-21-byte-size.git"
},
"keywords": [
"gatsby",
"gatsby-functions"
],
"author": "Paul Scanlon",
"license": "ISC",
"bugs": {
"url": "https://github.com/gatsby-inc/gatsby-funcjam-21-byte-size/issues"
},
"homepage": "https://github.com/gatsby-inc/gatsby-funcjam-21-byte-size#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.7",
"axios": "^0.21.4",
"faunadb": "^4.4.1",
"gatsby": "^3.12.1",
"gatsby-plugin-react-helmet": "^4.12.0",
"google-spreadsheet": "^3.1.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"yup": "^0.32.9"
}
}