-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.38 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "official-website-for-functional-miners",
"version": "1.0.0",
"description": "Official website for Functional Miners built proudly with use of Gatsby.js.",
"author": "Wojciech Gawroński <contact@white-rook.pl>",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"@fortawesome/fontawesome": "~1.1.4",
"@fortawesome/fontawesome-free-brands": "~5.0.8",
"@fortawesome/fontawesome-free-regular": "~5.0.8",
"@fortawesome/fontawesome-free-solid": "~5.0.8",
"@fortawesome/react-fontawesome": "~0.0.17",
"color": "~3.0.0",
"formsy-react": "~1.1.4",
"gatsby": "~1.9.215",
"gatsby-cli": "~1.1.58",
"gatsby-image": "~1.0.42",
"gatsby-link": "~1.6.39",
"gatsby-plugin-catch-links": "~1.0.19",
"gatsby-plugin-facebook-analytics": "~1.0.3",
"gatsby-plugin-favicon": "~2.1.1",
"gatsby-plugin-google-analytics": "~1.0.22",
"gatsby-plugin-netlify-cms": "~1.0.12",
"gatsby-plugin-react-helmet": "~2.0.8",
"gatsby-plugin-sharp": "~1.6.41",
"gatsby-plugin-sitemap": "~1.2.16",
"gatsby-plugin-styled-components": "~2.0.9",
"gatsby-plugin-typography": "~1.7.18",
"gatsby-remark-autolink-headers": "~1.4.13",
"gatsby-remark-copy-linked-files": "~1.5.30",
"gatsby-remark-images": "~1.5.56",
"gatsby-remark-smartypants": "~1.4.12",
"gatsby-source-filesystem": "~1.5.27",
"gatsby-transformer-remark": "~1.7.36",
"gatsby-transformer-sharp": "~1.6.22",
"lodash": "~4.17.5",
"moment": "~2.21.0",
"moment-timezone": "~0.5.14",
"prop-types": "~15.6.1",
"react": "~16.3.0",
"react-async-script": "~0.9.1",
"react-dom": "~16.3.0",
"react-facebook": "~4.2.1",
"react-flexbox-grid": "~2.0.0",
"react-google-recaptcha": "~0.11.0",
"react-helmet": "~5.2.0",
"react-moment": "~0.7.0",
"react-share": "~2.0.0",
"react-textarea-autosize": "~6.0.0",
"rehype-react": "~3.0.2",
"sharp": "~0.20.1",
"styled-components": "~3.2.2",
"typography": "~0.16.6",
"typography-theme-twin-peaks": "~0.15.11"
},
"devDependencies": {
"eslint": "~4.18.1",
"eslint-config-prettier": "~2.9.0",
"eslint-plugin-graphql": "~1.5.0",
"eslint-plugin-import": "~2.9.0",
"eslint-plugin-react": "~7.7.0",
"yarn": "~1.5.1"
}
}