-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.87 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.87 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
{
"name": "thomas-neil-personal-site",
"version": "2.0.0",
"private": true,
"engines": {
"npm": ">=10.0.0 <11.0.0",
"node": ">=22.0.0 <23.0.0"
},
"scripts": {
"dev": "NODE_OPTIONS='--no-deprecation' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --config .prettierrc.json '**/*.ts' --write",
"prepare": "husky install",
"sync:vault": "node -e \"require(process.env.HOME + '/.agents/skills/vault-sync/vault-sync.js').main()\"",
"sync:blog": "node scripts/sync-blog.js $1 && node scripts/validate-blog.js",
"sync:articles": "node scripts/sync-articles.js $1",
"enrich:articles": "node scripts/enrich-articles.js",
"validate:blog": "node scripts/validate-blog.js"
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "7.3.9",
"@mui/lab": "7.0.1-beta.23",
"@mui/material": "7.3.9",
"@vercel/analytics": "2.0.1",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"next": "16.1.6",
"next-mdx-remote": "6.0.0",
"react": "19.2.4",
"react-calendly": "2.2.3",
"react-dom": "19.2.4",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "16.1.6",
"@types/node": "25.3.5",
"@types/react": "19.2.14",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"eslint": "9.31.0",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.8",
"husky": "7.0.4",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}