-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
47
48
49
{
"name": "fsdiogo-github-io",
"version": "0.0.0",
"description": "My website",
"keywords": [
"fsdiogo",
"diogo",
"silva",
"gatsby",
"react",
"website"
],
"homepage": "https://fsdiogo.github.io",
"license": "MIT",
"author": "Diogo Silva <[email protected]>",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/fsdiogo/fsdiogo.github.io"
},
"private": "true",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -b master -d public",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-brands": "^5.0.9",
"@fortawesome/fontawesome-free-regular": "^5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"gatsby": "^1.9.158",
"gatsby-link": "^1.6.34",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-typography": "^1.7.17",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"eslint": "^4.19.0",
"eslint-config-moxy": "^5.2.0",
"gh-pages": "^1.1.0",
"prettier": "^1.10.2",
"stylelint": "^9.1.3",
"stylelint-config-moxy": "^5.0.0"
}
}