-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "blog",
"author": "'Michael",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/moment": "^2.13.0",
"axios": "^0.21.4",
"gatsby": "^4.21.1",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-recaptcha": "^1.0.5",
"gatsby-plugin-sass": "^5.21.0",
"gatsby-source-hashnode": "^3.0.3",
"gatsby-source-medium-feed": "^1.0.6",
"markdown-to-jsx": "^7.1.7",
"moment": "^2.29.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.9.0",
"react-recaptcha": "^2.3.10",
"sass": "^1.54.5",
"terminal.css": "^0.7.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-recaptcha": "^2.3.4",
"typescript": "^4.7.4"
}
}