-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.27 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
45
46
{
"name": "dlbn.co",
"description": "Personal website",
"version": "0.2.0",
"author": "Mateus Dal Bianco <[email protected]>",
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"bootstrap": "4.0.0-beta",
"compression": "^1.7.2",
"express": "^4.16.2",
"express-force-https": "^1.0.0",
"express-recaptcha": "^3.0.1",
"gatsby": "^1.9.261",
"gatsby-link": "^1.6.15",
"gatsby-plugin-google-analytics": "^1.0.7",
"gatsby-plugin-i18n": "^0.4.1",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-sass": "^1.0.12",
"gh-pages": "^1.0.0",
"mailgun.js": "^2.0.1",
"react-async-script": "^0.9.1",
"react-google-recaptcha": "^0.9.9",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-simple-icons": "^1.0.0-beta.5",
"react-typist": "^2.0.4",
"typed.js": "^2.0.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"postinstall": "gatsby build"
},
"devDependencies": {
"prettier": "^1.6.1"
}
}