-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.15 KB
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
{
"name": "blog",
"description": "'My blog'",
"version": "0.0.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"scripts": {
"create-post": "node create-post.js",
"format": "prettier --write '**/*.js'",
"build": "gatsby build",
"dev": "gatsby develop",
"deploy": "gatsby build && wrangler pages deploy public --project-name=blog",
"seo:report": "node scripts/search-console-report.mjs"
},
"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-gtag": "^5.16.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-sitemap": "^6.16.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.40",
"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",
"google-auth-library": "^10.9.0",
"wrangler": "^4.82.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"lmdb",
"workerd",
"@parcel/watcher",
"msgpackr-extract"
]
}
}