-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.21 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
40
41
42
43
44
{
"name": "serverlessevents-site",
"description": "Serverless Events",
"version": "1.0.0",
"author": "Gunnar Grosch",
"dependencies": {
"gatsby": "^2.28.0",
"gatsby-plugin-google-analytics": "^2.7.0",
"gatsby-plugin-manifest": "^2.8.0",
"gatsby-plugin-next-seo": "^1.6.1",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sass": "^2.7.0",
"match-sorter": "^6.0.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"namor": "^2.0.2",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-datepicker": "^3.3.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.0.7",
"react-hook-form": "^6.12.2",
"react-table": "^7.6.2",
"styled-components": "^5.2.1"
},
"keywords": [
"serverless"
],
"license": "MIT",
"scripts": {
"build": "set GATSBY_ENV=production && gatsby build",
"develop": "set GATSBY_ENV=development && gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gunnargrosch/serverlessevents-site"
}
}