-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "morrisoncole.co.uk",
"private": true,
"description": "My personal website",
"version": "0.1.0",
"author": "Morrison Cole <admin@morrisoncole.co.uk>",
"bugs": {
"url": "https://github.com/MorrisonCole/morrisoncole.co.uk/issues"
},
"dependencies": {
"@babel/runtime": "7.26.7",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@mdx-js/react": "3.1.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "6.0.2",
"@mui/system": "6.0.2",
"anser": "2.3.0",
"css.escape": "1.5.1",
"event-source-polyfill": "1.0.31",
"gatsby": "5.14.1",
"gatsby-cli": "5.14.0",
"gatsby-legacy-polyfills": "3.14.0",
"gatsby-plugin-canonical-urls": "5.14.0",
"gatsby-plugin-feed": "5.14.0",
"gatsby-plugin-google-tagmanager": "5.14.0",
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-layout": "4.14.0",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-mdx": "5.14.0",
"gatsby-plugin-preconnect": "1.4.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-plugin-sitemap": "6.14.0",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-remark-autolink-headers": "6.14.0",
"gatsby-remark-images": "7.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-json": "5.14.0",
"gatsby-transformer-sharp": "5.14.0",
"lodash": "4.17.21",
"mitt": "3.0.1",
"platform": "1.3.6",
"prism-react-renderer": "2.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "9.15.1",
"reading-time": "2.0.0-1",
"shallow-compare": "1.2.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.741.0",
"@aws-sdk/credential-provider-node": "3.741.0",
"@morrisoncole/gatsby-source-goodreads": "0.1.2",
"@types/css": "0.0.38",
"@types/eslint": "9.6.1",
"@types/mdx-js__react": "2.0.0",
"@types/node": "22.13.1",
"@types/prettier": "3.0.0",
"@types/react": "18.3.4",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"axios": "1.7.9",
"css": "3.0.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-react": "7.37.4",
"mime": "4.0.6",
"prettier": "3.4.2",
"socket.io-client": "4.8.1",
"source-map": "0.8.0-beta.0",
"tsx": "4.19.2",
"typescript": "5.7.3"
},
"peerDependencies": {
"@babel/core": "*",
"assert": "*",
"babel-eslint": "*",
"browserify-zlib": "*",
"buffer": "*",
"console-browserify": "*",
"constants-browserify": "*",
"crypto-browserify": "*",
"domain-browser": "*",
"events": "*",
"graphql": "*",
"https-browserify": "*",
"os-browserify": "*",
"path-browserify": "*",
"process": "*",
"punycode": "*",
"querystring-es3": "*",
"stream-browserify": "*",
"stream-http": "*",
"string_decoder": "*",
"timers-browserify": "*",
"tty-browserify": "*",
"typescript": "*",
"url": "*",
"util": "*",
"vm-browserify": "*"
},
"resolutions": {
"@types/react": "18.3.4"
},
"homepage": "https://github.com/MorrisonCole/morrisoncole.co.uk#readme",
"keywords": [
"personal website"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MorrisonCole/morrisoncole.co.uk.git"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "tsx scripts/deploy.ts ./public",
"lint:eslint": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint .",
"lint:eslint:fix": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint . --fix",
"lint:prettier": "prettier \"**/*.{tsx,ts,js,md,mdx,json,yml,html,css}\" --check",
"lint:prettier:fix": "prettier \"**/*.{tsx,ts,js,md,mdx,json,yml,html,css}\" --write",
"upgrade": "yarn set version latest"
},
"packageManager": "yarn@4.6.0"
}