-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.7 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "jbhannah.net",
"description": "Jesse B. Hannah's personal website and blog",
"author": {
"name": "Jesse B. Hannah",
"email": "[email protected]",
"url": "https://jbhannah.net"
},
"repository": {
"type": "git",
"url": "https://github.com/jbhannah/jbhannah.net"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "rm -rf .cache coverage public",
"debug": "npm run-script clean && NODE_TLS_REJECT_UNAUTHORIZED=0 node --inspect-brk=9229 --no-lazy node_modules/gatsby/dist/bin/gatsby develop --https",
"format": "prettier --write \"**/*.{js,jsx,md,ts,tsx,yaml}\"",
"lint": "eslint .",
"postinstall": "husky install",
"start": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@raae/gatsby-remark-oembed": "0.3.2",
"acorn": "^8.8.0",
"ajv": "^8.11.0",
"gatsby": "^4.24.1",
"gatsby-plugin-emotion": "^7.24.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-less": "^6.24.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-typography": "^4.24.0",
"gatsby-redirect-from": "^0.5.0",
"gatsby-remark-autolink-headers": "^5.24.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^6.24.0",
"gatsby-remark-smartypants": "^5.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"luxon": "^2.0.2",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-twemoji": "^0.5.0",
"react-typography": "^0.16.20",
"rehype-react": "^6.2.1",
"remark-html": "^13.0.2",
"remark-parse": "^9.0.0",
"twemoji": "^13.1.0",
"typeface-varela-round": "1.1.13",
"typography": "^0.16.21",
"typography-theme-lincoln": "^0.16.19",
"unist-util-remove": "^2.1.0",
"unist-util-remove-position": "^3.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/compass-vertical-rhythm": "^1.4.2",
"@types/hast": "^2.3.4",
"@types/jest": "^29.1.1",
"@types/luxon": "^2.0.4",
"@types/node": "18.8.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/typography": "^0.16.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.1.2",
"babel-preset-gatsby": "^2.24.0",
"chalk": "^4.1.2",
"core-js": "^3.25.5",
"es-abstract": "1.20.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"hast-to-hyperscript": "^9.0.1",
"husky": "^7.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest-junit": "^14.0.1",
"mockdate": "^3.0.5",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4",
"unified": "^9.2.2",
"vercel": "^28.4.6",
"weak-napi": "^2.0.2",
"webpack": "^5.74.0"
}
}