-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.21 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "Tyler's Blog",
"author": "Tyler Norlund",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@loadable/component": "^5.15.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"aws-amplify": "^3.4.3",
"gatsby": "^3.10.2",
"gatsby-image": "^3.10.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-image": "^0.7.2",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-postcss": "^4.10.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-katex": "^4.1.0",
"gatsby-remark-vscode": "^3.2.1",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^2.12.1",
"gatsby-transformer-yaml": "^2.11.0",
"graphql": "^15.5.0",
"interweave": "^12.7.1",
"katex": "^0.10.2",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.1",
"react-helmet": "^6.1.0",
"react-hook-inview": "^4.3.8",
"react-is": "^17.0.2",
"react-spring": "^9.2.4",
"rehype-katex": "^4.0.0",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"styled-components": "^5.3.0",
"styled-icons": "^10.37.0"
},
"devDependencies": {
"@types/loadable__component": "^5.13.3",
"@types/lodash": "^4.14.168",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-markdown": "^2.0.1",
"jsdoc": "^3.6.6",
"prettier": "^2.2.1"
}
}