-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.03 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.03 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
71
72
73
74
75
76
77
{
"name": "rwietter.dev",
"version": "1.0.0",
"main": "pages/index.js",
"license": "MIT",
"type": "module",
"private": true,
"engines": {
"node": ">=20.11.0"
},
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"fix": "eslint --fix ",
"find:unused": "next-unused"
},
"dependencies": {
"@atproto/api": "^0.13.3",
"@mdx-js/mdx": "^3.0.1",
"@next/bundle-analyzer": "^14.1.0",
"date-fns": "^3.3.1",
"feed": "^4.2.2",
"katex": "^0.16.11",
"kbar": "0.1.0-beta.45",
"next": "^14.1.0",
"next-mdx-remote": "^5.0.0",
"next-pwa": "5.6.0",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.55",
"nextjs-toploader": "^1.6.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.13.0",
"react-topbar-progress-indicator": "^4.1.1",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"shiki": "^1.10.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@builder.io/partytown": "^0.10.2",
"@types/mdast": "^4.0.4",
"@types/next-pwa": "^5.6.9",
"@types/node": "22.5.0",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.51",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.17",
"critters": "^0.0.24",
"next-unused": "^0.0.6",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.2.21"
},
"tools": [
"https://k88hudson.github.io/syntax-highlighting-theme-generator/www/"
]
}