-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.67 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
{
"name": "eliperkins-blog",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "discharge deploy",
"format": "prettier --write ."
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@next/third-parties": "^15.0.1",
"@primer/octicons-react": "^19.12.0",
"@vercel/og": "^0.6.3",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"hastscript": "^9.0.0",
"next": "^15.0.1",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"to-vfile": "^8.0.0",
"unified": "^11.0.4",
"vfile": "^6.0.3",
"vfile-matter": "^5.0.0"
},
"devDependencies": {
"@static/discharge": "^2.0.1",
"@tailwindcss/typography": "^0.5.15",
"@types/hast": "^3.0.4",
"@types/node": "^22.9.0",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.2",
"hast": "^1.0.0",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5"
},
"resolutions": {
"meow": "^9.0.0",
"update-notifier": "^5.1.0",
"got": "^11.0.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"packageManager": "[email protected]"
}