-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.81 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
{
"name": "oathompsonjones-website",
"version": "0.1.0",
"homepage": "https://oathompsonjones.co.uk/",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"devDependencies": {
"@oathompsonjones/eslint-config": "^1.5.5",
"@oathompsonjones/ts-config": "^0.0.35",
"@pigment-css/nextjs-plugin": "^0.0.28",
"@types/http-proxy": "^1.17.15",
"@types/md5": "^2.3.5",
"@types/node": "^22.10.1",
"@types/nodemailer": "^6.4.17",
"@types/p5": "^1.7.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/lab": "6.0.0-beta.17",
"@mui/material": "6.1.9",
"@mui/material-nextjs": "^6.1.9",
"@mui/material-pigment-css": "^6.1.9",
"@mui/system": "^6.1.9",
"@octokit/graphql": "^8.1.1",
"@p5-wrapper/next": "^1.0.3",
"@p5-wrapper/react": "^4.4.2",
"@svgr/webpack": "^8.1.0",
"better-react-mathjax": "2.0.4-beta1",
"canvas": "^2.11.2",
"encoding": "^0.1.13",
"highlight.js": "^11.10.0",
"http-proxy": "^1.18.1",
"md5": "^2.3.0",
"next": "^14.2.18",
"node-pdflatex": "^0.3.0",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}