-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.77 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
71
72
73
74
{
"name": "marc-dev-gatsby",
"private": true,
"description": "Website and Blog",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "env-cmd -f .env gatsby build",
"develop": "env-cmd -f .env gatsby develop",
"preview": "env PREVIEW=true gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@jlengstorf/get-share-image": "^0.7.1",
"camelcase": "^5.3.1",
"gatsby": "^2.18.14",
"gatsby-image": "^2.2.34",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-buildtime-timezone": "^1.0.3",
"gatsby-plugin-client-side-redirect": "0.0.2",
"gatsby-plugin-dark-mode": "^1.1.0",
"gatsby-plugin-fathom": "^1.1.0",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-page-progress": "^2.0.14",
"gatsby-plugin-preconnect": "^1.0.5",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-react-helmet-canonical-urls": "^1.3.0",
"gatsby-plugin-sass": "^2.1.23",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-remark-images": "^3.1.32",
"gatsby-remark-prismjs": "^3.3.24",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-contentful": "^2.1.62",
"gatsby-source-filesystem": "^2.1.38",
"gatsby-transformer-json": "^2.2.22",
"gatsby-transformer-remark": "^2.6.37",
"gatsby-transformer-sharp": "^2.3.6",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-sass": "^4.13.0",
"pluralize": "^8.0.0",
"prism-themes": "^1.3.0",
"prismjs": "^1.17.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-typist": "^2.0.5"
},
"devDependencies": {
"env-cmd": "^10.0.1",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}