-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 1.89 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@syfxlin/blog",
"type": "module",
"version": "0.0.0-semantic-release",
"private": true,
"description": "Otstar's Blog",
"author": "syfxlin <i@ixk.me>",
"keywords": [
"blog",
"next-blog",
"next",
"next-theme",
"next-theme-coline"
],
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@iconify/json": "^2.2.260",
"@iconify/utils": "^2.1.33",
"@keystatic/core": "0.5.19",
"@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0",
"@radix-ui/colors": "3.0.0",
"@syfxlin/reks": "^1.0.4",
"@syfxlin/reve": "^1.0.6",
"@tippyjs/react": "^4.2.6",
"@vanilla-extract/css": "1.14.2",
"artalk": "^2.9.1",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"gh-lang-colors": "^0.1.5",
"github-slugger": "^2.0.0",
"katex": "^0.16.11",
"medium-zoom": "^1.1.0",
"next": "14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^2.3.7",
"nextjs-toploader": "^3.7.15",
"open-graph-scraper": "^6.8.2",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"shikiji": "0.10.2",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.15",
"@syfxlin/eslint-config": "^1.0.8",
"@types/fs-extra": "^11.0.4",
"@types/katex": "^0.16.7",
"@types/next-pwa": "^5.6.9",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/rss": "^0.0.32",
"@vanilla-extract/next-plugin": "^2.4.6",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"esno": "^4.8.0",
"typescript": "^5.6.3",
"webpack": "^5.95.0"
},
"overrides": {
"@keystatic/core": "0.5.19",
"@vanilla-extract/css": "1.14.2",
"undici": "5.28.4"
}
}