1 parent 662142a commit b353706Copy full SHA for b353706
3 files changed
package.json
@@ -9,7 +9,11 @@
9
"start": "next start -p 4000",
10
"test:notion": "node ./src/utils/notion.js"
11
},
12
- "author": "",
+ "author": {
13
+ "name": "Rene Wang",
14
+ "email": "contact@rene.wang",
15
+ "url": "https://rene.wang"
16
+ },
17
"license": "MIT",
18
"dependencies": {
19
"@giscus/react": "^3.1.0",
@@ -18,14 +22,14 @@
22
"@vercel/analytics": "^1.6.1",
23
"axios": "^1.13.2",
20
24
"dotenv": "^16.6.1",
21
- "glob": "^11.1.0",
25
+ "glob": "^13.0.0",
26
"gray-matter": "^4.0.3",
27
"jotai": "^2.16.1",
28
"katex": "^0.16.27",
29
"kindle-fonts": "latest",
30
"lucide-react": "^0.562.0",
31
"mermaid": "^11.12.2",
- "next": "^16.0.10",
32
+ "next": "^16.1.1",
33
"next-intl": "^4.6.1",
34
"next-mdx-remote": "^5.0.0",
35
"notion-client": "^6.16.0",
0 commit comments