-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.73 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
50
51
52
53
54
55
56
57
{
"name": "whoami",
"description": "Follow along through every triumph, existential crisis, tech industry-related rant, and short-lived fitness stint of this journey I call life. ✌️",
"version": "1.0.0",
"author": "Christian Gaetano <[email protected]> (https://christiangaetano.com)",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "xo"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "^0.0.17",
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "^1.9.261",
"gatsby-link": "^1.6.44",
"gatsby-plugin-canonical-urls": "^1.0.18",
"gatsby-plugin-emotion": "^1.1.16",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-plugin-typography": "^1.7.18",
"gray-percentage": "^2.0.0",
"node-vibrant": "^3.0.0",
"react-emotion": "^9.1.3",
"react-helmet": "^5.2.0",
"react-intersection-observer": "^3.0.3",
"react-scroll-percentage": "^1.0.4"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typography": "^0.16.6"
},
"devDependencies": {
"eslint-config-xo-react": "^0.16.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"prettier": "^1.12.1",
"xo": "^0.20.3"
},
"xo": {
"extends": "xo-react",
"prettier": true,
"env": [
"browser"
]
}
}