-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.68 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
85
86
87
{
"name": "@blog/modern-agency",
"private": true,
"version": "0.0.0.1",
"author": "eTechWeekly",
"engines": {
"yarn": "~1.22.11",
"node": "~20.9.0"
},
"engineStrict": true,
"dependencies": {
"@styled-system/theme-get": "^5.1.2",
"axios": "^0.24.0",
"babel-plugin-styled-components": "^1.13.3",
"disqus-react": "^1.1.2",
"formik": "^2.2.9",
"gatsby": "^4.2.0",
"gatsby-plugin-feed": "^4.2.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-lodash": "^5.2.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-styled-components": "^5.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-katex": "^6.2.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-prismjs": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"husky": "^8.0.3",
"js-search": "^2.0.0",
"katex": "^0.15.1",
"lodash": "^4.17.21",
"prismjs": "^1.25.0",
"puppeteer": "^21.6.1",
"rc-drawer": "^4.4.3",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-scroll-up": "^1.3.7",
"react-share": "^4.4.0",
"react-stickynode": "^4.0.0",
"react-typography": "^0.16.20",
"rimraf": "^5.0.5",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"typeface-merriweather": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typography": "^0.16.21",
"url-join": "^4.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@types/js-search": "^1.4.0",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.4",
"@types/react-share": "^4.0.0",
"@types/styled-components": "^5.1.15",
"@types/styled-system": "^5.1.13",
"@types/styled-system__theme-get": "^5.0.2",
"@types/url-join": "^4.0.1",
"@types/yup": "^0.29.13",
"prettier": "^3.1.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"serve": "gatsby serve",
"type-check": "tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js"
}
}