-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.05 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.05 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
{
"name": "webstie",
"private": false,
"description": "",
"version": "0.1.0",
"author": "",
"license": "MIT",
"dependencies": {
"@contentful/gatsby-transformer-contentful-richtext": "^12.1.2",
"@researchgate/react-intersection-observer": "^0.7.4",
"babel-plugin-styled-components": "^1.10.0",
"cheerio": "^1.0.0-rc.2",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.26",
"gatsby-plugin-catch-links": "^2.0.9",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-mailchimp": "^4.0.0",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-source-apiserver": "^2.1.0",
"gatsby-source-contentful": "^2.0.26",
"gatsby-source-medium": "^2.0.2",
"grommet": "^2.3.1",
"intersection-observer": "^0.5.1",
"js-cookie": "^2.2.0",
"jsonframe-cheerio": "^3.0.1",
"lodash.countby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"lottie-react-web": "^2.1.4",
"node-fetch": "^2.3.0",
"prop-types": "^15.6.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-hanger": "^1.1.2",
"react-helmet": "^5.2.0",
"react-jsx-parser": "^1.13.0",
"react-player": "^1.9.3",
"rich-text-react-renderer": "mgmolisani/rich-text-react-renderer",
"styled-components": "^4.1.3",
"styled-icons": "^6.8.0"
},
"scripts": {
"build:all": "yarn build && yarn build:lambda",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "run-p -l start:gatsby start:lambda",
"start:gatsby": "yarn develop",
"format": "prettier --write \"./**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"start:lambda": "netlify-lambda serve lambda",
"build:lambda": "netlify-lambda build lambda"
},
"devDependencies": {
"dotenv": "^6.2.0",
"netlify-lambda": "^1.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.2"
}
}