-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.77 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
83
84
{
"name": "@blog/modern-agency",
"private": true,
"version": "2.0.0",
"author": "RedQ, Inc",
"dependencies": {
"@styled-system/theme-get": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"axios": "^0.19.2",
"babel-plugin-styled-components": "^1.10.7",
"disqus-react": "^1.0.8",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-lodash": "^3.2.1",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-katex": "^3.2.1",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.4",
"js-search": "^2.0.0",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"prismjs": "^1.20.0",
"rc-drawer": "^3.1.3",
"react": "^16.13.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-scroll-up": "^1.3.3",
"react-share": "^4.1.0",
"react-typography": "^0.16.19",
"styled-components": "^5.0.1",
"styled-system": "^5.1.5",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography": "^0.16.19",
"url-join": "^4.0.1",
"yup": "^0.28.3"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/js-search": "^1.4.0",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@types/react-share": "^3.0.3",
"@types/styled-components": "^5.0.1",
"@types/styled-system": "^5.1.9",
"@types/styled-system__theme-get": "^5.0.0",
"@types/yup": "^0.26.34",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"gatsby-remark-mermaid": "^1.2.0",
"prettier": "^2.0.2"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"serve": "gatsby serve"
}
}