-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.47 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
75
76
77
78
79
80
81
82
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@mdx-js/mdx": "^1.6.5",
"@mdx-js/react": "^1.6.5",
"@netlify/functions": "^0.7.2",
"@octokit/rest": "^17.9.2",
"babel-plugin-styled-components": "^1.10.7",
"base-64": "^0.1.0",
"chrome-aws-lambda": "^9.1.0",
"cloudinary": "^1.26.3",
"dotenv": "^8.2.0",
"downshift": "^5.4.2",
"form-data": "^4.0.0",
"gatsby": "^2.19.45",
"gatsby-plugin-google-analytics": "^2.3.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-mdx": "^1.2.14",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-source-json": "^1.0.0",
"gatsby-transformer-json": "^2.4.3",
"gatsby-transformer-remark": "^2.8.13",
"js-base64": "^2.5.2",
"md5": "^2.2.1",
"netlify-identity-widget": "^1.6.0",
"netlify-lambda": "^2.0.7",
"node-fetch": "^2.6.0",
"node-stream-zip": "^1.11.1",
"prop-types": "^15.7.2",
"puppeteer-core": "^9.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-responsive-carousel": "^3.2.22",
"react-spring": "^9.0.0-rc.3",
"sha1": "^1.1.1",
"styled-components": "^5.0.1",
"utf8": "^3.0.0"
},
"devDependencies": {
"babel-preset-gatsby": "^0.5.5",
"cypress": "^4.8.0",
"prettier": "^1.19.1",
"puppeteer": "^9.1.1",
"start-server-and-test": "^1.11.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "rm ./functions/shareImage-dev.js; gatsby build",
"dev": "netlify dev",
"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",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test dev http://localhost:8888/ cy:open"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"browserslist": [
"IE 11"
]
}