-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.1 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.1 KB
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
{
"name": "recruitd-blog",
"description": "Recruitd Blog",
"version": "1.0.0",
"author": "Daniel Vernon <daniel@recruitd.com>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"add": "^2.0.6",
"babel-plugin-styled-components": "^1.10.6",
"bootstrap": "^4.4.0",
"gatsby": "^2.18.18",
"gatsby-image": "^2.2.37",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-hubspot": "^1.3.3",
"gatsby-plugin-intercom": "^0.1.4",
"gatsby-plugin-manifest": "^2.2.9",
"gatsby-plugin-offline": "^3.0.24",
"gatsby-plugin-react-helmet": "^3.1.5",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-source-contentful": "^2.1.73",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-remark": "^2.6.45",
"gatsby-transformer-sharp": "^2.3.9",
"lodash": "^4.17.11",
"node": "^13.5.0",
"node-sass": "^4.12.0",
"prettier": "1.14.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-media-player": "^0.7.9",
"react-motion-ui-pack": "^0.10.3",
"react-share": "^4.0.0",
"sass": "^1.24.2",
"sharp": "^0.23.4",
"styled-components": "^4.4.1",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.1"
},
"devDependencies": {},
"homepage": "https://blog.recruitd.com",
"keywords": [
"gatsby",
"contentful"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/contentful-userland/gatsby-contentful-starter.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}