-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
53 lines (53 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
{
"name": "blog",
"description": "'My blog'",
"version": "0.0.3",
"author": "Kyle Mathews <[email protected]>",
"scripts": {
"create-post": "node create-post.js",
"format": "prettier --write '**/*.js'"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@slack/web-api": "^7.0.1",
"fakefilter": "^0.1.732",
"gatsby": "^5.7.0",
"gatsby-plugin-emotion": "^4.0.4",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-typography": "^5.7.0",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-copy-linked-files": "^6.7.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-prismjs": "^7.7.0",
"gatsby-remark-responsive-iframe": "^6.7.0",
"gatsby-remark-smartypants": "^6.7.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"lodash": "^4.17.4",
"pg": "^8.11.3",
"prettier": "^2.2.1",
"prismjs": "^1.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.20",
"shakespeares-monkeys": "^0.0.13",
"sst": "3.2.36",
"typeface-cooper-hewitt": "^0.0.44",
"typography": "^0.16.20",
"typography-plugin-code": "^1.0.0-alpha.0",
"typography-theme-de-young": "^1.0.0-alpha.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241004.0"
}
}