-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "willhumphlett",
"version": "1.0.0",
"private": true,
"description": "willhumphlett",
"author": "Will Humphlett",
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.10.3",
"gatsby-image": "^3.11.0",
"gatsby-link": "^4.10.1",
"gatsby-plugin-google-gtag": "^4.11.0",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.10.2",
"gatsby-plugin-styled-components": "^5.10.0",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.10.2",
"gatsby-transformer-sharp": "^4.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"parcel-bundler": "^1.3.1"
}
}