-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "personal-site-gatsby",
"version": "1.0.0",
"private": true,
"description": "personal-site-gatsby",
"author": "Daniel Moore",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^6.2.2",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^1.13.2",
"formik": "^2.2.9",
"gatsby": "^3.11.1",
"gatsby-background-image": "^1.5.3",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-plugin-styled-components": "^4.11.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-remark": "^4.8.0",
"gatsby-transformer-sharp": "^3.11.0",
"gbimage-bridge": "^0.1.4",
"hastscript": "^7.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-markdown": "^7.0.1",
"react-parallax": "^3.3.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"remark-directive": "^2.0.0",
"remark-sectionize": "^1.1.1",
"styled-components": "^5.3.0",
"unist-util-visit": "^4.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/node": "^16.9.4",
"@types/react": "^17.0.22",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@types/react-router-hash-link": "^2.4.2",
"@types/styled-components": "^5.1.14"
}
}